summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Gonzalez <daniel@gonzalez-nothnagel.de>2016-04-28 14:48:32 -0500
committerSrinivasan Srivatsan <srinsriv@gmail.com>2016-04-28 22:11:12 +0000
commit74287cbe3759c06cecc0ef6b369dcfe7278eba3b (patch)
treeb7f264b7409744defc684ab4f1918a1a84683002
parent7af57ed5ba77cb043b9e1ad3b63da1ab391b75d2 (diff)
downloadpython-keystoneclient-74287cbe3759c06cecc0ef6b369dcfe7278eba3b.tar.gz
Replace tempest-lib with tempest.lib
tempest-lib is deprecated, replace it with tempest.lib. Closes-Bug: #1553047 Change-Id: Ib03938b133f2aca1e73ec5df5815cff9dfe7b2e2
-rw-r--r--keystoneclient/tests/functional/test_access.py2
-rw-r--r--test-requirements.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/keystoneclient/tests/functional/test_access.py b/keystoneclient/tests/functional/test_access.py
index 36fe60e..84733a2 100644
--- a/keystoneclient/tests/functional/test_access.py
+++ b/keystoneclient/tests/functional/test_access.py
@@ -14,7 +14,7 @@ import os
from keystoneclient.auth.identity import v2
from keystoneclient import session
-from tempest_lib import base
+from tempest.lib import base
class TestV2AccessInfo(base.BaseTestCase):
diff --git a/test-requirements.txt b/test-requirements.txt
index 15ca096..e56d492 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -16,7 +16,7 @@ oslotest>=1.10.0 # Apache-2.0
reno>=1.6.2 # Apache2
requests-mock>=0.7.0 # Apache-2.0
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
-tempest-lib>=0.14.0 # Apache-2.0
+tempest>=11.0.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
testresources>=0.2.4 # Apache-2.0/BSD
testscenarios>=0.4 # Apache-2.0/BSD