Fix more import
This commit is contained in:
parent
e869fde244
commit
98e7250c8b
@ -5,4 +5,4 @@
|
|||||||
pbr>=1.6 # Apache-2.0
|
pbr>=1.6 # Apache-2.0
|
||||||
Babel>=1.3
|
Babel>=1.3
|
||||||
oslo.log>=1.14.0 # Apache-2.0
|
oslo.log>=1.14.0 # Apache-2.0
|
||||||
tempest>=1333.0.0
|
tempest>=13.0.0
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
from tempest.common.utils import data_utils
|
from tempest.common.utils import data_utils
|
||||||
from tempest.common import waiters
|
from tempest.common import waiters
|
||||||
from tempest import config
|
from tempest import config
|
||||||
import tempest_stress.stress.stressaction as stressaction
|
import tempest_stress.stressaction as stressaction
|
||||||
|
|
||||||
CONF = config.CONF
|
CONF = config.CONF
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ from tempest.common.utils import data_utils
|
|||||||
from tempest.common import waiters
|
from tempest.common import waiters
|
||||||
from tempest import config
|
from tempest import config
|
||||||
from tempest.lib.common.utils import test_utils
|
from tempest.lib.common.utils import test_utils
|
||||||
import tempest_stress.stress.stressaction as stressaction
|
import tempest_stress.stressaction as stressaction
|
||||||
|
|
||||||
CONF = config.CONF
|
CONF = config.CONF
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ from oslo_log import log as logging
|
|||||||
from oslo_utils import importutils
|
from oslo_utils import importutils
|
||||||
|
|
||||||
from tempest import config
|
from tempest import config
|
||||||
import tempest_stress.stress.stressaction as stressaction
|
import tempest_stress.stressaction as stressaction
|
||||||
|
|
||||||
CONF = config.CONF
|
CONF = config.CONF
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
from tempest.common.utils import data_utils
|
from tempest.common.utils import data_utils
|
||||||
from tempest.common import waiters
|
from tempest.common import waiters
|
||||||
from tempest import config
|
from tempest import config
|
||||||
import tempest_stress.stress.stressaction as stressaction
|
import tempest_stress.stressaction as stressaction
|
||||||
|
|
||||||
CONF = config.CONF
|
CONF = config.CONF
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@ from tempest.common.utils.linux import remote_client
|
|||||||
from tempest.common import waiters
|
from tempest.common import waiters
|
||||||
from tempest import config
|
from tempest import config
|
||||||
from tempest.lib.common.utils import test_utils
|
from tempest.lib.common.utils import test_utils
|
||||||
import tempest_stress.stress.stressaction as stressaction
|
import tempest_stress.stressaction as stressaction
|
||||||
|
|
||||||
CONF = config.CONF
|
CONF = config.CONF
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
from tempest.common.utils import data_utils
|
from tempest.common.utils import data_utils
|
||||||
from tempest import config
|
from tempest import config
|
||||||
import tempest_stress.stress.stressaction as stressaction
|
import tempest_stress.stressaction as stressaction
|
||||||
|
|
||||||
CONF = config.CONF
|
CONF = config.CONF
|
||||||
|
|
||||||
|
@ -27,7 +27,7 @@ except ImportError:
|
|||||||
from oslo_log import log as logging
|
from oslo_log import log as logging
|
||||||
from testtools import testsuite
|
from testtools import testsuite
|
||||||
|
|
||||||
from tempest_stress.stress import driver
|
from tempest_stress import driver
|
||||||
|
|
||||||
LOG = logging.getLogger(__name__)
|
LOG = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@ from tempest.common.utils import data_utils
|
|||||||
from tempest import config
|
from tempest import config
|
||||||
from tempest import exceptions
|
from tempest import exceptions
|
||||||
from tempest.lib.common import ssh
|
from tempest.lib.common import ssh
|
||||||
from tempest_stress.stress import cleanup
|
from tempest_stress import cleanup
|
||||||
|
|
||||||
CONF = config.CONF
|
CONF = config.CONF
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
import tempest_stress.stress.stressaction as stressaction
|
import tempest_stress.stressaction as stressaction
|
||||||
import tempest.test
|
import tempest.test
|
||||||
|
|
||||||
|
|
||||||
|
@ -14,6 +14,6 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
from tempest_stress.stress import cleanup
|
from tempest_stress import cleanup
|
||||||
|
|
||||||
cleanup.cleanup()
|
cleanup.cleanup()
|
||||||
|
Loading…
Reference in New Issue
Block a user