summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryatinkarel <ykarel@redhat.com>2023-02-14 21:58:16 +0530
committeryatinkarel <ykarel@redhat.com>2023-02-14 21:58:24 +0530
commit5dac5f8c6c4186921a7553116c38f5f03310b1d2 (patch)
treef1a379a3c09d11d51446cacdcf8926620509d59f
parent24152f2019784fe684bb7b439b78e7265c6ffa08 (diff)
downloadneutron-5dac5f8c6c4186921a7553116c38f5f03310b1d2.tar.gz
[ovn-ipv6] Temporary exclude test_hotplug_nic
The test is failing quite often with ovn version(v22.03.0) included in ubuntu jammy. Until ubuntu jammy includes fixed version of ovn let's exclude this test. It's running fine on ubuntu focal and ubuntu jammy jobs running with ovn from source. Related-Bug: #2007166 Change-Id: I0377418bb5b4a68f9c08326bff0211f668a22b58
-rw-r--r--zuul.d/tempest-singlenode.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/zuul.d/tempest-singlenode.yaml b/zuul.d/tempest-singlenode.yaml
index e117b41caa..283bcd2430 100644
--- a/zuul.d/tempest-singlenode.yaml
+++ b/zuul.d/tempest-singlenode.yaml
@@ -741,6 +741,11 @@
- job:
name: neutron-ovn-tempest-ipv6-only-ovs-release
parent: neutron-ovn-tempest-ipv6-only-base
+ vars:
+ # TODO(ykarel) remove once ubuntu jammy contains fixed version
+ # of ovn https://bugs.launchpad.net/neutron/+bug/2007166
+ tempest_exclude_regex: "\
+ (^tempest.scenario.test_network_basic_ops.TestNetworkBasicOps.test_hotplug_nic)"
- job:
name: neutron-ovn-tempest-ipv6-only-ovs-master