Remove exit() in ft_utils.execute_command
authorCédric Ollivier <cedric.ollivier@orange.com>
Wed, 12 Oct 2016 15:25:21 +0000 (17:25 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Wed, 12 Oct 2016 15:28:07 +0000 (17:28 +0200)
commit6aa929cd8c8a9116c8df23bc0bf4cc76516425e6
tree9f08736ad1e011aace3863818f6f4f093330244a
parentab3b723d2cc6c16b11c3a17b091da384213bcaac
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>
ci/prepare_env.py
ci/run_tests.py
cli/commands/cli_os.py
testcases/features/copper.py
testcases/features/doctor.py
testcases/features/domino.py
testcases/vnf/vRNC/parser.py
utils/functest_utils.py