X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=tests%2Fvpp%2Fperf%2F__init__.robot;h=61dd83aaaf4c6149b54076f33aa7d0be43216d9c;hb=df5ed0d9317e2a1d4a7248459cc6aec39f80a052;hp=e7277fce3166b9823f75aff71e1f8f0722eb7546;hpb=be95deb1d71c57d1f0ca28f6142d44fec6948264;p=csit.git 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}