Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 895 Bytes

CartesianConfigReference-KVM-cd_format.rst

File metadata and controls

42 lines (26 loc) · 895 Bytes

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

Used By

Referenced By

No other documentation currently references this configuration key.

See also