Use tempest.lib instead of tempest_lib

Recent change in tempest migrated to tempest.lib instead of tempest-lib
and soon tempest_lib will be deprecated.
Ref: db9672e3473cd6046f269d63435e102a477d8cdd
This commit is to update the same.

Change-Id: Ifd8a79bdaf98d56dbb1855a7ce02888eb65840a3
This commit is contained in:
Anusha Ramineni 2016-03-11 11:32:04 +05:30
parent a45c643a8c
commit 0bef483781
11 changed files with 43 additions and 47 deletions

View File

@ -14,13 +14,12 @@
# under the License.
from oslo_log import log as logging
from tempest_lib import exceptions
from tempest import clients
from tempest import config
from tempest.lib import exceptions
from tempest import test
from tempest import clients # noqa
from tempest import config # noqa
from tempest import test # noqa
from congress_tempest_tests.tests.scenario import manager_congress # noqa
from congress_tempest_tests.tests.scenario import manager_congress
CONF = config.CONF

View File

@ -14,13 +14,12 @@
# under the License.
from oslo_log import log as logging
from tempest_lib import exceptions
from tempest import clients
from tempest import config
from tempest.lib import exceptions
from tempest import test
from tempest import clients # noqa
from tempest import config # noqa
from tempest import test # noqa
from congress_tempest_tests.tests.scenario import manager_congress # noqa
from congress_tempest_tests.tests.scenario import manager_congress
CONF = config.CONF

View File

@ -12,13 +12,14 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
from oslo_log import log as logging
from tempest import clients # noqa
from tempest import config # noqa
from tempest import test # noqa
from tempest_lib import exceptions
from congress_tempest_tests.tests.scenario import manager_congress # noqa
from oslo_log import log as logging
from tempest import clients
from tempest import config
from tempest.lib import exceptions
from tempest import test
from congress_tempest_tests.tests.scenario import manager_congress
CONF = config.CONF
LOG = logging.getLogger(__name__)

View File

@ -14,13 +14,12 @@
# under the License.
from oslo_log import log as logging
from tempest_lib import exceptions
from tempest import clients
from tempest import config
from tempest.lib import exceptions
from tempest import test
from tempest import clients # noqa
from tempest import config # noqa
from tempest import test # noqa
from congress_tempest_tests.tests.scenario import manager_congress # noqa
from congress_tempest_tests.tests.scenario import manager_congress
CONF = config.CONF
LOG = logging.getLogger(__name__)

View File

@ -15,10 +15,10 @@ import random
import string
from tempest import config
from tempest.lib import decorators
from tempest import test
from tempest_lib import decorators
from congress_tempest_tests.tests.scenario import manager_congress # noqa
from congress_tempest_tests.tests.scenario import manager_congress
CONF = config.CONF

View File

@ -15,10 +15,10 @@
import time
from oslo_log import log as logging
from tempest import clients # noqa
from tempest import config # noqa
from tempest import test # noqa
from tempest_lib import exceptions
from tempest import clients
from tempest import config
from tempest.lib import exceptions
from tempest import test
from congress_tempest_tests.tests.scenario import helper
from congress_tempest_tests.tests.scenario import manager_congress

View File

@ -14,9 +14,9 @@
# under the License.
from oslo_log import log as logging
from tempest import config # noqa
from tempest import test # noqa
from tempest_lib import exceptions
from tempest import config
from tempest.lib import exceptions
from tempest import test
from congress_tempest_tests.tests.scenario import helper
from congress_tempest_tests.tests.scenario import manager_congress

View File

@ -21,13 +21,13 @@ import tempfile
from oslo_log import log as logging
from tempest.common import cred_provider
from tempest import config
from tempest.lib import decorators
from tempest.lib import exceptions
from tempest import manager as tempestmanager
from tempest import test
from tempest_lib import decorators
from tempest_lib import exceptions
from congress_tempest_tests.services.policy import policy_client
from congress_tempest_tests.tests.scenario import manager_congress # noqa
from congress_tempest_tests.tests.scenario import manager_congress
CONF = config.CONF
LOG = logging.getLogger(__name__)

View File

@ -18,13 +18,13 @@ import re
from oslo_log import log as logging
from tempest.common import credentials_factory as credentials
from tempest import config # noqa
from tempest import config
from tempest.lib.common.utils import data_utils
from tempest.lib import exceptions
from tempest import manager as tempestmanager
from tempest.scenario import manager # noqa
from tempest.services.network import resources as net_resources # noqa
from tempest import test # noqa
from tempest_lib.common.utils import data_utils
from tempest_lib import exceptions
from tempest.scenario import manager
from tempest.services.network import resources as net_resources
from tempest import test
from congress_tempest_tests.services.policy import policy_client

View File

@ -15,10 +15,9 @@
# under the License.
from oslo_log import log as logging
from tempest_lib import exceptions
from tempest import config # noqa
from tempest import test # noqa
from tempest import config
from tempest.lib import exceptions
from tempest import test
from congress_tempest_tests.tests.scenario import helper
from congress_tempest_tests.tests.scenario import manager_congress

View File

@ -35,5 +35,4 @@ oslo.utils>=3.5.0 # Apache-2.0
oslo.middleware>=3.0.0 # Apache-2.0
oslo.vmware>=1.16.0 # Apache-2.0
oslo.log>=1.14.0 # Apache-2.0
tempest-lib>=0.14.0 # Apache-2.0
WebOb>=1.2.3 # MIT