summaryrefslogtreecommitdiff
path: root/functional/tests/identity/v2/test_token.py
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/test_token.py
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/test_token.py')
-rw-r--r--functional/tests/identity/v2/test_token.py3
1 files changed, 0 insertions, 3 deletions
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):