Fix more import

This commit is contained in:
ghanshyam 2016-10-07 18:44:20 +09:00
parent e869fde244
commit 98e7250c8b
11 changed files with 11 additions and 11 deletions

View File

@ -5,4 +5,4 @@
pbr>=1.6 # Apache-2.0
Babel>=1.3
oslo.log>=1.14.0 # Apache-2.0
tempest>=1333.0.0
tempest>=13.0.0

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.stress.stressaction as stressaction
import tempest_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.stress.stressaction as stressaction
import tempest_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.stress.stressaction as stressaction
import tempest_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.stress.stressaction as stressaction
import tempest_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.stress.stressaction as stressaction
import tempest_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.stress.stressaction as stressaction
import tempest_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.stress import driver
from tempest_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.stress import cleanup
from tempest_stress import cleanup
CONF = config.CONF

View File

@ -13,7 +13,7 @@
# License for the specific language governing permissions and limitations
# under the License.
import tempest_stress.stress.stressaction as stressaction
import tempest_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.stress import cleanup
from tempest_stress import cleanup
cleanup.cleanup()