Skip to content

Commit

Permalink
update_iface_link_state: make host_iface configurable
Browse files Browse the repository at this point in the history
Need to run this test against the second interface on our host.

Signed-off-by: Sebastian Mitterle <[email protected]>
  • Loading branch information
smitterl committed Sep 4, 2024
1 parent 700e97e commit 9f20b0e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
iface_base_attrs = {"type_name": "direct", "source": {"dev": host_iface, "mode": "bridge"}}
- ethernet:
only virtio
host_iface =
create_tap = "yes"
iface_base_attrs = {"type_name": "ethernet", "target": {"dev": tap_name, "managed": "no"}}

Expand Down

0 comments on commit 9f20b0e

Please sign in to comment.