mirror of
https://github.com/linux-system-roles/network.git
synced 2026-01-23 02:15:17 +00:00
test: add another network interface device for qemu tests
The latest version of standard-inventory-qcow2 adds support for defining multiple network interface devices in the provision.fmf file. This is needed for network tests. https://pagure.io/fork/rmeggins/standard-test-roles/c/4192f757f610fb6e3570806a282c9b744404ce4e?branch=linux-system-roles Signed-off-by: Rich Megginson <rmeggins@redhat.com>
This commit is contained in:
parent
d7c14f73f0
commit
07c7872456
1 changed files with 6 additions and 0 deletions
6
tests/provision.fmf
Normal file
6
tests/provision.fmf
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
standard-inventory-qcow2:
|
||||
qemu:
|
||||
# Use qemu-system-x86_64 -net nic,model=help for a list of available devices.
|
||||
net_nic_list:
|
||||
- virtio
|
||||
Loading…
Add table
Add a link
Reference in a new issue