]> xenbits.xensource.com Git - osstest.git/commit
Toolstack::libvirt: Support for ACPI fallback for shutdown
authorIan Campbell <ian.campbell@citrix.com>
Thu, 7 May 2015 15:37:18 +0000 (16:37 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Thu, 14 May 2015 10:56:19 +0000 (11:56 +0100)
commit0ade6c38c56035d30b0bc9a6baeb4a1a345f2d56
treee73924142aaef3fb3b451f4ac017291ead5ed9a3
parente429231402d9157987fe9ce66e1217c6eaf29b42
Toolstack::libvirt: Support for ACPI fallback for shutdown

This is the libvirt counterpart to "Toolstack::xl: Support for ACPI
fallback for shutdown". Currently there are no jobs which test HVM
guests with libvirt and so this is completely untested in the context
of osstest (but at least should be harmless to current jobs).

This relies on an assumption that "virsh shutdown" behaves the same as
"virsh reboot" and accepts a comma separated list of methods to try
given to the --mode argument, which Jim has tested and confirmed to be
true.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Cc: Jim Fehlig <jfehlig@suse.com>
Acked by: Jim Fehlig <jfehlig@suse.com>
Osstest/Toolstack/libvirt.pm