From cbb46434e689d2b2ec7545fd80fa9c5f508fb936 Mon Sep 17 00:00:00 2001 From: wangxiyuan Date: Mon, 23 May 2016 15:03:32 +0800 Subject: [PATCH] Replace tempest_lib with tempest.lib As the tempest_lib is deprecated and the code has been moved into tempest. We should use tempest.lib insteded of tempest_lib. Change-Id: Id22f90a47056cd88f9524fc6015607c93f7d88b5 --- glanceclient/tests/functional/base.py | 2 +- glanceclient/tests/functional/test_readonly_glance.py | 2 +- test-requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/glanceclient/tests/functional/base.py b/glanceclient/tests/functional/base.py index 6029a06e..a6306bf5 100644 --- a/glanceclient/tests/functional/base.py +++ b/glanceclient/tests/functional/base.py @@ -13,7 +13,7 @@ import os import os_client_config -from tempest_lib.cli import base +from tempest.lib.cli import base def credentials(cloud='devstack-admin'): diff --git a/glanceclient/tests/functional/test_readonly_glance.py b/glanceclient/tests/functional/test_readonly_glance.py index 37b0a5e9..822bbcc7 100644 --- a/glanceclient/tests/functional/test_readonly_glance.py +++ b/glanceclient/tests/functional/test_readonly_glance.py @@ -12,7 +12,7 @@ import re -from tempest_lib import exceptions +from tempest.lib import exceptions from glanceclient.tests.functional import base diff --git a/test-requirements.txt b/test-requirements.txt index 99d93de4..d1a7af78 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -16,4 +16,4 @@ testtools>=1.4.0 # MIT testscenarios>=0.4 # Apache-2.0/BSD fixtures>=3.0.0 # Apache-2.0/BSD requests-mock>=1.0 # Apache-2.0 -tempest-lib>=0.14.0 # Apache-2.0 +tempest>=11.0.0 # Apache-2.0