From f97afd391767ad024bd15943fa94dd6488d25ad9 Mon Sep 17 00:00:00 2001 From: Sebastian Mitterle Date: Fri, 13 Dec 2024 07:06:00 -0500 Subject: [PATCH] virtual_network/link_state: configure host_iface for all tests ethernet was missing host-iface and failed move the parameter to the top to apply it to all tests Signed-off-by: Sebastian Mitterle --- .../cfg/virtual_network/link_state/link_state_model_type.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/libvirt/tests/cfg/virtual_network/link_state/link_state_model_type.cfg b/libvirt/tests/cfg/virtual_network/link_state/link_state_model_type.cfg index 2a5e6d1694..4b3aefe005 100644 --- a/libvirt/tests/cfg/virtual_network/link_state/link_state_model_type.cfg +++ b/libvirt/tests/cfg/virtual_network/link_state/link_state_model_type.cfg @@ -4,6 +4,7 @@ timeout = 240 outside_ip = "www.redhat.com" vm_ping_outside = pass + host_iface = variants: - initial_up: initial_link_state = "up" @@ -24,7 +25,6 @@ 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 @@ -32,7 +32,6 @@ - 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: