Removed use of tempest_lib and used tempest instead
Change-Id: I93ab1d455daf0262bc6a1d6cbe3aae33a7c5b22d
This commit is contained in:
@@ -15,7 +15,7 @@
|
|||||||
import os
|
import os
|
||||||
|
|
||||||
from six.moves import configparser
|
from six.moves import configparser
|
||||||
from tempest_lib.cli import base
|
from tempest.lib.cli import base
|
||||||
|
|
||||||
|
|
||||||
CLI_DIR = os.environ.get(
|
CLI_DIR = os.environ.get(
|
||||||
|
@@ -15,7 +15,7 @@
|
|||||||
import os
|
import os
|
||||||
import time
|
import time
|
||||||
|
|
||||||
from tempest_lib import exceptions
|
from tempest.lib import exceptions
|
||||||
|
|
||||||
from mistralclient.tests.functional.cli import base
|
from mistralclient.tests.functional.cli import base
|
||||||
|
|
||||||
|
@@ -12,7 +12,7 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
from tempest_lib import exceptions
|
from tempest.lib import exceptions
|
||||||
|
|
||||||
from mistralclient.tests.functional.cli.v2 import base_v2
|
from mistralclient.tests.functional.cli.v2 import base_v2
|
||||||
|
|
||||||
|
@@ -12,7 +12,7 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
from tempest_lib import exceptions
|
from tempest.lib import exceptions
|
||||||
|
|
||||||
from mistralclient.tests.functional.cli import base
|
from mistralclient.tests.functional.cli import base
|
||||||
from mistralclient.tests.functional.cli.v2 import base_v2
|
from mistralclient.tests.functional.cli.v2 import base_v2
|
||||||
|
@@ -8,5 +8,5 @@ unittest2 # BSD
|
|||||||
fixtures>=3.0.0 # Apache-2.0/BSD
|
fixtures>=3.0.0 # Apache-2.0/BSD
|
||||||
mock>=2.0 # BSD
|
mock>=2.0 # BSD
|
||||||
nose # LGPL
|
nose # LGPL
|
||||||
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
|
||||||
|
Reference in New Issue
Block a user