Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions test/suites/optional/observability.robot
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,14 @@ Kube Metrics Are Exported
Journald Logs Are Exported
[Documentation] The opentelemetry-collector should be able to export journald logs.

Check Loki Query ${LOKI_HOST} ${LOKI_PORT} {service_name="journald"}
Wait Until Keyword Succeeds 10x 5s
... Check Loki Query ${LOKI_HOST} ${LOKI_PORT} {service_name="journald"}

Kube Events Logs Are Exported
[Documentation] The opentelemetry-collector should be able to export Kubernetes events.

Check Loki Query ${LOKI_HOST} ${LOKI_PORT} {service_name="kube_events"}
Wait Until Keyword Succeeds 10x 5s
... Check Loki Query ${LOKI_HOST} ${LOKI_PORT} {service_name="kube_events"}

Logs Should Not Contain Receiver Errors
[Documentation] Internal receiver errors are not treated as fatal. Typically these are due to a misconfiguration
Expand Down
2 changes: 2 additions & 0 deletions test/suites/telemetry/telemetry.robot
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Resource ../../resources/microshift-host.resource
Resource ../../resources/microshift-config.resource
Resource ../../resources/microshift-process.resource
Resource ../../resources/observability.resource
Resource ../../resources/ostree-health.resource
Library ../../resources/journalctl.py
Library ../../resources/prometheus.py
Library ../../resources/ProxyLibrary.py
Expand Down Expand Up @@ -110,6 +111,7 @@ Setup

Teardown
[Documentation] Test suite teardown
Wait For MicroShift Healthcheck Success
Logout MicroShift Host
Remove Kubeconfig
Comment thread
agullon marked this conversation as resolved.

Expand Down