Use a global logger instead of method args 21/20021/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Wed, 31 Aug 2016 07:38:24 +0000 (09:38 +0200)
committerJose Lausuch <jose.lausuch@ericsson.com>
Wed, 31 Aug 2016 14:50:05 +0000 (14:50 +0000)
commit2f0707958b6a7f7c0bec252b79ba24b1d849e0d7
tree2354f45a649c6876d70554facfa7a3eb63105cea
parentb9769fd308b7a92ccb90a3b9171cfd429c865910
Use a global logger instead of method args

It's the first step to safely remove all logers as method args.
Outputs printed by bash scripts called by execute_command are no longer
written in functest.log. Else logs printed by python scripts will
be duplicated in it.

JIRA: FUNCTEST-428

Change-Id: I60702f3b62121f731cd6845c335e227f97df37c9
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit fe5d0f8628b8e0defdfc6e3b0e4556b46311a2f9)
utils/functest_utils.py