Update tempest commit and switch to tempest.lib

tempest_lib was renamed to tempest.lib which causes problems
when running tests because tempest imports plugins from other
projects and crashes.

Closes bug: 1552520

Change-Id: Id7d43dee256856062bd0dadad9c469c1500ee36e
This commit is contained in:
Ben Swartzlander 2016-03-02 22:16:23 -05:00
parent 165dc6c20c
commit 4368c98b71
43 changed files with 58 additions and 58 deletions

View File

@ -1,6 +1,6 @@
# Environment variables
export MANILA_TEMPEST_COMMIT="047f6b27" # 28 Jan, 2016
export MANILA_TEMPEST_COMMIT="4aaa5493" # 2 Mar, 2016
# ----------------------------------------------

View File

@ -20,9 +20,9 @@ import six
from six.moves.urllib import parse as urlparse
from tempest import config # noqa
from tempest_lib.common import rest_client
from tempest_lib.common.utils import data_utils
from tempest_lib import exceptions
from tempest.lib.common import rest_client
from tempest.lib.common.utils import data_utils
from tempest.lib import exceptions
from manila_tempest_tests import share_exceptions

View File

@ -18,8 +18,8 @@ import time
from six.moves.urllib import parse as urlparse
from tempest import config
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
from manila_tempest_tests.services.share.json import shares_client
from manila_tempest_tests import share_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
class ShareBuildErrorException(exceptions.TempestException):

View File

@ -14,8 +14,8 @@
# under the License.
from tempest import config # noqa
from tempest.lib import exceptions as lib_exc # noqa
from tempest import test # noqa
from tempest_lib import exceptions as lib_exc # noqa
import testtools # noqa
from manila_tempest_tests import clients_share as clients

View File

@ -14,8 +14,8 @@
# under the License.
from tempest import config
from tempest.lib.common.utils import data_utils
from tempest import test
from tempest_lib.common.utils import data_utils
import testtools
from manila_tempest_tests.tests.api import base

View File

@ -14,8 +14,8 @@
# under the License.
from tempest import config
from tempest.lib.common.utils import data_utils
from tempest import test
from tempest_lib.common.utils import data_utils
import testtools
from manila_tempest_tests.tests.api import base

View File

@ -14,9 +14,9 @@
# under the License.
from tempest import config
from tempest.lib.common.utils import data_utils
from tempest.lib import exceptions
from tempest import test
from tempest_lib.common.utils import data_utils
from tempest_lib import exceptions
import testtools
from manila_tempest_tests.tests.api import base

View File

@ -14,8 +14,8 @@
# under the License.
from tempest import config
from tempest.lib import exceptions as lib_exc
from tempest import test
from tempest_lib import exceptions as lib_exc
from manila_tempest_tests import clients_share as clients
from manila_tempest_tests.tests.api import base

View File

@ -14,8 +14,8 @@
# under the License.
from tempest import config # noqa
from tempest.lib.common.utils import data_utils # noqa
from tempest import test # noqa
from tempest_lib.common.utils import data_utils # noqa
from manila_tempest_tests.tests.api import base

View File

@ -14,8 +14,8 @@
# under the License.
from tempest import config # noqa
from tempest.lib import exceptions as lib_exc # noqa
from tempest import test # noqa
from tempest_lib import exceptions as lib_exc # noqa
import testtools # noqa
from manila_tempest_tests import clients_share as clients

View File

@ -13,8 +13,8 @@
# under the License.
from tempest import config # noqa
from tempest.lib import exceptions as lib_exc # noqa
from tempest import test # noqa
from tempest_lib import exceptions as lib_exc # noqa
from manila_tempest_tests.tests.api import base

View File

@ -14,8 +14,8 @@
# under the License.
import ddt
from tempest.lib import exceptions as lib_exc
from tempest import test
from tempest_lib import exceptions as lib_exc
from manila_tempest_tests import clients_share as clients
from manila_tempest_tests.tests.api import base

View File

@ -15,9 +15,9 @@
import six
from tempest import config
from tempest.lib.common.utils import data_utils
from tempest.lib import exceptions as lib_exc
from tempest import test
from tempest_lib.common.utils import data_utils
from tempest_lib import exceptions as lib_exc
import testtools
from manila_tempest_tests.tests.api import base

View File

@ -17,8 +17,8 @@ import re
import six # noqa
from tempest import config # noqa
from tempest.lib import exceptions as lib_exc # noqa
from tempest import test # noqa
from tempest_lib import exceptions as lib_exc # noqa
from manila_tempest_tests.tests.api import base

View File

@ -13,9 +13,9 @@
# License for the specific language governing permissions and limitations
# under the License.
from tempest.lib.common.utils import data_utils # noqa
from tempest.lib import exceptions as lib_exc # noqa
from tempest import test # noqa
from tempest_lib.common.utils import data_utils # noqa
from tempest_lib import exceptions as lib_exc # noqa
from manila_tempest_tests import clients_share as clients
from manila_tempest_tests.tests.api import base

View File

@ -15,9 +15,9 @@
import ddt
from tempest import config # noqa
from tempest.lib.common.utils import data_utils # noqa
from tempest.lib import exceptions as lib_exc # noqa
from tempest import test # noqa
from tempest_lib.common.utils import data_utils # noqa
from tempest_lib import exceptions as lib_exc # noqa
from manila_tempest_tests.tests.api import base
from manila_tempest_tests import utils

View File

@ -15,8 +15,8 @@
import copy
from tempest.lib.common.utils import data_utils # noqa
from tempest import test # noqa
from tempest_lib.common.utils import data_utils # noqa
from manila_tempest_tests.tests.api import base

View File

@ -13,9 +13,9 @@
# License for the specific language governing permissions and limitations
# under the License.
from tempest.lib.common.utils import data_utils # noqa
from tempest.lib import exceptions as lib_exc # noqa
from tempest import test # noqa
from tempest_lib.common.utils import data_utils # noqa
from tempest_lib import exceptions as lib_exc # noqa
from manila_tempest_tests import clients_share as clients
from manila_tempest_tests.tests.api import base

View File

@ -13,9 +13,9 @@
# License for the specific language governing permissions and limitations
# under the License.
from tempest.lib.common.utils import data_utils # noqa
from tempest.lib import exceptions as lib_exc # noqa
from tempest import test # noqa
from tempest_lib.common.utils import data_utils # noqa
from tempest_lib import exceptions as lib_exc # noqa
from manila_tempest_tests import clients_share as clients
from manila_tempest_tests.tests.api import base

View File

@ -14,8 +14,8 @@
# under the License.
from tempest import config # noqa
from tempest.lib.common.utils import data_utils # noqa
from tempest import test # noqa
from tempest_lib.common.utils import data_utils # noqa
import testtools # noqa
from manila_tempest_tests.tests.api import base

View File

@ -15,9 +15,9 @@
import six
from tempest import config
from tempest.lib.common.utils import data_utils
from tempest.lib import exceptions as lib_exc
from tempest import test
from tempest_lib.common.utils import data_utils
from tempest_lib import exceptions as lib_exc
import testtools
from manila_tempest_tests.tests.api import base

View File

@ -15,9 +15,9 @@
import six
from tempest import config
from tempest.lib.common.utils import data_utils
from tempest.lib import exceptions as lib_exc
from tempest import test
from tempest_lib.common.utils import data_utils
from tempest_lib import exceptions as lib_exc
import testtools
from manila_tempest_tests.tests.api import base

View File

@ -23,9 +23,9 @@ import six
from tempest.common import credentials_factory as common_creds
from tempest.common import dynamic_creds
from tempest import config
from tempest.lib.common.utils import data_utils
from tempest.lib import exceptions
from tempest import test
from tempest_lib.common.utils import data_utils
from tempest_lib import exceptions
from manila_tempest_tests import clients_share as clients
from manila_tempest_tests import share_exceptions

View File

@ -13,8 +13,8 @@
# License for the specific language governing permissions and limitations
# under the License.
from tempest.lib import exceptions as lib_exc
from tempest import test
from tempest_lib import exceptions as lib_exc
from manila_tempest_tests.tests.api import base

View File

@ -15,8 +15,8 @@
# under the License.
from tempest import config
from tempest.lib.common.utils import data_utils
from tempest import test
from tempest_lib.common.utils import data_utils
import testtools
from manila_tempest_tests.tests.api import base

View File

@ -14,8 +14,8 @@
# under the License.
from tempest import config # noqa
from tempest.lib import exceptions as lib_exc # noqa
from tempest import test # noqa
from tempest_lib import exceptions as lib_exc # noqa
import testtools # noqa
from manila_tempest_tests.tests.api import base

View File

@ -14,9 +14,9 @@
# under the License.
from tempest import config
from tempest.lib.common.utils import data_utils
from tempest.lib import exceptions as lib_exc
from tempest import test
from tempest_lib.common.utils import data_utils
from tempest_lib import exceptions as lib_exc
import testtools
from manila_tempest_tests.tests.api import base

View File

@ -13,8 +13,8 @@
# License for the specific language governing permissions and limitations
# under the License.
from tempest.lib import exceptions as lib_exc # noqa
from tempest import test # noqa
from tempest_lib import exceptions as lib_exc # noqa
from manila_tempest_tests.tests.api import base

View File

@ -15,8 +15,8 @@
import ddt
from tempest import config
from tempest.lib import exceptions as lib_exc
from tempest import test
from tempest_lib import exceptions as lib_exc
from manila_tempest_tests.tests.api import base

View File

@ -15,8 +15,8 @@
import ddt
from tempest import config
from tempest.lib import exceptions as lib_exc
from tempest import test
from tempest_lib import exceptions as lib_exc
import testtools
from manila_tempest_tests.tests.api import base

View File

@ -15,8 +15,8 @@
import ddt
from tempest import config
from tempest.lib import exceptions as lib_exc
from tempest import test
from tempest_lib import exceptions as lib_exc
import testtools
from manila_tempest_tests import share_exceptions

View File

@ -13,8 +13,8 @@
# License for the specific language governing permissions and limitations
# under the License.
from tempest.lib import exceptions as lib_exc # noqa
from tempest import test # noqa
from tempest_lib import exceptions as lib_exc # noqa
from manila_tempest_tests.tests.api import base

View File

@ -16,8 +16,8 @@
from oslo_log import log # noqa
import six # noqa
from tempest import config # noqa
from tempest.lib import exceptions as lib_exc # noqa
from tempest import test # noqa
from tempest_lib import exceptions as lib_exc # noqa
import testtools # noqa
from manila_tempest_tests.tests.api import base

View File

@ -16,8 +16,8 @@
from oslo_log import log # noqa
import six # noqa
from tempest import config # noqa
from tempest.lib import exceptions as lib_exc # noqa
from tempest import test # noqa
from tempest_lib import exceptions as lib_exc # noqa
import testtools # noqa
from manila_tempest_tests.tests.api import base

View File

@ -14,8 +14,8 @@
# under the License.
from tempest import config # noqa
from tempest.lib import exceptions as lib_exc # noqa
from tempest import test # noqa
from tempest_lib import exceptions as lib_exc # noqa
import testtools # noqa
from manila_tempest_tests.tests.api import base

View File

@ -13,9 +13,9 @@
# License for the specific language governing permissions and limitations
# under the License.
from tempest.lib.common.utils import data_utils # noqa
from tempest.lib import exceptions as lib_exc # noqa
from tempest import test # noqa
from tempest_lib.common.utils import data_utils # noqa
from tempest_lib import exceptions as lib_exc # noqa
from manila_tempest_tests import clients_share as clients
from manila_tempest_tests.tests.api import base

View File

@ -14,8 +14,8 @@
# under the License.
from tempest import config
from tempest.lib import exceptions as lib_exc
from tempest import test
from tempest_lib import exceptions as lib_exc
import testtools
from manila_tempest_tests.tests.api import base

View File

@ -15,8 +15,8 @@
import six
from tempest import config
from tempest.lib.common.utils import data_utils
from tempest import test
from tempest_lib.common.utils import data_utils
import testtools
from manila_tempest_tests.tests.api import base

View File

@ -14,8 +14,8 @@
# under the License.
from tempest import config # noqa
from tempest.lib import exceptions as lib_exc # noqa
from tempest import test # noqa
from tempest_lib import exceptions as lib_exc # noqa
import testtools # noqa
from manila_tempest_tests import clients_share as clients

View File

@ -14,8 +14,8 @@
# under the License.
from tempest import config # noqa
from tempest.lib import exceptions as lib_exc # noqa
from tempest import test # noqa
from tempest_lib import exceptions as lib_exc # noqa
import testtools # noqa
from manila_tempest_tests import share_exceptions

View File

@ -18,8 +18,8 @@ import six
from tempest.common.utils.linux import remote_client # noqa
from tempest import config # noqa
from tempest.lib.common.utils import data_utils
from tempest.scenario import manager # noqa
from tempest_lib.common.utils import data_utils
from manila_tempest_tests import clients_share

View File

@ -15,9 +15,9 @@
from oslo_log import log as logging
from tempest import config # noqa
from tempest.lib.common.utils import data_utils
from tempest.lib import exceptions
from tempest import test # noqa
from tempest_lib.common.utils import data_utils
from tempest_lib import exceptions
from manila_tempest_tests.tests.scenario import manager_share as manager
from manila_tempest_tests import utils