aboutsummaryrefslogtreecommitdiffstats
path: root/tests/vpp/perf/__init__.robot
diff options
context:
space:
mode:
authorJan Gelety <jgelety@cisco.com>2017-07-13 17:06:06 +0200
committerJan Gelety <jgelety@cisco.com>2017-07-17 10:47:55 +0200
commitb4157d62463fc54621fed74b223fcada4811efd1 (patch)
tree1d2067efc34a60dcf0c5f7004db6f71b5e8a95ce /tests/vpp/perf/__init__.robot
parentd9a08e59581aafe44d446b5bc1ce6ff86b2b173b (diff)
FIX: remove previous QEMU build when needed to change qsz
Change-Id: I949f8800b45354c205c5a5d36ab2abeeb93409dc 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, 3 insertions, 0 deletions
diff --git a/tests/vpp/perf/__init__.robot b/tests/vpp/perf/__init__.robot
index e7277fce31..61dd83aaaf 100644
--- a/tests/vpp/perf/__init__.robot
+++ b/tests/vpp/perf/__init__.robot
@@ -35,6 +35,8 @@
| | ... | - perf_vm_image - Guest VM disk image
| | ... | - perf_qemu_bin - Path to QEMU binary
| | ... | - perf_qemu_qsz - QEMU virtio queue size
+| | ... | - use_tuned_cfs - Switch to set scheduler policy
+| | ... | - qemu_built - Information if QEMU build is already prepared
| | ...
| | Set Global Variable | ${perf_trial_duration} | 10
| | Set Global Variable | ${perf_pdr_loss_acceptance} | 0.5
@@ -44,3 +46,4 @@
| | ... | /opt/qemu-2.5.0/bin/qemu-system-x86_64
| | Set Global Variable | ${perf_qemu_qsz} | 1024
| | Set Global Variable | ${use_tuned_cfs} | ${False}
+| | Set Global Variable | ${qemu_built} | ${False}