forked from avocado-framework/avocado-vt
-
Notifications
You must be signed in to change notification settings - Fork 1
CartesianConfigReference KVM keep_screendumps.rst
Xu Tian edited this page Dec 30, 2016
·
1 revision
keep\_screendumps
=================
Description
-----------
Flags whether screendumps (screenshots of the VM console) should be kept
or delete during post processing.
To keep the screendumps:
::
keep_screendumps = yes
Usually we're only interested in keeping screendumps on situations with
failures, to ease the debugging:
::
keep_screendumps_on_error = yes
Defined On
----------
The stock configuration key (without suffix) is not currently defined on
any sample cartesian configuration file.
The configuration key with the 'on\_error' suffix is defined on:
- `client/tests/kvm/base.cfg.sample `_
Used By
-------
- `client/virt/virt\_env\_process.py `_
Referenced By
-------------
No other documentation currently references this configuration key.