Remove unused imports
Removing the unused imports. Change-Id: I30caa85b51a3cf969f6a1dfa8920be8d809cf257
This commit is contained in:
@@ -22,7 +22,6 @@ from oslo.config import cfg
|
||||
import testtools
|
||||
|
||||
import cli
|
||||
from tempest import config
|
||||
|
||||
|
||||
CONF = cfg.CONF
|
||||
|
||||
@@ -18,8 +18,6 @@
|
||||
import logging
|
||||
import subprocess
|
||||
|
||||
import testtools
|
||||
|
||||
import cli
|
||||
|
||||
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
from contextlib import closing
|
||||
|
||||
from boto.s3.key import Key
|
||||
import testtools
|
||||
|
||||
from tempest import clients
|
||||
from tempest.common.utils.data_utils import rand_name
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
from tempest.common.utils.data_utils import rand_name
|
||||
from tempest import exceptions
|
||||
from tempest.test import attr
|
||||
from tempest.tests.compute import base
|
||||
|
||||
@@ -15,17 +15,12 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
import base64
|
||||
import time
|
||||
|
||||
import testtools
|
||||
|
||||
from tempest.common.utils.data_utils import rand_name
|
||||
from tempest.common.utils.linux.remote_client import RemoteClient
|
||||
import tempest.config
|
||||
from tempest import exceptions
|
||||
from tempest.test import attr
|
||||
from tempest.tests import compute
|
||||
from tempest.tests.compute import base
|
||||
|
||||
|
||||
|
||||
@@ -15,8 +15,6 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
import testtools
|
||||
|
||||
from tempest import clients
|
||||
from tempest.common.utils.data_utils import parse_image_id
|
||||
from tempest.common.utils.data_utils import rand_name
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
|
||||
import testtools
|
||||
|
||||
from tempest.common.utils.data_utils import rand_name
|
||||
from tempest.common.utils.linux.remote_client import RemoteClient
|
||||
import tempest.config
|
||||
from tempest.test import attr
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
# under the License.
|
||||
|
||||
import logging
|
||||
import time
|
||||
|
||||
from tempest import clients
|
||||
from tempest.common.utils.data_utils import rand_name
|
||||
|
||||
@@ -17,7 +17,6 @@
|
||||
|
||||
import cStringIO as StringIO
|
||||
|
||||
from tempest import clients
|
||||
from tempest import exceptions
|
||||
from tempest.test import attr
|
||||
from tempest.tests.image import base
|
||||
|
||||
@@ -19,7 +19,6 @@
|
||||
import cStringIO as StringIO
|
||||
import random
|
||||
|
||||
from tempest import clients
|
||||
from tempest import exceptions
|
||||
from tempest.test import attr
|
||||
from tempest.tests.image import base
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
import testtools
|
||||
import uuid
|
||||
|
||||
from tempest.common.utils.data_utils import rand_name
|
||||
|
||||
@@ -15,7 +15,6 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
import testtools
|
||||
import uuid
|
||||
|
||||
from tempest import exceptions
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
built on top of pep8.py
|
||||
"""
|
||||
|
||||
import fnmatch
|
||||
import inspect
|
||||
import logging
|
||||
import os
|
||||
|
||||
@@ -21,9 +21,7 @@
|
||||
|
||||
"""Installation script for Tempest's development virtualenv."""
|
||||
|
||||
import optparse
|
||||
import os
|
||||
import subprocess
|
||||
import sys
|
||||
|
||||
import install_venv_common as install_venv
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
|
||||
import json
|
||||
import os
|
||||
import re
|
||||
import shutil
|
||||
import sys
|
||||
|
||||
@@ -24,7 +23,6 @@ from oslo.config import cfg
|
||||
|
||||
from tempest.common.rest_client import RestClient
|
||||
from tempest import config
|
||||
from tempest.tests.compute import base
|
||||
|
||||
CONF = config.TempestConfig()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user