Remove logging import unused

Change-Id: Ie45f8024dc9274431e2a37f6213c3aeef2e5f47e
This commit is contained in:
Cao Xuan Hoang 2017-02-16 10:07:38 +07:00 committed by Eric K
parent 88937db141
commit f195aabbd5
7 changed files with 0 additions and 14 deletions

View File

@ -13,7 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
from oslo_log import log as logging
from tempest import config
from tempest.lib import exceptions
from tempest import test
@ -22,7 +21,6 @@ from congress_tempest_tests.tests.scenario import manager_congress
CONF = config.CONF
LOG = logging.getLogger(__name__)
class TestAodhDriver(manager_congress.ScenarioPolicyBase):

View File

@ -13,7 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
from oslo_log import log as logging
from tempest import config
from tempest.lib import exceptions
from tempest import test
@ -22,7 +21,6 @@ from congress_tempest_tests.tests.scenario import manager_congress
CONF = config.CONF
LOG = logging.getLogger(__name__)
class TestCeilometerDriver(manager_congress.ScenarioPolicyBase):

View File

@ -13,7 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
from oslo_log import log as logging
from tempest import clients
from tempest import config
from tempest.lib import exceptions
@ -22,7 +21,6 @@ from tempest import test
from congress_tempest_tests.tests.scenario import manager_congress
CONF = config.CONF
LOG = logging.getLogger(__name__)
class TestGlanceV2Driver(manager_congress.ScenarioPolicyBase):

View File

@ -13,7 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
from oslo_log import log as logging
from tempest import clients
from tempest import config
from tempest.lib import exceptions
@ -22,7 +21,6 @@ from tempest import test
from congress_tempest_tests.tests.scenario import manager_congress
CONF = config.CONF
LOG = logging.getLogger(__name__)
class TestKeystoneV2Driver(manager_congress.ScenarioPolicyBase):

View File

@ -14,7 +14,6 @@
# under the License.
import time
from oslo_log import log as logging
from tempest import clients
from tempest import config
from tempest.lib import exceptions
@ -24,7 +23,6 @@ from congress_tempest_tests.tests.scenario import helper
from congress_tempest_tests.tests.scenario import manager_congress
CONF = config.CONF
LOG = logging.getLogger(__name__)
class TestNeutronV2Driver(manager_congress.ScenarioPolicyBase):

View File

@ -13,7 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
from oslo_log import log as logging
from tempest import config
from tempest.lib import exceptions
from tempest import test
@ -22,7 +21,6 @@ from congress_tempest_tests.tests.scenario import helper
from congress_tempest_tests.tests.scenario import manager_congress
CONF = config.CONF
LOG = logging.getLogger(__name__)
class TestNovaDriver(manager_congress.ScenarioPolicyBase):

View File

@ -14,7 +14,6 @@
# License for the specific language governing permissions and limitations
# under the License.
from oslo_log import log as logging
from tempest import config
from tempest.lib import exceptions
from tempest import test
@ -28,7 +27,6 @@ import time
CONF = config.CONF
LOG = logging.getLogger(__name__)
class TestPolicyBasicOps(manager_congress.ScenarioPolicyBase):