Merge "remove LOG definitions that have not been used"

This commit is contained in:
Zuul 2018-08-01 07:58:16 +00:00 committed by Gerrit Code Review
commit d13f290ef7
1 changed files with 0 additions and 4 deletions

View File

@ -14,8 +14,6 @@
# License for the specific language governing permissions and limitations
# under the License.
from oslo_log import log
from tempest.common import compute
from tempest.common import waiters
from tempest import config
@ -26,8 +24,6 @@ import tempest.test
CONF = config.CONF
LOG = log.getLogger(__name__)
class ScenarioTest(tempest.test.BaseTestCase):
"""Base class for scenario tests. Uses tempest own clients. """