Merge "Replace tempest_lib with tempest.lib"
This commit is contained in:
@@ -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'):
|
||||
|
@@ -12,7 +12,7 @@
|
||||
|
||||
import re
|
||||
|
||||
from tempest_lib import exceptions
|
||||
from tempest.lib import exceptions
|
||||
|
||||
from glanceclient.tests.functional import base
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user