Skip to content

Commit

Permalink
Merge pull request #6067 from smitterl/link_state
Browse files Browse the repository at this point in the history
virtual_network/link_state: configure host_iface for all tests
  • Loading branch information
Yingshun authored Dec 16, 2024
2 parents 53a1db7 + f97afd3 commit 07594f7
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
timeout = 240
outside_ip = "www.redhat.com"
vm_ping_outside = pass
host_iface =
variants:
- initial_up:
initial_link_state = "up"
Expand All @@ -24,15 +25,13 @@
iface_base_attrs = {"type_name": "network", "source": {"network": "default"}}
- direct:
only virtio
host_iface =
iface_base_attrs = {"type_name": "direct", "source": {"dev": host_iface, "mode": "bridge"}}
- user:
only virtio
variants:
- root:
iface_base_attrs = {"type_name": "user"}
- passt:
host_iface =
iface_base_attrs = {"backend": {"type": "passt"}, "source": {"dev": host_iface}, "type_name": "user"}
variants:
- root:
Expand Down

0 comments on commit 07594f7

Please sign in to comment.