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:
@@ -14,9 +14,9 @@ import os
|
|||||||
import time
|
import time
|
||||||
|
|
||||||
import six
|
import six
|
||||||
from tempest_lib.cli import base
|
from tempest.lib.cli import base
|
||||||
from tempest_lib.cli import output_parser
|
from tempest.lib.cli import output_parser
|
||||||
from tempest_lib import exceptions
|
from tempest.lib import exceptions
|
||||||
|
|
||||||
_CREDS_FILE = 'functional_creds.conf'
|
_CREDS_FILE = 'functional_creds.conf'
|
||||||
|
|
||||||
|
@@ -13,7 +13,7 @@ python-subunit>=0.0.18 # Apache-2.0/BSD
|
|||||||
reno>=1.6.2 # Apache2
|
reno>=1.6.2 # Apache2
|
||||||
requests-mock>=0.7.0 # Apache-2.0
|
requests-mock>=0.7.0 # Apache-2.0
|
||||||
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
|
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
|
testtools>=1.4.0 # MIT
|
||||||
testrepository>=0.0.18 # Apache-2.0/BSD
|
testrepository>=0.0.18 # Apache-2.0/BSD
|
||||||
os-testr>=0.4.1 # Apache-2.0
|
os-testr>=0.4.1 # Apache-2.0
|
||||||
|
Reference in New Issue
Block a user