diff options
| author | Daniel Gonzalez <daniel@gonzalez-nothnagel.de> | 2016-04-28 15:15:12 -0500 |
|---|---|---|
| committer | Sheel Rana <ranasheel2000@gmail.com> | 2016-04-29 08:33:45 +0000 |
| commit | 9ec41c0397dbcf818513efd9bc92ad488b66ceca (patch) | |
| tree | 92e5908bb491013ced250b5f15bcd208e409b6ee /functional/common | |
| parent | f1d14de6da5d0f61e34f9e6841e965439c85d629 (diff) | |
| download | python-openstackclient-9ec41c0397dbcf818513efd9bc92ad488b66ceca.tar.gz | |
Replace tempest-lib with tempest.lib
tempest-lib is deprecated, so replace it with tempest.lib.
Co-Authored-By: Sheel Rana <ranasheel2000@gmail.com>
Change-Id: I0495eba110bb7581623fbcf49dc63a27e9cb6d64
Closes-Bug: #1553047
Diffstat (limited to 'functional/common')
| -rw-r--r-- | functional/common/test.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/functional/common/test.py b/functional/common/test.py index 9887c765..43615615 100644 --- a/functional/common/test.py +++ b/functional/common/test.py @@ -17,8 +17,8 @@ import subprocess import testtools import six -from tempest_lib.cli import output_parser -from tempest_lib import exceptions +from tempest.lib.cli import output_parser +from tempest.lib import exceptions COMMON_DIR = os.path.dirname(os.path.abspath(__file__)) |
