diff options
Diffstat (limited to 'VNFs/DPPD-PROX/helper-scripts/rapid/impair.test')
-rw-r--r-- | VNFs/DPPD-PROX/helper-scripts/rapid/impair.test | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/VNFs/DPPD-PROX/helper-scripts/rapid/impair.test b/VNFs/DPPD-PROX/helper-scripts/rapid/impair.test index 9b633d99..d1b0e368 100644 --- a/VNFs/DPPD-PROX/helper-scripts/rapid/impair.test +++ b/VNFs/DPPD-PROX/helper-scripts/rapid/impair.test @@ -20,6 +20,7 @@ number_of_tests = 2 total_number_of_test_machines = 3 prox_socket = true prox_launch_exit = true +tasks=[0] [TestM1] name = Generator @@ -28,7 +29,6 @@ gw_vm = 2 dest_vm = 3 gencores = [1] latcores = [3] -startspeed = 10 [TestM2] name = ImpairGW @@ -45,9 +45,14 @@ drop_rate_threshold = 0.1 lat_avg_threshold = 500 lat_max_threshold = 1000 accuracy = 0.1 +startspeed = 10 [test1] -test=inittest +test=warmuptest +flowsize=1024 +packetsize=64 +warmupspeed=10 +warmuptime=2 [test2] test=impairtest |