forked from avocado-framework/avocado-vt
-
Notifications
You must be signed in to change notification settings - Fork 1
CartesianConfigReference KVM convert_ppm_files_to_png.rst
Xu Tian edited this page Dec 30, 2016
·
1 revision
convert\_ppm\_files\_to\_png
============================
Description
-----------
Configures whether files generated from screenshots in `PPM
format `_ should be
automatically converted to
`PNG `_ files.
::
convert_ppm_files_to_png = yes
Usually we're only interested in spending time converting files for
easier viewing on situations with failures:
::
convert_ppm_files_to_png_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.