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
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
import os
|
import os
|
||||||
|
|
||||||
import os_client_config
|
import os_client_config
|
||||||
from tempest_lib.cli import base
|
from tempest.lib.cli import base
|
||||||
|
|
||||||
|
|
||||||
def credentials(cloud='devstack-admin'):
|
def credentials(cloud='devstack-admin'):
|
||||||
|
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
import re
|
import re
|
||||||
|
|
||||||
from tempest_lib import exceptions
|
from tempest.lib import exceptions
|
||||||
|
|
||||||
from glanceclient.tests.functional import base
|
from glanceclient.tests.functional import base
|
||||||
|
|
||||||
|
@@ -16,4 +16,4 @@ testtools>=1.4.0 # MIT
|
|||||||
testscenarios>=0.4 # Apache-2.0/BSD
|
testscenarios>=0.4 # Apache-2.0/BSD
|
||||||
fixtures>=3.0.0 # Apache-2.0/BSD
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
||||||
requests-mock>=1.0 # Apache-2.0
|
requests-mock>=1.0 # Apache-2.0
|
||||||
tempest-lib>=0.14.0 # Apache-2.0
|
tempest>=11.0.0 # Apache-2.0
|
||||||
|
Reference in New Issue
Block a user