Removed use of tempest_lib and used tempest instead

Change-Id: I93ab1d455daf0262bc6a1d6cbe3aae33a7c5b22d
This commit is contained in:
hardik
2016-06-24 12:42:48 +05:30
parent ee21df6b00
commit fe384f6324
5 changed files with 5 additions and 5 deletions

View File

@@ -15,7 +15,7 @@
import os
from six.moves import configparser
from tempest_lib.cli import base
from tempest.lib.cli import base
CLI_DIR = os.environ.get(

View File

@@ -15,7 +15,7 @@
import os
import time
from tempest_lib import exceptions
from tempest.lib import exceptions
from mistralclient.tests.functional.cli import base

View File

@@ -12,7 +12,7 @@
# License for the specific language governing permissions and limitations
# under the License.
from tempest_lib import exceptions
from tempest.lib import exceptions
from mistralclient.tests.functional.cli.v2 import base_v2

View File

@@ -12,7 +12,7 @@
# License for the specific language governing permissions and limitations
# 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.v2 import base_v2

View File

@@ -8,5 +8,5 @@ unittest2 # BSD
fixtures>=3.0.0 # Apache-2.0/BSD
mock>=2.0 # BSD
nose # LGPL
tempest-lib>=0.14.0 # Apache-2.0
tempest>=11.0.0 # Apache-2.0
testtools>=1.4.0 # MIT