aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vpp/perf/__init__.robot
diff options
context:
space:
mode:
authorJan Gelety <jgelety@cisco.com>2017-06-06 17:47:28 +0200
committerJan Gelety <jgelety@cisco.com>2017-07-06 09:34:45 +0200
commitbe95deb1d71c57d1f0ca28f6142d44fec6948264 (patch)
tree96e6ceb8446f1acb8f3c44f7734f92e0cf769520 /tests/vpp/perf/__init__.robot
parentbc26e009026ea9b3bd3c02a313e71b9bb051e6de (diff)
CSIT-661: re-add vring256 tuned CFS for vpp workers and guest-testpmd
1. add vhost tests (L2XBD, L2XC and IP4BASE) with vring set to 256 and tuned CFS setting 2. add vhost tests (L2XBD, L2XC and IP4BASE) with vring set to 256 and default CFS setting Change-Id: I25aae6839d3e621316d35f5c9525389a6faabd56 Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'tests/vpp/perf/__init__.robot')
-rw-r--r--tests/vpp/perf/__init__.robot3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/vpp/perf/__init__.robot b/tests/vpp/perf/__init__.robot
index 0dfc31f07e..e7277fce31 100644
--- a/tests/vpp/perf/__init__.robot
+++ b/tests/vpp/perf/__init__.robot
@@ -41,5 +41,6 @@
| | Set Global Variable | ${perf_pdr_loss_acceptance_type} | percentage
| | Set Global Variable | ${perf_vm_image} | /var/lib/vm/csit-nested-1.6.img
| | Set Global Variable | ${perf_qemu_bin}
-| | ... | /opt/qemu-2.5.0/bin/qemu-system-x86_64
+| | ... | /opt/qemu-2.5.0/bin/qemu-system-x86_64
| | Set Global Variable | ${perf_qemu_qsz} | 1024
+| | Set Global Variable | ${use_tuned_cfs} | ${False}