X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Fperf%2F__init__.robot;h=922ad29a33b1db073ada099955e4d76928fa6623;hp=845716780fcfbde1fc7decc020018c4537d41adf;hb=fa14d9f454a7248a71135375bfb0758cdb532ca7;hpb=fe29ca4b7e6c412c69f1c56404513a33236aa617 diff --git a/tests/perf/__init__.robot b/tests/perf/__init__.robot index 845716780f..922ad29a33 100644 --- a/tests/perf/__init__.robot +++ b/tests/perf/__init__.robot @@ -29,12 +29,17 @@ | | ... | Setup suite Variables. Variables are used across performance testing. | | ... | | ... | _NOTE:_ This KW sets following suite variables: -| | ... | - perf_trial_duration - Duration of traffic run [s]. +| | ... | - perf_trial_duration - Duration of traffic run [s] | | ... | - perf_pdr_loss_acceptance - Loss acceptance treshold | | ... | - perf_pdr_loss_acceptance_type - Loss acceptance treshold type | | ... | - perf_vm_image - Guest VM disk image +| | ... | - perf_qemu_bin - Path to QEMU binary +| | ... | - perf_qemu_qsz - QEMU virtio queue size | | ... | | 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 +| | Set Global Variable | ${perf_qemu_qsz} | 1024