summaryrefslogtreecommitdiff
path: root/functional/tests/identity/v2
diff options
context:
space:
mode:
authorRichard Theis <rtheis@us.ibm.com>2016-02-01 20:56:43 +0000
committerRichard Theis <rtheis@us.ibm.com>2016-02-01 20:56:43 +0000
commitbca1a930f49b731001c1a06f78b0ff516af9959a (patch)
tree5eafe569f5abb198afd5db9af2961192b951e978 /functional/tests/identity/v2
parent5032dbc8074d5133c6b71610cd57d3c8da07c9b9 (diff)
downloadpython-openstackclient-bca1a930f49b731001c1a06f78b0ff516af9959a.tar.gz
Revert "Skip identity v2 functional tests"
This reverts commit 5032dbc8074d5133c6b71610cd57d3c8da07c9b9 based on [1]. [1] https://review.openstack.org/#/c/274703/ Change-Id: Ic10ef7c37d71e452fbc4bd36e28be79d669b4e3f
Diffstat (limited to 'functional/tests/identity/v2')
-rw-r--r--functional/tests/identity/v2/test_catalog.py3
-rw-r--r--functional/tests/identity/v2/test_ec2_credentials.py3
-rw-r--r--functional/tests/identity/v2/test_endpoint.py3
-rw-r--r--functional/tests/identity/v2/test_project.py3
-rw-r--r--functional/tests/identity/v2/test_role.py3
-rw-r--r--functional/tests/identity/v2/test_service.py3
-rw-r--r--functional/tests/identity/v2/test_token.py3
-rw-r--r--functional/tests/identity/v2/test_user.py3
8 files changed, 0 insertions, 24 deletions
diff --git a/functional/tests/identity/v2/test_catalog.py b/functional/tests/identity/v2/test_catalog.py
index 7b5c0f97..3a1f7e11 100644
--- a/functional/tests/identity/v2/test_catalog.py
+++ b/functional/tests/identity/v2/test_catalog.py
@@ -10,12 +10,9 @@
# License for the specific language governing permissions and limitations
# under the License.
-import testtools
-
from functional.tests.identity.v2 import test_identity
-@testtools.skip('bug/1539780')
class CatalogTests(test_identity.IdentityTests):
def test_catalog_list(self):
diff --git a/functional/tests/identity/v2/test_ec2_credentials.py b/functional/tests/identity/v2/test_ec2_credentials.py
index 910229db..86702c0c 100644
--- a/functional/tests/identity/v2/test_ec2_credentials.py
+++ b/functional/tests/identity/v2/test_ec2_credentials.py
@@ -10,12 +10,9 @@
# License for the specific language governing permissions and limitations
# under the License.
-import testtools
-
from functional.tests.identity.v2 import test_identity
-@testtools.skip('bug/1539780')
class EC2CredentialsTests(test_identity.IdentityTests):
def test_ec2_credentials_create(self):
diff --git a/functional/tests/identity/v2/test_endpoint.py b/functional/tests/identity/v2/test_endpoint.py
index aac61263..0aed3220 100644
--- a/functional/tests/identity/v2/test_endpoint.py
+++ b/functional/tests/identity/v2/test_endpoint.py
@@ -10,12 +10,9 @@
# License for the specific language governing permissions and limitations
# under the License.
-import testtools
-
from functional.tests.identity.v2 import test_identity
-@testtools.skip('bug/1539780')
class EndpointTests(test_identity.IdentityTests):
def test_endpoint_create(self):
diff --git a/functional/tests/identity/v2/test_project.py b/functional/tests/identity/v2/test_project.py
index 52c4639e..3a5e8e81 100644
--- a/functional/tests/identity/v2/test_project.py
+++ b/functional/tests/identity/v2/test_project.py
@@ -10,14 +10,11 @@
# License for the specific language governing permissions and limitations
# under the License.
-import testtools
-
from tempest_lib.common.utils import data_utils
from functional.tests.identity.v2 import test_identity
-@testtools.skip('bug/1539780')
class ProjectTests(test_identity.IdentityTests):
def test_project_create(self):
diff --git a/functional/tests/identity/v2/test_role.py b/functional/tests/identity/v2/test_role.py
index c0eb5fc7..e542a5fb 100644
--- a/functional/tests/identity/v2/test_role.py
+++ b/functional/tests/identity/v2/test_role.py
@@ -10,12 +10,9 @@
# License for the specific language governing permissions and limitations
# under the License.
-import testtools
-
from functional.tests.identity.v2 import test_identity
-@testtools.skip('bug/1539780')
class RoleTests(test_identity.IdentityTests):
def test_role_create(self):
diff --git a/functional/tests/identity/v2/test_service.py b/functional/tests/identity/v2/test_service.py
index 716966fc..bd982be1 100644
--- a/functional/tests/identity/v2/test_service.py
+++ b/functional/tests/identity/v2/test_service.py
@@ -10,12 +10,9 @@
# License for the specific language governing permissions and limitations
# under the License.
-import testtools
-
from functional.tests.identity.v2 import test_identity
-@testtools.skip('bug/1539780')
class ServiceTests(test_identity.IdentityTests):
def test_service_create(self):
diff --git a/functional/tests/identity/v2/test_token.py b/functional/tests/identity/v2/test_token.py
index 1bd7baba..bac2b0ac 100644
--- a/functional/tests/identity/v2/test_token.py
+++ b/functional/tests/identity/v2/test_token.py
@@ -10,12 +10,9 @@
# License for the specific language governing permissions and limitations
# under the License.
-import testtools
-
from functional.tests.identity.v2 import test_identity
-@testtools.skip('bug/1539780')
class TokenTests(test_identity.IdentityTests):
def test_token_issue(self):
diff --git a/functional/tests/identity/v2/test_user.py b/functional/tests/identity/v2/test_user.py
index 5cd16dbe..41895e7e 100644
--- a/functional/tests/identity/v2/test_user.py
+++ b/functional/tests/identity/v2/test_user.py
@@ -10,15 +10,12 @@
# License for the specific language governing permissions and limitations
# under the License.
-import testtools
-
from tempest_lib.common.utils import data_utils
from functional.common import exceptions
from functional.tests.identity.v2 import test_identity
-@testtools.skip('bug/1539780')
class UserTests(test_identity.IdentityTests):
def test_user_create(self):