Remove deprecated tempest_lib and use tempest.lib

Since 10.0.0 release tempest-ib is deprecated now.
Cinderclient should use tempest.lib in test code
and add tempest>=11.0.0 in requirements following
global-requirements.

Closes-Bug: #1583583
Change-Id: I9d766f46eb6fff29ae9c0267a60ff2ef4bf2343e
This commit is contained in:
wanghao 2016-05-19 20:27:28 +08:00
parent 0cdcfb5988
commit af91c23a45
2 changed files with 4 additions and 4 deletions

View File

@ -14,9 +14,9 @@ import os
import time
import six
from tempest_lib.cli import base
from tempest_lib.cli import output_parser
from tempest_lib import exceptions
from tempest.lib.cli import base
from tempest.lib.cli import output_parser
from tempest.lib import exceptions
_CREDS_FILE = 'functional_creds.conf'

View File

@ -13,7 +13,7 @@ python-subunit>=0.0.18 # Apache-2.0/BSD
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
testtools>=1.4.0 # MIT
testrepository>=0.0.18 # Apache-2.0/BSD
os-testr>=0.4.1 # Apache-2.0