forked from avocado-framework/avocado-vt
-
Notifications
You must be signed in to change notification settings - Fork 1
CartesianConfigReference KVM nics
Xu Tian edited this page Dec 30, 2016
·
1 revision
- index
- modules |
- next |
- previous |
- Avocado VT 44.0 documentation »
- Cartesian Config »
- Cartesian Config Reference »
nics¶
Description¶
Sets the list of network interface cards that a VM will have.
Usually a VM will start with a single nic, named nic1:
nics = nic1
But a VM can have other nics. Some tests (usually network related) add other nics. One obvious example is the bonding test:
# Tests
variants:
- nic_bonding: install setup image_copy unattended_install.cdrom
nics += ' nic2 nic3 nic4'
Defined On¶
Used By¶
- client/virt/virt_vm.py
- client/virt/kvm_vm.py
- client/tests/kvm/tests/nic_bonding.py
- client/tests/kvm/tests/physical_resources_check.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.