summaryrefslogtreecommitdiffstats
path: root/roles/openshift_health_checker/test/logging_check_test.py
diff options
context:
space:
mode:
authorRodolfo Carvalho <rhcarvalho@gmail.com>2017-07-24 16:10:26 +0200
committerGitHub <noreply@github.com>2017-07-24 16:10:26 +0200
commitc5e782db1bd700ed616d59f9fbdfa94cc78dac97 (patch)
tree6272aa33e6413dfc1ad0989d9c6f4af24f22ba28 /roles/openshift_health_checker/test/logging_check_test.py
parentac8f77887acae94a789f4b8fdc1f3f18a4446024 (diff)
parentede03746b10a5e775c2389cc97c4b5e49c75da07 (diff)
downloadopenshift-c5e782db1bd700ed616d59f9fbdfa94cc78dac97.tar.gz
openshift-c5e782db1bd700ed616d59f9fbdfa94cc78dac97.tar.bz2
openshift-c5e782db1bd700ed616d59f9fbdfa94cc78dac97.tar.xz
openshift-c5e782db1bd700ed616d59f9fbdfa94cc78dac97.zip
Merge pull request #4682 from juanvallejo/jvallejo/verify-logging-index-time
verify sane log times in logging stack
Diffstat (limited to 'roles/openshift_health_checker/test/logging_check_test.py')
-rw-r--r--roles/openshift_health_checker/test/logging_check_test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/openshift_health_checker/test/logging_check_test.py b/roles/openshift_health_checker/test/logging_check_test.py
index 128b76b12..4f71fbf52 100644
--- a/roles/openshift_health_checker/test/logging_check_test.py
+++ b/roles/openshift_health_checker/test/logging_check_test.py
@@ -128,7 +128,7 @@ def test_is_active(groups, logging_deployed, is_active):
(
'No resources found.',
None,
- 'There are no pods in the logging namespace',
+ 'No pods were found for the "es"',
),
(
json.dumps({'items': [plain_kibana_pod, plain_es_pod, plain_curator_pod, fluentd_pod_node1]}),