Remove unused LOG
Removing unused LOG to keep code clean. Change-Id: I87dd983882dcaff577c7a762d492e1b7baddfd79
This commit is contained in:
parent
0cf4cc46d6
commit
0f4a1a2323
@ -12,12 +12,10 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
|
|
||||||
from oslo_log import log
|
|
||||||
from tempest import config
|
from tempest import config
|
||||||
from tempest import test
|
from tempest import test
|
||||||
|
|
||||||
CONF = config.CONF
|
CONF = config.CONF
|
||||||
lOG = log.getLogger(__name__)
|
|
||||||
|
|
||||||
|
|
||||||
class BaseZunTest(test.BaseTestCase):
|
class BaseZunTest(test.BaseTestCase):
|
||||||
|
Loading…
Reference in New Issue
Block a user