From be95deb1d71c57d1f0ca28f6142d44fec6948264 Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Tue, 6 Jun 2017 17:47:28 +0200 Subject: 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 --- tests/vpp/perf/__init__.robot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/vpp/perf/__init__.robot') 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} -- cgit 1.2.3-korg