Skip to content

Commit 07c7872

Browse files
committed
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 <[email protected]>
1 parent d7c14f7 commit 07c7872

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/provision.fmf

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
standard-inventory-qcow2:
3+
qemu:
4+
# Use qemu-system-x86_64 -net nic,model=help for a list of available devices.
5+
net_nic_list:
6+
- virtio

0 commit comments

Comments
 (0)