forked from avocado-framework/avocado-vt
-
Notifications
You must be signed in to change notification settings - Fork 1
CartesianConfigReference KVM drive_index.rst
Xu Tian edited this page Dec 30, 2016
·
1 revision
drive\_index
============
Description
-----------
Sets the index, that is, ordering precedence of a given drive. Valid
values are integers starting with 0.
Example:
::
drive_index_image1 = 0
drive_index_cd1 = 1
This will make the drive that has 'image1' appear before the drive that
has 'cd1'.
Defined On
----------
- `client/tests/kvm/base.cfg.sample `_
- `client/tests/kvm/guest-os.cfg.sample `_
- `client/tests/kvm/subtests.cfg.sample `_
- `client/tests/kvm/virtio-win.cfg.sample `_
Used By
-------
- `client/virt/kvm\_vm.py `_
Referenced By
-------------
No other documentation currently references this configuration key.