From b2a04ef885412682437bd243c6dc37620f328b95 Mon Sep 17 00:00:00 2001 From: Jakub Libosvar Date: Tue, 2 Jan 2018 15:54:00 +0000 Subject: [PATCH] trunk: Skip trunk tests because of bug 1740885 Skip unstable trunk tests until bug 1740885 is solved. Related-bug: #1740885 Change-Id: I14cf99e4b5ab29f3e75f20a72675012fd26afcf6 --- neutron_tempest_plugin/scenario/test_trunk.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/neutron_tempest_plugin/scenario/test_trunk.py b/neutron_tempest_plugin/scenario/test_trunk.py index 0008b0ac..085a6484 100644 --- a/neutron_tempest_plugin/scenario/test_trunk.py +++ b/neutron_tempest_plugin/scenario/test_trunk.py @@ -145,6 +145,7 @@ class TrunkTest(base.BaseTempestTestCase): CONF.validation.image_ssh_user, self.keypair['private_key']) + @utils.unstable_test("bug 1740885") @decorators.idempotent_id('bb13fe28-f152-4000-8131-37890a40c79e') def test_trunk_subport_lifecycle(self): """Test trunk creation and subport transition to ACTIVE status. @@ -225,6 +226,7 @@ class TrunkTest(base.BaseTempestTestCase): @testtools.skipUnless( CONF.neutron_plugin_options.image_is_advanced, "Advanced image is required to run this test.") + @utils.unstable_test("bug 1740885") @decorators.idempotent_id('a8a02c9b-b453-49b5-89a2-cce7da66aafb') def test_subport_connectivity(self): vlan_tag = 10