commit | 835465f226fd899bda396673842a17d2ac924494 | [log] [tgz] |
---|---|---|
author | Tatyana Leontovich <tleontovich@mirantis.com> | Thu Jun 14 16:42:23 2018 +0300 |
committer | Tatyanka Leontovich <tleontovich@mirantis.com> | Mon Jun 18 18:11:21 2018 +0000 |
tree | f52a0041b65dadacbf14db8ff729938a48586ce8 | |
parent | faa01720638433686c253ac6f7babde2b273e394 [diff] [blame] |
WIP restore cfg Change-Id: Icbc9a86c1fb3e5f89b0852eaf9720c446d66519a
diff --git a/tcp_tests/managers/execute_commands.py b/tcp_tests/managers/execute_commands.py index 991fb58..ba12678 100644 --- a/tcp_tests/managers/execute_commands.py +++ b/tcp_tests/managers/execute_commands.py
@@ -114,6 +114,8 @@ failed += 1 if s.startswith("[CRITICAL]"): failed += 1 + if 'Fatal' in s: + failed += 1 if result.exit_code != 0: time.sleep(retry_delay)