virt-manager/tests
Cole Robinson fc6778108b guest: Don't set any defaults for on_*
Currently we hardcode these defaults for installing VMs:

  <on_poweroff>destroy</on_poweroff>
  <on_reboot>destroy</on_reboot>
  <on_crash>destroy</on_crash>

And these for post-install config:

  <on_poweroff>destroy</on_poweroff>
  <on_reboot>restart</on_reboot>
  <on_crash>restart</on_crash>

But this has some issues. on_crash=restart is problematic in that most
configs don't support it, and some like virtuozzo actively reject it.
Additionally this we should leave as much to libvirt defaults as we
can, which are more sensible in this case.

Drop everything except setting on_reboot=destroy for the install time
case (which is required for our config changes). Since on_poweroff
and on_crash already default to 'destroy', the install time config
is unchanged, and the post-install config now on_crash=destroy instead
of 'restart'.

The s390 on_crash=preserve workaround is dropped, which was intended
to avoid a reboot loop caused by on_crash=reboot
2017-03-01 14:17:51 -05:00
..
capabilities-xml tests: add aarch64 domcapabilities 2016-06-10 18:09:54 +02:00
cli-test-xml guest: Don't set any defaults for on_* 2017-03-01 14:17:51 -05:00
clone-xml guest: Don't set any defaults for on_* 2017-03-01 14:17:51 -05:00
inject-data tests: Add test_initrd_inject command 2013-09-28 16:50:08 -04:00
interface-xml Use XMLBuilder for Interface XML 2013-09-19 16:56:38 -04:00
nodedev-xml/devxml hostdev: add an address element for USB host devs if necessary 2015-08-05 13:32:04 +02:00
storage-xml storage: More support for network pools 2014-12-09 16:12:47 -05:00
uitests tests: uitests: Fix with git 2016-06-17 19:30:45 -04:00
virtconv-files guest: Don't set any defaults for on_* 2017-03-01 14:17:51 -05:00
xmlconfig-xml guest: Don't set any defaults for on_* 2017-03-01 14:17:51 -05:00
xmlparse-xml guest: Don't set any defaults for on_* 2017-03-01 14:17:51 -05:00
__init__.py tests: Move __init__ logic into functions, for clarity 2017-02-23 18:47:57 -05:00
capabilities.py tests: Add explicit caps test for parsing numa topology 2015-11-18 14:53:28 -05:00
checkprops.py tests: Enable property checking for all objects 2015-04-22 16:26:03 -04:00
clitest.py virtinst/cli: add spice rendernode argument 2017-02-23 18:31:43 -05:00
clonetest.py clone: do not use a '/' separator when using a disk file under / 2015-06-06 00:00:40 +02:00
interface.py mass update: remove double spaces from comments 2013-10-28 17:22:31 +01:00
misc.py Bump gtk and pygobject deps to 3.14 2016-05-17 17:49:55 -04:00
nodedev.py nodedev: add DRMDevice 2017-02-23 18:30:00 -05:00
osdict.py tests: Split out osdict and uriparse from misc.py 2015-04-04 14:43:12 -04:00
pep8.cfg Fix recent pylint/pep8 output 2016-04-18 16:42:12 -04:00
pylint.cfg pylint: disable wrong-import-position 2016-12-13 11:49:03 -05:00
storage.py storage: More support for network pools 2014-12-09 16:12:47 -05:00
test_inject.py tests_inject: Update to use standard --only option 2016-06-17 18:41:50 -04:00
test_urls.py tests: test_urls: update data 2016-12-13 14:36:24 -05:00
testdriver.xml guest: Don't set any defaults for on_* 2017-03-01 14:17:51 -05:00
uriparse.py uri: Add a MagicURI class for handling magic virtinst URIs 2015-09-06 12:00:25 -04:00
utils.py tests: add aarch64 domcapabilities 2016-06-10 18:09:54 +02:00
virtconvtest.py test: Add missing test item to cover the code adding by f11eb00 2016-03-11 12:10:32 -05:00
xmlconfig.py tests: Fix with latest osinfo-db output 2017-02-22 14:40:49 -05:00
xmlparse.py guest: Don't set any defaults for on_* 2017-03-01 14:17:51 -05:00