Merge "Fixed _log_console_output call on failure"

This commit is contained in:
Zuul 2018-01-22 17:32:55 +00:00 committed by Gerrit Code Review
commit 5db05b85a2
1 changed files with 2 additions and 2 deletions

View File

@ -25,14 +25,14 @@ from tempest import exceptions
from tempest.lib.common.utils import data_utils
from tempest.lib.common.utils import test_utils
from tempest.lib import exceptions as lib_exc
import tempest.test
from tempest.scenario import manager
CONF = config.CONF
LOG = log.getLogger(__name__)
class ScenarioTest(tempest.test.BaseTestCase):
class ScenarioTest(manager.ScenarioTest):
"""Base class for scenario tests. Uses tempest own clients. """
credentials = ['primary']