From: SerenaFeng Date: Wed, 17 Aug 2016 02:04:33 +0000 (+0800) Subject: output logger info for Parser tests X-Git-Tag: colorado.1.0~141^2 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=582718ae6cdab6d6dd5a241f329994932a8dc3a6;p=functest.git output logger info for Parser tests Parser testcase fails in Functest. Because there's on Parser debug info, make it difficult to track failures. JIRA: FUNCTEST-417 Change-Id: I04152de702f216dc053bdd7922a5672b5712aaff Signed-off-by: SerenaFeng --- diff --git a/testcases/vnf/vRNC/parser.py b/testcases/vnf/vRNC/parser.py index 9678591f6..40d28c49f 100644 --- a/testcases/vnf/vRNC/parser.py +++ b/testcases/vnf/vRNC/parser.py @@ -44,7 +44,10 @@ def main(): cmd = 'cd %s/tests && ./functest_run.sh' % PARSER_REPO start_time = time.time() - ret = functest_utils.execute_command(cmd, logger, exit_on_error=False) + ret = functest_utils.execute_command(cmd, + logger, + info=True, + exit_on_error=False) stop_time = time.time() status, details = functest_utils.check_test_result(project,