X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=tests%2Fperf%2F__init__.robot;h=107892685cf8fbdb6863bc3e72afedd2849dc33d;hb=refs%2Fchanges%2F40%2F6040%2F3;hp=845716780fcfbde1fc7decc020018c4537d41adf;hpb=fe29ca4b7e6c412c69f1c56404513a33236aa617;p=csit.git diff --git a/tests/perf/__init__.robot b/tests/perf/__init__.robot index 845716780f..107892685c 100644 --- a/tests/perf/__init__.robot +++ b/tests/perf/__init__.robot @@ -29,12 +29,16 @@ | | ... | 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} | /usr/bin/qemu-system-x86_64 +| | Set Global Variable | ${perf_qemu_qsz} | 256