commit | 370f71e9877fad13883413225bf25051c0c9c391 | [log] [tgz] |
---|---|---|
author | Rodolfo Alonso Hernandez <ralonsoh@redhat.com> | Sat Sep 09 21:33:55 2023 +0000 |
committer | Rodolfo Alonso Hernandez <ralonsoh@redhat.com> | Sat Sep 09 21:36:37 2023 +0000 |
tree | 062ed354371e471750fab33f98d3e2b86729835b | |
parent | 7aa02077ac12c05950eac6094f330d4082cf8881 [diff] [blame] |
Mark "test_subport_connectivity_soft_reboot" as unstable This issue is related to: * https://bugs.launchpad.net/neutron/+bug/2033887: the patches previously merged in the Neutron repository [1][2] should be reverted. * https://bugs.launchpad.net/neutron/+bug/2024160: this issue is still present. [1]https://review.opendev.org/c/openstack/neutron/+/882581 [2]https://review.opendev.org/c/openstack/neutron/+/888776 Change-Id: I9d8d76810d15913c29610464ab1b8fa34863aaf6 Related-Bug: #2024160 Related-Bug: #2033887
diff --git a/neutron_tempest_plugin/scenario/test_trunk.py b/neutron_tempest_plugin/scenario/test_trunk.py index b994775..2ba8f13 100644 --- a/neutron_tempest_plugin/scenario/test_trunk.py +++ b/neutron_tempest_plugin/scenario/test_trunk.py
@@ -277,6 +277,7 @@ self._wait_for_trunk(vm.trunk) self._assert_has_ssh_connectivity(vm1.ssh_client) + @test.unstable_test("bug 2033887 / bug 2024160") @testtools.skipUnless( (CONF.neutron_plugin_options.advanced_image_ref or CONF.neutron_plugin_options.default_image_is_advanced),