commit | e592ed12539ea75f19cb1ba6502c1bb27f80b769 | [log] [tgz] |
---|---|---|
author | Oleksii Zhurba <ozhurba@mirantis.com> | Thu Jun 21 18:01:09 2018 -0500 |
committer | Oleksii Zhurba <ozhurba@mirantis.com> | Thu Jun 21 18:04:21 2018 -0500 |
tree | a5356c33cf5d7031d652416604f608b640ebba3a | |
parent | a32d92ff4fd3ad0d648e3033083679b24fab6547 [diff] [blame] |
Port all changes from github Change-Id: Ie78388290ad2780074327c26508cdce73805f0da
diff --git a/cvp_checks/tests/test_k8s.py b/cvp_checks/tests/test_k8s.py index f0cfd44..c3a5ff9 100644 --- a/cvp_checks/tests/test_k8s.py +++ b/cvp_checks/tests/test_k8s.py
@@ -41,7 +41,7 @@ if 'STATUS' in line or 'proto' in line: continue else: - if 'Ready' not in line: + if 'Ready' != line.split()[1]: errors.append(line) break assert not errors, 'k8s is not healthy: {}'.format(json.dumps(