diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2016-10-12 17:25:21 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2016-10-12 17:28:07 +0200 |
commit | 6aa929cd8c8a9116c8df23bc0bf4cc76516425e6 (patch) | |
tree | 9f08736ad1e011aace3863818f6f4f093330244a /testcases/vnf/vRNC/parser.py | |
parent | ab3b723d2cc6c16b11c3a17b091da384213bcaac (diff) |
Remove exit() in ft_utils.execute_command
It simply removes the exit call in ft_utils.execute_command which is
quite safe as every testcase sets exit_on_error to False
JIRA: FUNCTEST-438
Change-Id: Ia273de0955cc3ea65a150c626638400ce614da00
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'testcases/vnf/vRNC/parser.py')
-rwxr-xr-x | testcases/vnf/vRNC/parser.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testcases/vnf/vRNC/parser.py b/testcases/vnf/vRNC/parser.py index 0320b104d..0381fd648 100755 --- a/testcases/vnf/vRNC/parser.py +++ b/testcases/vnf/vRNC/parser.py @@ -44,7 +44,6 @@ def main(): log_file = RESULTS_DIR + "/parser.log" ret = functest_utils.execute_command(cmd, info=True, - exit_on_error=False, output_file=log_file) stop_time = time.time() |