Merge "Use the integrated tempest.lib module"

This commit is contained in:
Jenkins 2016-02-29 16:45:28 +00:00 committed by Gerrit Code Review
commit 62e8caeaef
7 changed files with 8 additions and 8 deletions

View File

@ -13,8 +13,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
from sahara.tests.tempest.scenario.data_processing.client_tests import base

View File

@ -12,8 +12,8 @@
# License for the specific language governing permissions and limitations
# under the License.
from tempest.lib.common.utils import data_utils
from tempest import test
from tempest_lib.common.utils import data_utils
from sahara.tests.tempest.scenario.data_processing.client_tests import base

View File

@ -12,8 +12,8 @@
# License for the specific language governing permissions and limitations
# under the License.
from tempest.lib.common.utils import data_utils
from tempest import test
from tempest_lib.common.utils import data_utils
from sahara.tests.tempest.scenario.data_processing.client_tests import base

View File

@ -12,8 +12,8 @@
# License for the specific language governing permissions and limitations
# under the License.
from tempest.lib.common.utils import data_utils
from tempest import test
from tempest_lib.common.utils import data_utils
from sahara.tests.tempest.scenario.data_processing.client_tests import base

View File

@ -18,9 +18,9 @@ from oslo_utils import timeutils
from saharaclient.api import base as sab
from tempest import config
from tempest import exceptions
from tempest.lib.common.utils import data_utils
from tempest.lib import decorators
from tempest import test
from tempest_lib.common.utils import data_utils
from tempest_lib import decorators
from sahara.tests.tempest.scenario.data_processing.client_tests import base

View File

@ -12,8 +12,8 @@
# License for the specific language governing permissions and limitations
# under the License.
from tempest.lib.common.utils import data_utils
from tempest import test
from tempest_lib.common.utils import data_utils
from sahara.tests.tempest.scenario.data_processing.client_tests import base

View File

@ -12,8 +12,8 @@
# License for the specific language governing permissions and limitations
# under the License.
from tempest.lib.common.utils import data_utils
from tempest import test
from tempest_lib.common.utils import data_utils
from sahara.tests.tempest.scenario.data_processing.client_tests import base