diff options
Diffstat (limited to 'tests/perf/__init__.robot')
-rw-r--r-- | tests/perf/__init__.robot | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/perf/__init__.robot b/tests/perf/__init__.robot index 107892685c..922ad29a33 100644 --- a/tests/perf/__init__.robot +++ b/tests/perf/__init__.robot @@ -40,5 +40,6 @@ | | 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 +| | Set Global Variable | ${perf_qemu_bin} +| | ... | /opt/qemu-2.5.0/bin/qemu-system-x86_64 +| | Set Global Variable | ${perf_qemu_qsz} | 1024 |