diff options
author | yayogev <yaronyogev@gmail.com> | 2017-08-31 16:45:23 +0300 |
---|---|---|
committer | yayogev <yaronyogev@gmail.com> | 2017-08-31 16:45:23 +0300 |
commit | 692489cc50c8025ede1646627a7a583a4feb3798 (patch) | |
tree | 531a2f2928ba8c9067265fa0c872cc6f016876b8 /app/test/api/responders_test/test_data/base.py | |
parent | bc3767bad9f9f9cfb3f3f2c8871a81603e650df0 (diff) |
US2876 handle SSH errors
ido not stop, but report as 'completed with errors'
if there were any errors in SSH calls
Change-Id: Ice7e6c4324686adc2d9eec27a9b6187f0fe6808f
Signed-off-by: yayogev <yaronyogev@gmail.com>
Diffstat (limited to 'app/test/api/responders_test/test_data/base.py')
-rw-r--r-- | app/test/api/responders_test/test_data/base.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/test/api/responders_test/test_data/base.py b/app/test/api/responders_test/test_data/base.py index 3dbd6f4..d320340 100644 --- a/app/test/api/responders_test/test_data/base.py +++ b/app/test/api/responders_test/test_data/base.py @@ -89,6 +89,7 @@ CONSTANTS_BY_NAMES = { "pending", "running", "completed", + "completed_with_errors", "failed", "aborted" ], |