diff options
author | Luc Provoost <luc.provoost@intel.com> | 2019-04-12 11:20:58 +0200 |
---|---|---|
committer | Luc Provoost <luc.provoost@intel.com> | 2019-04-12 11:20:58 +0200 |
commit | d4216dd28019256fd6363ed4269d540ef64ec23c (patch) | |
tree | 60f2fbae8433616b972c804e6dc9525e0757bd07 /VNFs/DPPD-PROX/helper-scripts/openstackrapid/irq.test | |
parent | af95b812c39e7fa039b7041b6cb8aba0c5e88c02 (diff) |
Improved image building & new PROX
Bug fixes for the script for building an image via the packer tool. This
also installs a newer version of PROX with some bug fixes in PROX. The
*.test files have been simplified. Also introduced a new file
MachineMap.cfg to map test machines on actual VMs.
Change-Id: I69445327ef0a907bc8c1566aaa60c733418c541e
Signed-off-by: Luc Provoost <luc.provoost@intel.com>
Diffstat (limited to 'VNFs/DPPD-PROX/helper-scripts/openstackrapid/irq.test')
-rw-r--r-- | VNFs/DPPD-PROX/helper-scripts/openstackrapid/irq.test | 31 |
1 files changed, 6 insertions, 25 deletions
diff --git a/VNFs/DPPD-PROX/helper-scripts/openstackrapid/irq.test b/VNFs/DPPD-PROX/helper-scripts/openstackrapid/irq.test index d5ba9dff..b8dc706b 100644 --- a/VNFs/DPPD-PROX/helper-scripts/openstackrapid/irq.test +++ b/VNFs/DPPD-PROX/helper-scripts/openstackrapid/irq.test @@ -16,36 +16,17 @@ [DEFAULT] name = BasicSwapTesting -number_of_tests = 2 -total_number_of_test_machines = 2 -init_code= not_used -dest_vm = not_used -gw_vm = not_used -script_control = false -group1cores = not_used -group2cores = not_used -group3cores = not_used -drop_rate_treshold = 1 -lat_avg_treshold = 200 -lat_max_treshold = 1000 -accuracy = 0.01 -startspeed = 10 +number_of_tests = 1 +total_number_of_test_machines = 1 +prox_socket = true +prox_launch_exit = true [TestM1] name = InterruptTesting -machine_index = 1 config_file = irq.cfg -group1cores = [1,2,3] - -[TestM2] -name = InterruptTesting -machine_index = 2 -config_file = irq.cfg -group1cores = [1,2,3] +irqcores = [1,2,3] [test1] -cmd=run_irqtest(socks[0]) -[test2] -cmd=run_irqtest(socks[1]) +test=irqtest |