forked from avocado-framework/avocado-vt
-
Notifications
You must be signed in to change notification settings - Fork 1
CartesianConfigReference KVM kill_vm.rst
Xu Tian edited this page Dec 30, 2016
·
1 revision
kill\_vm
========
Description
-----------
Configures whether a VM should be shutdown during post processing. How
exactly the VM will be shutdown is configured by other parameters such
as `kill\_vm\_gracefully `_
and `kill\_vm\_timeout `_.
To force shutdown during post processing:
::
kill_vm = yes
Defined On
----------
- `client/tests/kvm/base.cfg.sample `_
- `client/tests/kvm/guest-os.cfg.sample `_
- `client/tests/kvm/subtests.cfg.sample `_
- `client/tests/kvm/unittests.cfg.sample `_
Used By
-------
- `client/virt/virt\_env\_process.py `_
Referenced By
-------------
No other documentation currently references this configuration key.
See also
--------
- `kill\_vm\_timeout `_
- `kill\_vm\_gracefully `_
- `kill\_unresponsive\_vms `_