Replace tempest-lib with tempest.lib

tempest-lib is deprecated, so replace it with tempest.lib.

Change-Id: Ic09aad7ca2dd517e63b6d7f9a7714ef1a2a64f1d
This commit is contained in:
Daniel Gonzalez 2016-04-28 01:44:24 -05:00
parent 895f991a8b
commit 9e3d321cdf
14 changed files with 20 additions and 20 deletions

View File

@ -16,8 +16,8 @@
import traceback
from oslo_log import log
from tempest_lib.cli import base
from tempest_lib import exceptions as lib_exc
from tempest.lib.cli import base
from tempest.lib import exceptions as lib_exc
from manilaclient import config
from manilaclient.tests.functional import client

View File

@ -18,10 +18,10 @@ import time
from oslo_utils import strutils
import six
from tempest_lib.cli import base
from tempest_lib.cli import output_parser
from tempest_lib.common.utils import data_utils
from tempest_lib import exceptions as tempest_lib_exc
from tempest.lib.cli import base
from tempest.lib.cli import output_parser
from tempest.lib.common.utils import data_utils
from tempest.lib import exceptions as tempest_lib_exc
from manilaclient import config
from manilaclient.tests.functional import exceptions

View File

@ -13,7 +13,7 @@
# License for the specific language governing permissions and limitations
# under the License.
from tempest_lib import exceptions
from tempest.lib import exceptions
"""
Exceptions for functional tests.

View File

@ -14,7 +14,7 @@
# under the License.
import ddt
from tempest_lib import exceptions
from tempest.lib import exceptions
from manilaclient.tests.functional import base
from manilaclient.tests.functional import utils

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 manilaclient.tests.functional import base

View File

@ -14,7 +14,7 @@
# under the License.
import ddt
from tempest_lib.common.utils import data_utils
from tempest.lib.common.utils import data_utils
from manilaclient.tests.functional import base

View File

@ -14,7 +14,7 @@
# under the License.
import ddt
from tempest_lib import exceptions as tempest_lib_exc
from tempest.lib import exceptions as tempest_lib_exc
from manilaclient import config
from manilaclient.tests.functional import base

View File

@ -15,8 +15,8 @@
import ddt
import six
from tempest_lib.common.utils import data_utils
from tempest_lib import exceptions as tempest_lib_exc
from tempest.lib.common.utils import data_utils
from tempest.lib import exceptions as tempest_lib_exc
from manilaclient.tests.functional import base

View File

@ -14,7 +14,7 @@
# under the License.
import ddt
from tempest_lib import exceptions
from tempest.lib import exceptions
from manilaclient.tests.functional import base

View File

@ -14,7 +14,7 @@
# under the License.
import ddt
from tempest_lib.common.utils import data_utils
from tempest.lib.common.utils import data_utils
from manilaclient.tests.functional import base

View File

@ -13,7 +13,7 @@
# License for the specific language governing permissions and limitations
# under the License.
from tempest_lib.common.utils import data_utils
from tempest.lib.common.utils import data_utils
from manilaclient import config
from manilaclient.tests.functional import base

View File

@ -14,8 +14,8 @@
# under the License.
import ddt
from tempest_lib.common.utils import data_utils
from tempest_lib import exceptions
from tempest.lib.common.utils import data_utils
from tempest.lib import exceptions
import testtools
from manilaclient import config

View File

@ -14,7 +14,7 @@
# under the License.
import six
from tempest_lib.cli import output_parser
from tempest.lib.cli import output_parser
import testtools
from manilaclient import api_versions

View File

@ -14,7 +14,7 @@ ordereddict # MIT
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
oslotest>=1.10.0 # Apache-2.0
sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2 # BSD
tempest-lib>=0.14.0 # Apache-2.0
tempest>=11.0.0 # Apache-2.0
testrepository>=0.0.18 # Apache-2.0/BSD
testtools>=1.4.0 # MIT
python-openstackclient>=2.1.0 # Apache-2.0