Skip to content

Commit 13e0a98

Browse files
yontalcartyll
authored andcommitted
Add provision file to tests
Some of the tests work only on machines with HW/SW timestamping. The CentOS7/RHEL7 driver for e1000 supports SW timestamping but the virtio driver does not. Therefore add a provision.fmf file to configure QEMU to emulate an e1000 card. Signed-off-by: Vaclav Dolezal <[email protected]>
1 parent dc91ff6 commit 13e0a98

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

tests/.fmf/version

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1

tests/provision.fmf

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
3+
standard-inventory-qcow2:
4+
qemu:
5+
net_nic:
6+
# Use qemu-system-x86_64 -net nic,model=help for a list of available devices.
7+
model: e1000

0 commit comments

Comments
 (0)