diff options
| author | Richard Theis <rtheis@us.ibm.com> | 2016-02-01 20:56:43 +0000 |
|---|---|---|
| committer | Richard Theis <rtheis@us.ibm.com> | 2016-02-01 20:56:43 +0000 |
| commit | bca1a930f49b731001c1a06f78b0ff516af9959a (patch) | |
| tree | 5eafe569f5abb198afd5db9af2961192b951e978 /functional/tests/identity/v2/test_token.py | |
| parent | 5032dbc8074d5133c6b71610cd57d3c8da07c9b9 (diff) | |
| download | python-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.py | 3 |
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): |
