bugfix: Graceful shutdown of VM 43/12443/1
authorMartin Klozik <martinx.klozik@intel.com>
Thu, 14 Apr 2016 19:18:16 +0000 (20:18 +0100)
committerMartin Klozik <martinx.klozik@intel.com>
Tue, 19 Apr 2016 12:06:48 +0000 (13:06 +0100)
commitc7cc50cea185a2eb4b26958c985fb8c8fdfd9439
tree91c3f8f5793ee1beb47b800881c407af81576274
parent55db32610210f3163971557382e653be6667e333
bugfix: Graceful shutdown of VM

Cleanup phase of PVVP scenario sometimes causes server reboot.
Following updates were made to prevent reboots:
* sleep after VM OS shutdown allows QEMU to finish its own shutdown
procedure
* shared dir was mounted as read only to prevent its modification,
which sometimes causes delays during shutdown; Also warning messages
are causing CI jobs failures.

Change-Id: I1607e79beeee343893496efe01ca0be5ea684a9d
JIRA: VSPERF-271
Signed-off-by: Martin Klozik <martinx.klozik@intel.com>
Reviewed-by: Maryam Tahhan <maryam.tahhan@intel.com>
Reviewed-by: Al Morton <acmorton@att.com>
Reviewed-by: Christian Trautman <ctrautma@redhat.com>
Reviewed-by: Brian Castelli <brian.castelli@spirent.com>
vnfs/qemu/qemu.py