Merge "Update tempest_lib to 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'):
|
||||
|
||||
@@ -14,7 +14,7 @@ import uuid
|
||||
|
||||
from keystoneauth1 import plugin as ksa_plugin
|
||||
from keystoneauth1 import session
|
||||
from tempest_lib import base
|
||||
from tempest.lib import base
|
||||
import testtools
|
||||
|
||||
from neutronclient.common import exceptions
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
|
||||
from neutronclient.tests.functional import base
|
||||
|
||||
from tempest_lib import exceptions
|
||||
from tempest.lib import exceptions
|
||||
|
||||
|
||||
class PurgeNeutronClientCLITest(base.ClientTestBase):
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
|
||||
import re
|
||||
|
||||
from tempest_lib import exceptions
|
||||
from tempest.lib import exceptions
|
||||
|
||||
from neutronclient.tests.functional import base
|
||||
|
||||
|
||||
@@ -17,4 +17,4 @@ sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
|
||||
testrepository>=0.0.18 # Apache-2.0/BSD
|
||||
testtools>=1.4.0 # MIT
|
||||
testscenarios>=0.4 # Apache-2.0/BSD
|
||||
tempest-lib>=0.14.0 # Apache-2.0
|
||||
tempest>=11.0.0 # Apache-2.0
|
||||
|
||||
Reference in New Issue
Block a user