From fe29ca4b7e6c412c69f1c56404513a33236aa617 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Wed, 22 Feb 2017 09:06:27 +0100 Subject: CSIT-530: Add common setup and teardown to perf tests Change-Id: I2e76de710b4b758eac1d24d447a9c5938f937385 Signed-off-by: Tibor Frank --- resources/libraries/python/QemuUtils.py | 1 + 1 file changed, 1 insertion(+) (limited to 'resources/libraries/python') diff --git a/resources/libraries/python/QemuUtils.py b/resources/libraries/python/QemuUtils.py index acc00de455..2123e42a4b 100644 --- a/resources/libraries/python/QemuUtils.py +++ b/resources/libraries/python/QemuUtils.py @@ -296,6 +296,7 @@ class QemuUtils(object): if time() - start > timeout: raise RuntimeError('timeout, VM {0} not booted on {1}'.format( self._qemu_opt['disk_image'], self._node['host'])) + out = None try: self._qemu_qga_flush() out = self._qemu_qga_exec('guest-ping') -- cgit 1.2.3-korg