Fix: Qemu wait_until_vm_boot 40/4440/1
authorpmikus <pmikus@cisco.com>
Wed, 21 Dec 2016 08:51:47 +0000 (09:51 +0100)
committerpmikus <pmikus@cisco.com>
Wed, 21 Dec 2016 08:51:47 +0000 (09:51 +0100)
commitf943725e2665997aa8e64e50a124632c0a197900
treec8e443ac3fff8f02aada97b42a838a810c5b71c4
parent1b9fde506da43aa5cdd1fd1b4cd7f841d8ecd6bd
Fix: Qemu wait_until_vm_boot

There is an issue that booting Nested VM is successful but
QGA guest-ping or flush returns partial response. This fix suppose
to do checking until an error or timeout occurs. In case of QGA
returns correct response it is success. In case of partial
response it will log an error and continue in checking.

Change-Id: Idb2c5e5ea54bfc1e118ff62dd15696a1797dfdd9
Signed-off-by: pmikus <pmikus@cisco.com>
resources/libraries/python/QemuUtils.py