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