commit | de8e503274a223f6fb3a79d61e49d8ee47362302 | [log] [tgz] |
---|---|---|
author | Slawek Kaplonski <skaplons@redhat.com> | Thu Aug 27 09:12:43 2020 +0200 |
committer | Slawek Kaplonski <skaplons@redhat.com> | Mon Sep 28 00:38:51 2020 +0200 |
tree | 346121d1a56d83f99563ccbe625167b66bc22a35 | |
parent | c3bec86663dc9d30529bc0641fb4f1994d5ecb6e [diff] [blame] |
Migrate CI jobs to Ubuntu Focal Jobs for master branch are moved to be run on Ubuntu Focal. All jobs for Stein, Train and Ussuri will be still run on Ubuntu Bionic. We also need to switch to legacy ebtables implementation in the linuxbridge job because ebtables-nft implementation don't supports syntax for source and destination ipv4 address in arp tables. Please check bug [1] for more details. Additionally scenario tests for port forwarding are now marked as unstable as we have some problem with port forwarding on Ubuntu Focal. See [2] for details. Also test test_floating_ip_update is now marked as unstable as it is failing pretty often on Ubuntu Focal. See [3] for details. This patch also changes ovn hash used to be installed on the nodes in the ovn scenario job with Ussuri release as this job is still run on Ubuntu Bionic and we need to bump this hash there. This patch additionally switches neutron-tempest-plugin-bgpvpn-bagpipe jobs for master and ussuri to be non-voting due to bug [4]. This patch also switches neutron-tempest-plugin-designate-scenario to be non-voting due to the bug [5] [1] https://bugs.launchpad.net/neutron/+bug/1889779 [2] https://bugs.launchpad.net/neutron/+bug/1896735 [3] https://bugs.launchpad.net/neutron/+bug/1897326 [4] https://bugs.launchpad.net/networking-bagpipe/+bug/1897408 [5] https://bugs.launchpad.net/neutron/+bug/1891309 Related-Bug: #1896735 Change-Id: I9252b6a8786c43524ba0ebaa59b480ef8e489ff1
diff --git a/neutron_tempest_plugin/scenario/test_floatingip.py b/neutron_tempest_plugin/scenario/test_floatingip.py index 7c59d3a..d541642 100644 --- a/neutron_tempest_plugin/scenario/test_floatingip.py +++ b/neutron_tempest_plugin/scenario/test_floatingip.py
@@ -392,6 +392,7 @@ same_network = None + @test.unstable_test("bug 1897326") @decorators.idempotent_id('1bdd849b-03dd-4b8f-994f-457cf8a36f93') def test_floating_ip_update(self): """Test updating FIP with another port.