Remove unused LOG

Removing unused LOG to keep code clean.

Change-Id: I87dd983882dcaff577c7a762d492e1b7baddfd79
This commit is contained in:
Feng Shengqin 2017-04-20 14:51:33 +08:00
parent 0cf4cc46d6
commit 0f4a1a2323

View File

@ -12,12 +12,10 @@
# See the License for the specific language governing permissions and
# limitations under the License.
from oslo_log import log
from tempest import config
from tempest import test
CONF = config.CONF
lOG = log.getLogger(__name__)
class BaseZunTest(test.BaseTestCase):