forked from avocado-framework/avocado-vt
-
Notifications
You must be signed in to change notification settings - Fork 1
CartesianConfigReference KVM cd_format.rst
Xu Tian edited this page Dec 30, 2016
·
1 revision
cd\_format
==========
Description
-----------
Sets the format for a given cdrom drive. This directive exists to do
some special magic for cd drive formats 'ahci' and 'usb2' (see
`client/virt/kvm\_vm.py `_
for more information).
Currently used options in Avocado-VT are: ahci and usb2.
Example:
::
variants:
- usb.cdrom:
cd_format = usb2
Defined On
----------
- `client/tests/kvm/base.cfg.sample `_
Used By
-------
- `client/virt/kvm\_vm.py `_
Referenced By
-------------
No other documentation currently references this configuration key.
See also
--------
- `drive\_format `_