Use a global logger instead of method args 61/19961/2
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 13:18:26 +0000 (13:18 +0000)
commitfe5d0f8628b8e0defdfc6e3b0e4556b46311a2f9
tree2354f45a649c6876d70554facfa7a3eb63105cea
parent72ed04570b6099e1ac52f76b3702a3463603b087
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>
utils/functest_utils.py