From d0a388627a90c526ae6e6d87ca00d428ed8aac64 Mon Sep 17 00:00:00 2001 From: pmikus Date: Mon, 17 Oct 2016 14:28:57 +0200 Subject: [PATCH] CSIT-452: Switch Qemu binary to Ubuntu default - Switch Qemu binary to default path and remove building qemu in performance jobs Change-Id: I5e8bb510beb672d034699192a7c454c56f2d2581 Signed-off-by: pmikus --- resources/libraries/python/QemuUtils.py | 2 +- tests/perf/Long_Bridge_Domain_Vhost_Intel-X520-DA2.robot | 1 - tests/perf/Long_IPv4_Vhost_Intel-X520-DA2.robot | 1 - tests/perf/Long_Xconnect_Vhost_Intel-X520-DA2.robot | 1 - 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/resources/libraries/python/QemuUtils.py b/resources/libraries/python/QemuUtils.py index aa149da185..76f86063e2 100644 --- a/resources/libraries/python/QemuUtils.py +++ b/resources/libraries/python/QemuUtils.py @@ -27,7 +27,7 @@ from resources.libraries.python.topology import NodeType class QemuUtils(object): """QEMU utilities.""" - __QEMU_BIN = '/opt/qemu/bin/qemu-system-x86_64' + __QEMU_BIN = '/usr/bin/qemu-system-x86_64' # QEMU Machine Protocol socket __QMP_SOCK = '/tmp/qmp.sock' # QEMU Guest Agent socket diff --git a/tests/perf/Long_Bridge_Domain_Vhost_Intel-X520-DA2.robot b/tests/perf/Long_Bridge_Domain_Vhost_Intel-X520-DA2.robot index 45a66ef138..7f2b45ecab 100644 --- a/tests/perf/Long_Bridge_Domain_Vhost_Intel-X520-DA2.robot +++ b/tests/perf/Long_Bridge_Domain_Vhost_Intel-X520-DA2.robot @@ -19,7 +19,6 @@ | Suite Setup | Run Keywords | 3-node Performance Suite Setup with DUT's NIC model | ... | L2 | Intel-X520-DA2 | ... | AND | Kill QEMU on all DUTs -| ... | AND | Build QEMU on all DUTs | Suite Teardown | 3-node Performance Suite Teardown | Test Setup | Setup all DUTs before test | Test Teardown | Run Keywords diff --git a/tests/perf/Long_IPv4_Vhost_Intel-X520-DA2.robot b/tests/perf/Long_IPv4_Vhost_Intel-X520-DA2.robot index dc8361324e..828139fd07 100644 --- a/tests/perf/Long_IPv4_Vhost_Intel-X520-DA2.robot +++ b/tests/perf/Long_IPv4_Vhost_Intel-X520-DA2.robot @@ -19,7 +19,6 @@ | Suite Setup | Run Keywords | 3-node Performance Suite Setup with DUT's NIC model | ... | L3 | Intel-X520-DA2 | ... | AND | Kill QEMU on all DUTs -| ... | AND | Build QEMU on all DUTs | Suite Teardown | 3-node Performance Suite Teardown | Test Setup | Setup all DUTs before test | Test Teardown | Run Keywords diff --git a/tests/perf/Long_Xconnect_Vhost_Intel-X520-DA2.robot b/tests/perf/Long_Xconnect_Vhost_Intel-X520-DA2.robot index 49df14e471..b8a5abf549 100644 --- a/tests/perf/Long_Xconnect_Vhost_Intel-X520-DA2.robot +++ b/tests/perf/Long_Xconnect_Vhost_Intel-X520-DA2.robot @@ -19,7 +19,6 @@ | Suite Setup | Run Keywords | 3-node Performance Suite Setup with DUT's NIC model | ... | L2 | Intel-X520-DA2 | ... | AND | Kill QEMU on all DUTs -| ... | AND | Build QEMU on all DUTs | Suite Teardown | 3-node Performance Suite Teardown | Test Setup | Setup all DUTs before test | Test Teardown | Run Keywords -- 2.16.6