diff options
author | Luc Provoost <luc.provoost@intel.com> | 2018-02-03 22:47:55 +0100 |
---|---|---|
committer | Deepak S <deepak.s@linux.intel.com> | 2018-02-04 01:52:43 +0000 |
commit | 7fa9c0b506709a683ec8984e19e9ba9deb27e021 (patch) | |
tree | ed893dd0782cb60ae1a0d372d9bb33044bd114ff /VNFs/DPPD-PROX/helper-scripts/openstackrapid/irq.test | |
parent | d29f8fa251540b48371f76e47ddba6315607d192 (diff) |
Fixed issues with the pkt_size command
Fixed issues with pkt_size. For a 64 byte packet, we need to issue
pkt_size <core> <task> 60
4 extra bytes will be calculated and added automatically by PROX
Also added the missing irq.test and irq.cfg files
Added support for OpenStack systems not using floating IP addresses
Change-Id: I05d775eb858a58dd349ea370a0e34ac6448590c9
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 | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/VNFs/DPPD-PROX/helper-scripts/openstackrapid/irq.test b/VNFs/DPPD-PROX/helper-scripts/openstackrapid/irq.test new file mode 100644 index 00000000..c53a31b9 --- /dev/null +++ b/VNFs/DPPD-PROX/helper-scripts/openstackrapid/irq.test @@ -0,0 +1,52 @@ +## +## Copyright (c) 2010-2018 Intel Corporation +## +## Licensed under the Apache License, Version 2.0 (the "License"); +## you may not use this file except in compliance with the License. +## You may obtain a copy of the License at +## +## http://www.apache.org/licenses/LICENSE-2.0 +## +## Unless required by applicable law or agreed to in writing, software +## distributed under the License is distributed on an "AS IS" BASIS, +## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +## See the License for the specific language governing permissions and +## limitations under the License. +## + +[DEFAULT] +name = BasicSwapTesting +number_of_tests = 1 +total_number_of_vms = 1 +init_code= not_used +dest_vm = not_used +gw_vm = not_used +script_control = false +group1cores = not_used +group2cores = not_used +group3cores = not_used + + +[VM1] +name = InterruptTesting +config_file = irq.cfg +group1cores = [1,2,3] + +[VM2] +name = InterruptTesting +config_file = irq.cfg +group1cores = [1,2,3] + +[VM3] +name = InterruptTesting +config_file = irq.cfg +group1cores = [1,2,3] + + +[test1] +cmd=run_irqtest(sock[0]) +[test2] +cmd=run_irqtest(sock[1]) +[test3] +cmd=run_irqtest(sock[2]) + |