From a1384678b88fc7ffb5eeccfbfc0da16a9cb8910a Mon Sep 17 00:00:00 2001 From: yatinkarel Date: Tue, 21 Jun 2022 11:17:03 +0530 Subject: [PATCH] [fips jobs] blacklist AttachInterfacesTestJSON tempest test libvirt-8.4.0-1.el9 caused a regression which resulted into AttachInterfacesTestJSON and test_hotplug_nic tempest test to fail, until fixed libvirt version is available in CentOS 9-Stream repos, let's exclude these tests from jobs running on CentOS 9-Stream. Related-Bug: #1979047 Related-Bug: rhbz#2092856 Change-Id: Ia97fc084dcbdfbced0c2cc79f127a97b4d97d1e3 --- zuul.d/tempest-singlenode.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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":