Merge "Remove all logers as utils method args." into stable/colorado
authorJose Lausuch <jose.lausuch@ericsson.com>
Tue, 6 Sep 2016 13:25:38 +0000 (13:25 +0000)
committerGerrit Code Review <gerrit@172.30.200.206>
Tue, 6 Sep 2016 13:25:39 +0000 (13:25 +0000)
1  2 
testcases/vnf/vRNC/parser.py

@@@ -41,12 -40,9 +41,11 @@@ def main()
      cmd = 'cd %s/tests && ./functest_run.sh' % PARSER_REPO
  
      start_time = time.time()
 +    log_file = RESULTS_DIR + "/parser.log"
      ret = functest_utils.execute_command(cmd,
-                                          logger,
                                           info=True,
 -                                         exit_on_error=False)
 +                                         exit_on_error=False,
 +                                         output_file=log_file)
      stop_time = time.time()
  
      status, details = functest_utils.check_test_result(project,