aboutsummaryrefslogtreecommitdiffstats
path: root/testcases/vnf/vRNC/parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'testcases/vnf/vRNC/parser.py')
-rwxr-xr-xtestcases/vnf/vRNC/parser.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/testcases/vnf/vRNC/parser.py b/testcases/vnf/vRNC/parser.py
index 0320b104..0381fd64 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()