Remove unused LOG and CONF
This is to remove unused LOG and CONF to keep code clean. Change-Id: I5bca3cb114a4074fa2d837233723d1a94d1f6434
This commit is contained in:
parent
f8f757a46d
commit
a0ec13f6d4
@ -15,7 +15,6 @@
|
|||||||
DRAC Driver for remote system management using Dell Remote Access Card.
|
DRAC Driver for remote system management using Dell Remote Access Card.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from oslo_log import log as logging
|
|
||||||
from oslo_utils import importutils
|
from oslo_utils import importutils
|
||||||
|
|
||||||
from ironic.common import exception
|
from ironic.common import exception
|
||||||
@ -32,9 +31,6 @@ from ironic.drivers.modules import pxe
|
|||||||
from ironic.drivers import utils
|
from ironic.drivers import utils
|
||||||
|
|
||||||
|
|
||||||
LOG = logging.getLogger(__name__)
|
|
||||||
|
|
||||||
|
|
||||||
class PXEDracDriver(base.BaseDriver):
|
class PXEDracDriver(base.BaseDriver):
|
||||||
"""DRAC driver using PXE for deploy."""
|
"""DRAC driver using PXE for deploy."""
|
||||||
|
|
||||||
|
@ -15,13 +15,10 @@
|
|||||||
|
|
||||||
from oslo_log import log as logging
|
from oslo_log import log as logging
|
||||||
from tempest.common import waiters
|
from tempest.common import waiters
|
||||||
from tempest import config
|
|
||||||
from tempest import test
|
from tempest import test
|
||||||
|
|
||||||
from ironic_tempest_plugin.tests.scenario import baremetal_manager
|
from ironic_tempest_plugin.tests.scenario import baremetal_manager
|
||||||
|
|
||||||
CONF = config.CONF
|
|
||||||
|
|
||||||
LOG = logging.getLogger(__name__)
|
LOG = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
|
||||||
|
@ -13,8 +13,6 @@
|
|||||||
# License for the specific language governing permissions and limitations
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
from oslo_log import log as logging
|
|
||||||
|
|
||||||
from ironic_tempest_plugin.tests.scenario import baremetal_manager
|
from ironic_tempest_plugin.tests.scenario import baremetal_manager
|
||||||
from tempest import config
|
from tempest import config
|
||||||
from tempest.lib.common.utils import data_utils
|
from tempest.lib.common.utils import data_utils
|
||||||
@ -23,8 +21,6 @@ from tempest import test
|
|||||||
|
|
||||||
CONF = config.CONF
|
CONF = config.CONF
|
||||||
|
|
||||||
LOG = logging.getLogger(__name__)
|
|
||||||
|
|
||||||
|
|
||||||
class BaremetalMultitenancy(baremetal_manager.BaremetalScenarioTest,
|
class BaremetalMultitenancy(baremetal_manager.BaremetalScenarioTest,
|
||||||
manager.NetworkScenarioTest):
|
manager.NetworkScenarioTest):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user