From d0a388627a90c526ae6e6d87ca00d428ed8aac64 Mon Sep 17 00:00:00 2001 From: pmikus Date: Mon, 17 Oct 2016 14:28:57 +0200 Subject: 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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/libraries/python/QemuUtils.py') 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 -- cgit 1.2.3-korg