Skip test_keypair integration test until it's fixed
Change-Id: I43f34eeed7a63fb22bbe015b6d81c0ffe111d6e3 Related-Bug: #1526791
This commit is contained in:
parent
3ab7820405
commit
b21d7bc55f
@ -14,8 +14,10 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
from openstack_dashboard.test.integration_tests import helpers
|
from openstack_dashboard.test.integration_tests import helpers
|
||||||
|
from openstack_dashboard.test.integration_tests.tests import decorators
|
||||||
|
|
||||||
|
|
||||||
|
@decorators.skip_because(bugs=["1526791"])
|
||||||
class TestKeypair(helpers.TestCase):
|
class TestKeypair(helpers.TestCase):
|
||||||
"""Checks that the user is able to create/delete keypair."""
|
"""Checks that the user is able to create/delete keypair."""
|
||||||
KEYPAIR_NAME = helpers.gen_random_resource_name("keypair")
|
KEYPAIR_NAME = helpers.gen_random_resource_name("keypair")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user