Move logics out of TempestCommon.__init__() 07/66507/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Sat, 19 Jan 2019 15:19:25 +0000 (16:19 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sun, 20 Jan 2019 01:41:11 +0000 (02:41 +0100)
commit1113701e78a27f2f8b608f3cf3d2e2c81c425d03
tree8b3a54cf6fe1e703c09cfe545280df128d7ba83d
parent5803aff9f75ecc5df7b8640a268c352498f62166
Move logics out of TempestCommon.__init__()

It conforms with best programming practices.
It allows muting console and increasing log level (debug).

Change-Id: I0e0cfef6abe3b354a43817fcb242c71da701e237
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit b482b494ce695e83cca0a10e7750200fd1be42ea)
functest/opnfv_tests/openstack/tempest/tempest.py
functest/tests/unit/openstack/tempest/test_tempest.py