Unmark tests as unstable once bug 1740885 was fixed
Bug #1740885 has already been fixed and there were a couple of tests maked as unstable. This patch is unmarking them as such. Change-Id: I411a5d36782c1a9a06a6a005944678463fff2fd0 Signed-off-by: Daniel Alvarez <dalvarez@redhat.com>
This commit is contained in:
parent
6423e180a5
commit
ac9e1a3056
@ -145,7 +145,6 @@ class TrunkTest(base.BaseTempestTestCase):
|
|||||||
CONF.validation.image_ssh_user,
|
CONF.validation.image_ssh_user,
|
||||||
self.keypair['private_key'])
|
self.keypair['private_key'])
|
||||||
|
|
||||||
@utils.unstable_test("bug 1740885")
|
|
||||||
@decorators.idempotent_id('bb13fe28-f152-4000-8131-37890a40c79e')
|
@decorators.idempotent_id('bb13fe28-f152-4000-8131-37890a40c79e')
|
||||||
def test_trunk_subport_lifecycle(self):
|
def test_trunk_subport_lifecycle(self):
|
||||||
"""Test trunk creation and subport transition to ACTIVE status.
|
"""Test trunk creation and subport transition to ACTIVE status.
|
||||||
@ -229,7 +228,6 @@ class TrunkTest(base.BaseTempestTestCase):
|
|||||||
@testtools.skipUnless(
|
@testtools.skipUnless(
|
||||||
CONF.neutron_plugin_options.image_is_advanced,
|
CONF.neutron_plugin_options.image_is_advanced,
|
||||||
"Advanced image is required to run this test.")
|
"Advanced image is required to run this test.")
|
||||||
@utils.unstable_test("bug 1740885")
|
|
||||||
@decorators.idempotent_id('a8a02c9b-b453-49b5-89a2-cce7da66aafb')
|
@decorators.idempotent_id('a8a02c9b-b453-49b5-89a2-cce7da66aafb')
|
||||||
def test_subport_connectivity(self):
|
def test_subport_connectivity(self):
|
||||||
vlan_tag = 10
|
vlan_tag = 10
|
||||||
|
Loading…
Reference in New Issue
Block a user