X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=tests%2Fvpp%2Fperf%2F__init__.robot;h=61dd83aaaf4c6149b54076f33aa7d0be43216d9c;hb=856e4096117e596dda3f518eb6f6c503e58ea4e1;hp=0dfc31f07e419b6ecb21abd2d25fee936a530953;hpb=6721e7f09aa95bff6622068332a3f56afad9c87b;p=csit.git diff --git a/tests/vpp/perf/__init__.robot b/tests/vpp/perf/__init__.robot index 0dfc31f07e..61dd83aaaf 100644 --- a/tests/vpp/perf/__init__.robot +++ b/tests/vpp/perf/__init__.robot @@ -35,11 +35,15 @@ | | ... | - 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 | | 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} +| | Set Global Variable | ${qemu_built} | ${False}