Remove unused LOG to keep code clean

Change-Id: I2f037e746e7d0518132286d9d7acf8f0a556b46a
This commit is contained in:
zhangyanxian 2016-07-18 01:10:09 +00:00
parent 5e930c2d8a
commit 6b1df9fdf4

View File

@ -16,8 +16,6 @@
import json
import re
from oslo_log import log as logging
from tempest import config
from tempest import exceptions
from tempest.scenario import manager
@ -25,8 +23,6 @@ from tempest import test
CONF = config.CONF
LOG = logging.getLogger(__name__)
class TestServerBasicOps(manager.ScenarioTest):