diff --git a/zuul.d/tempest-singlenode.yaml b/zuul.d/tempest-singlenode.yaml index 57f833526b0..94b83d7e039 100644 --- a/zuul.d/tempest-singlenode.yaml +++ b/zuul.d/tempest-singlenode.yaml @@ -611,6 +611,12 @@ vars: nslookup_target: 'opendev.org' configure_swap_size: 4096 + # TODO(ykarel): remove AttachInterfacesTestJSON and test_hotplug_nic from the + # blacklist when fixed libvirt version is available in CentOS 9-Stream + # https://bugzilla.redhat.com/show_bug.cgi?id=2092856 + tempest_exclude_regex: "\ + (^tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON)|\ + (^tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic)" devstack_services: br-ex-tcpdump: true br-int-flows: true @@ -631,6 +637,12 @@ vars: nslookup_target: 'opendev.org' configure_swap_size: 4096 + # TODO(ykarel): remove AttachInterfacesTestJSON and test_hotplug_nic from the + # blacklist when fixed libvirt version is available in CentOS 9-Stream + # https://bugzilla.redhat.com/show_bug.cgi?id=2092856 + tempest_exclude_regex: "\ + (^tempest.api.compute.servers.test_attach_interfaces.AttachInterfacesTestJSON)|\ + (^tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic)" devstack_local_conf: test-config: "$TEMPEST_CONFIG":