forked from avocado-framework/avocado-vt
-
Notifications
You must be signed in to change notification settings - Fork 1
CartesianConfigReference KVM check_image.rst
Xu Tian edited this page Dec 30, 2016
·
1 revision
check\_image
============
Description
-----------
Configures if we want to run a check on the image files during post
processing. A check usually means running 'qemu-img info' and 'qemu-img
check'.
This is currently only enabled when `image\_format `_
is set to 'qcow2'.
::
variants:
- @qcow2:
image_format = qcow2
check_image = yes
Defined On
----------
- `client/tests/kvm/base.cfg.sample `_
- `client/tests/kvm/subtests.cfg.sample `_
Used By
-------
- `client/virt/virt\_env\_process.py `_
Referenced By
-------------
No other documentation currently references this configuration key.
See Also
--------
- `images `_
- `image\_name `_
- `image\_format `_
- `create\_image `_
- `remove\_image `_