[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
This commit is contained in:
parent
51360b5a08
commit
a1384678b8
@ -611,6 +611,12 @@
|
|||||||
vars:
|
vars:
|
||||||
nslookup_target: 'opendev.org'
|
nslookup_target: 'opendev.org'
|
||||||
configure_swap_size: 4096
|
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:
|
devstack_services:
|
||||||
br-ex-tcpdump: true
|
br-ex-tcpdump: true
|
||||||
br-int-flows: true
|
br-int-flows: true
|
||||||
@ -631,6 +637,12 @@
|
|||||||
vars:
|
vars:
|
||||||
nslookup_target: 'opendev.org'
|
nslookup_target: 'opendev.org'
|
||||||
configure_swap_size: 4096
|
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:
|
devstack_local_conf:
|
||||||
test-config:
|
test-config:
|
||||||
"$TEMPEST_CONFIG":
|
"$TEMPEST_CONFIG":
|
||||||
|
Loading…
Reference in New Issue
Block a user