Merge "Add idempotent_id lines for tests"
diff --git a/barbican_tempest_plugin/tests/base.py b/barbican_tempest_plugin/tests/base.py
index 1f97635..600ba80 100644
--- a/barbican_tempest_plugin/tests/base.py
+++ b/barbican_tempest_plugin/tests/base.py
@@ -12,7 +12,7 @@
 # License for the specific language governing permissions and limitations
 # under the License.
 
-from oslotest import base
+from tempest.lib import base
 
 
 class TestCase(base.BaseTestCase):
diff --git a/requirements.txt b/requirements.txt
index 415ded0..1afcc6f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -5,5 +5,4 @@
 pbr>=1.8 # Apache-2.0
 
 tempest>=12.1.0  # Apache-2.0
-tempest-lib>=0.14.0  # Apache-2.0
 cryptography!=1.3.0,>=1.0 # BSD/Apache-2.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 85ae707..2bf9f2e 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -7,7 +7,6 @@
 python-subunit>=0.0.18 # Apache-2.0/BSD
 sphinx>=1.2.1,!=1.3b1,<1.4 # BSD
 oslosphinx>=4.7.0 # Apache-2.0
-oslotest>=1.10.0 # Apache-2.0
 testrepository>=0.0.18  # Apache-2.0/BSD
 testscenarios>=0.4  # Apache-2.0/BSD
 testtools>=1.4.0 # MIT