forked from avocado-framework/avocado-vt
-
Notifications
You must be signed in to change notification settings - Fork 1
CartesianConfigReference KVM images
Xu Tian edited this page Dec 30, 2016
·
1 revision
- index
- modules |
- next |
- previous |
- Avocado VT 44.0 documentation »
- Cartesian Config »
- Cartesian Config Reference »
images¶
Description¶
Sets the list of disk devices (backed by a image file or device) that a VM will have.
Usually a VM will start with a single image, named image1:
images = image1
But a VM can have other images. One example is when we test the maximum number of disk devices supported on a VM:
# Tests
variants:
- multi_disk: install setup image_copy unattended_install.cdrom
variants:
- max_disk:
images += " stg stg2 stg3 stg4 stg5 stg6 stg7 stg8 stg9 stg10 stg11 stg12 stg13 stg14 stg15 stg16 stg17 stg18 stg19 stg20 stg21 stg22 stg23"
Defined On¶
- client/tests/kvm/base.cfg.sample
- client/tests/kvm/guest-os.cfg.sample
- client/tests/kvm/subtests.cfg.sample
Used By¶
- client/virt/kvm_vm.py
- virt_env_process.py
- client/tests/kvm/tests/enospc.py
- client/tests/kvm/tests/image_copy.py
Referenced By¶
No other documentation currently references this configuration key.
- index
- modules |
- next |
- previous |
- Avocado VT 44.0 documentation »
- Cartesian Config »
- Cartesian Config Reference »
© Copyright 2014, Red Hat. Created using Sphinx 1.5.1.