Skip to content

Commit 6a15c96

Browse files
author
Konstantinos Papadopoulos
committed
Release 1.3 Eunomia
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
1 parent a2628c7 commit 6a15c96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vagrant/packaged_multi/Vagrantfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,12 @@ nstat_vm_basebox = 'nstat_vm_base'
3131
#nstat_node_vm_ram_arr = [2048, 2048, 2048]
3232
#nstat_node_vm_cpu_arr = [1, 1, 1]
3333

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

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

0 commit comments

Comments
 (0)