Support for imix packet sizes
[samplevnf.git] / VNFs / DPPD-PROX / helper-scripts / rapid / impair.test
index d1b0e36..a6a217d 100644 (file)
@@ -1,5 +1,5 @@
 ##
-## Copyright (c) 2010-2018 Intel Corporation
+## Copyright (c) 2010-2019 Intel Corporation
 ##
 ## Licensed under the Apache License, Version 2.0 (the "License");
 ## you may not use this file except in compliance with the License.
 ## limitations under the License.
 ##
 
-[DEFAULT]
+[TestParameters]
 name = impairTesting
 number_of_tests = 2
 total_number_of_test_machines = 3
-prox_socket = true
-prox_launch_exit = true
-tasks=[0]
 
 [TestM1]
 name = Generator
@@ -33,27 +30,26 @@ latcores = [3]
 [TestM2]
 name = ImpairGW
 config_file = impair.cfg
-impaircores = [1]
+cores = [1]
 
 [TestM3]
 name = Swap
 config_file = swap.cfg
-swapcores = [1]
-
-[BinarySearchParams]
-drop_rate_threshold = 0.1
-lat_avg_threshold = 500
-lat_max_threshold = 1000
-accuracy = 0.1
-startspeed = 10
+cores = [1]
 
 [test1]
 test=warmuptest
 flowsize=1024
-packetsize=64
+imix=[64]
 warmupspeed=10
 warmuptime=2
 
 [test2]
 test=impairtest
-packetsize=64
+imix=[64]
+flowsize=64
+drop_rate_threshold = 0.1
+lat_avg_threshold = 500
+lat_max_threshold = 1000
+accuracy = 0.1
+startspeed = 10