Skip to content

Commit

Permalink
Release 1.3 Eunomia
Browse files Browse the repository at this point in the history
Fourth release of NSTAT, supporting end-to-end stress tests for SDN 
controllers. For a full feature list see 
https://github.com/intracom-telecom-sdn/nstat/wiki/Features
  • Loading branch information
Konstantinos Papadopoulos committed May 19, 2016
1 parent a2628c7 commit 6a15c96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vagrant/packaged_multi/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ nstat_vm_basebox = 'nstat_vm_base'
#nstat_node_vm_ram_arr = [2048, 2048, 2048]
#nstat_node_vm_cpu_arr = [1, 1, 1]

# VMs setup for non multinet stress tests----------------------------------------------
# VMs setup for non Multinet stress tests---------------------------------------
#nstat_node_names = ['mn01']
#nstat_node_vm_ram_arr = [4096] # in MB
#nstat_node_vm_cpu_arr = [2] # number of CPUs

# VMs setup for multinet stress tests--------------------------------------------------
# VMs setup for Multinet stress tests--------------------------------------------------
nstat_node_names = ['mn01', 'mn02', 'mn03', 'mn04', 'mn05', 'mn06', 'mn07', 'mn08', 'mn09', 'mn10', 'mn11', 'mn12', 'mn13', 'mn14', 'mn15', 'mn16']
nstat_node_vm_ram_arr = [4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096, 4096]
nstat_node_vm_cpu_arr = [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1]
Expand Down

0 comments on commit 6a15c96

Please sign in to comment.