aboutsummaryrefslogtreecommitdiffstats
path: root/tests/perf/__init__.robot
diff options
context:
space:
mode:
authorJan Gelety <jgelety@cisco.com>2017-04-13 17:01:13 +0200
committerPeter Mikus <pmikus@cisco.com>2017-04-19 11:22:36 +0000
commit1cb9b4af51c289045a729cc9cbfc5f34aa54e948 (patch)
tree6b8fe6044ed82436babbfc14f38fb02148c95a4b /tests/perf/__init__.robot
parent25b577d61445aa0607725a0172b72b5c01582b73 (diff)
Use QEMU virtio queue size 1024 for perf tests
- use Build QEMU KW to apply patch to increase default virtio queue size - remove Set Scheduler Policy Change-Id: I04a7febd6366abd324d42f781645a8a0b520b325 Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'tests/perf/__init__.robot')
-rw-r--r--tests/perf/__init__.robot5
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