Fix import modules

This commit is contained in:
ghanshyam 2016-10-07 18:25:58 +09:00
parent 3a3f7d7d9c
commit e869fde244
13 changed files with 10 additions and 10 deletions

View File

@ -15,7 +15,7 @@
from tempest.common.utils import data_utils
from tempest.common import waiters
from tempest import config
import tempest.stress.stressaction as stressaction
import tempest_stress.stress.stressaction as stressaction
CONF = config.CONF

View File

@ -17,7 +17,7 @@ from tempest.common.utils import data_utils
from tempest.common import waiters
from tempest import config
from tempest.lib.common.utils import test_utils
import tempest.stress.stressaction as stressaction
import tempest_stress.stress.stressaction as stressaction
CONF = config.CONF

View File

@ -14,7 +14,7 @@ from oslo_log import log as logging
from oslo_utils import importutils
from tempest import config
import tempest.stress.stressaction as stressaction
import tempest_stress.stress.stressaction as stressaction
CONF = config.CONF

View File

@ -14,7 +14,7 @@
from tempest.common.utils import data_utils
from tempest.common import waiters
from tempest import config
import tempest.stress.stressaction as stressaction
import tempest_stress.stress.stressaction as stressaction
CONF = config.CONF

View File

@ -17,7 +17,7 @@ from tempest.common.utils.linux import remote_client
from tempest.common import waiters
from tempest import config
from tempest.lib.common.utils import test_utils
import tempest.stress.stressaction as stressaction
import tempest_stress.stress.stressaction as stressaction
CONF = config.CONF

View File

@ -12,7 +12,7 @@
from tempest.common.utils import data_utils
from tempest import config
import tempest.stress.stressaction as stressaction
import tempest_stress.stress.stressaction as stressaction
CONF = config.CONF

View File

@ -27,7 +27,7 @@ except ImportError:
from oslo_log import log as logging
from testtools import testsuite
from tempest.stress import driver
from tempest_stress.stress import driver
LOG = logging.getLogger(__name__)

View File

@ -28,7 +28,7 @@ from tempest.common.utils import data_utils
from tempest import config
from tempest import exceptions
from tempest.lib.common import ssh
from tempest.stress import cleanup
from tempest_stress.stress import cleanup
CONF = config.CONF

View File

View File

@ -13,7 +13,7 @@
# License for the specific language governing permissions and limitations
# under the License.
import tempest.stress.stressaction as stressaction
import tempest_stress.stress.stressaction as stressaction
import tempest.test

View File

@ -14,6 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from tempest.stress import cleanup
from tempest_stress.stress import cleanup
cleanup.cleanup()