summaryrefslogtreecommitdiffstats
path: root/roles/openshift_health_checker/test/logging_check_test.py
diff options
context:
space:
mode:
authorjuanvallejo <jvallejo@redhat.com>2017-06-20 19:07:56 -0400
committerjuanvallejo <jvallejo@redhat.com>2017-07-20 15:17:05 -0400
commitede03746b10a5e775c2389cc97c4b5e49c75da07 (patch)
tree4ed22483d4839b9247386232dd1951b67fb060bd /roles/openshift_health_checker/test/logging_check_test.py
parent0b0e0d1ec88af89f6315e1602b30ffe5218c88dc (diff)
downloadopenshift-ede03746b10a5e775c2389cc97c4b5e49c75da07.tar.gz
openshift-ede03746b10a5e775c2389cc97c4b5e49c75da07.tar.bz2
openshift-ede03746b10a5e775c2389cc97c4b5e49c75da07.tar.xz
openshift-ede03746b10a5e775c2389cc97c4b5e49c75da07.zip
verify sane log times in logging stack
This patch verifies that logs sent from logging pods can be queried on the Elasticsearch pod within a reasonable amount of time.
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 b6db34fe3..a19881e5b 100644
--- a/roles/openshift_health_checker/test/logging_check_test.py
+++ b/roles/openshift_health_checker/test/logging_check_test.py
@@ -118,7 +118,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]}),