-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Monitoring Tag to Test Cases #2163
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -33,6 +33,7 @@ | |||||
... Tier1 | ||||||
... ODS-737 | ||||||
... Deployment-Cli | ||||||
... Monitoring | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
Skip If RHODS Is Self-Managed | ||||||
${service_key} Get PagerDuty Key From Alertmanager ConfigMap | ||||||
${secret_key} Get PagerDuty Key From Secrets | ||||||
|
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
|
@@ -32,7 +32,7 @@ | |||||
[Tags] Smoke | ||||||
... Tier1 | ||||||
... ODS-1227 | ||||||
|
||||||
... Monitoring | ||||||
Verify "DeadManSnitch" Alerts Severity And Continue On Failure | ||||||
Verify "Kubeflow Notebook Controller Pod Is Not Running" Alerts Severity And Continue On Failure | ||||||
Verify "ODH Notebook Controller Pod Is Not Running" Alerts Severity And Continue On Failure | ||||||
|
@@ -46,7 +46,7 @@ | |||||
[Tags] Smoke | ||||||
... Tier1 | ||||||
... ODS-540 | ||||||
|
||||||
... Monitoring | ||||||
Verify Alert Is Firing And Continue On Failure | ||||||
... DeadManSnitch DeadManSnitch | ||||||
|
||||||
|
@@ -67,7 +67,7 @@ | |||||
... verifies that alert "User notebook pvc usage above 90%" is fired | ||||||
[Tags] Tier2 | ||||||
... ODS-516 | ||||||
|
||||||
... Monitoring | ||||||
Fill Up User PVC ${NOTEBOOK_REPO_URL} ${TEST_ALERT_PVC90_NOTEBOOK_PATH} | ||||||
|
||||||
Prometheus.Wait Until Alert Is Firing ${RHODS_PROMETHEUS_URL} | ||||||
|
@@ -83,7 +83,7 @@ | |||||
... verifies that alert "User notebook pvc usage at 100%" is fired | ||||||
[Tags] Tier2 | ||||||
... ODS-517 | ||||||
|
||||||
... Monitoring | ||||||
Fill Up User PVC ${NOTEBOOK_REPO_URL} ${TEST_ALERT_PVC100_NOTEBOOK_PATH} | ||||||
|
||||||
Prometheus.Wait Until Alert Is Firing ${RHODS_PROMETHEUS_URL} | ||||||
|
@@ -99,7 +99,7 @@ | |||||
... are fired when rhods-dashboard is not working | ||||||
[Tags] Tier3 | ||||||
... ODS-739 | ||||||
|
||||||
... Monitoring | ||||||
Skip If Alert Is Already Firing ${RHODS_PROMETHEUS_URL} | ||||||
... ${RHODS_PROMETHEUS_TOKEN} | ||||||
... SLOs-haproxy_backend_http_responses_dashboard | ||||||
|
@@ -145,7 +145,7 @@ | |||||
... when notebook-controller-deployment-xxx pod is not running | ||||||
[Tags] Tier3 | ||||||
... ODS-1700 | ||||||
|
||||||
... Monitoring | ||||||
Skip If Alert Is Already Firing ${RHODS_PROMETHEUS_URL} | ||||||
... ${RHODS_PROMETHEUS_TOKEN} | ||||||
... RHODS Notebook controllers | ||||||
|
@@ -177,7 +177,7 @@ | |||||
... when odh-notebook-controller-manager-xxx pod is not running | ||||||
[Tags] Tier3 | ||||||
... ODS-1701 | ||||||
|
||||||
... Monitoring | ||||||
Skip If Alert Is Already Firing ${RHODS_PROMETHEUS_URL} | ||||||
... ${RHODS_PROMETHEUS_TOKEN} | ||||||
... RHODS Notebook controllers | ||||||
|
@@ -209,7 +209,7 @@ | |||||
[Tags] Sanity | ||||||
... ODS-1058 | ||||||
... Tier1 | ||||||
|
||||||
... Monitoring | ||||||
Check warning Code scanning / Robocop Each next continuation line should be aligned with the previous one Warning test
Each next continuation line should be aligned with the previous one
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
${res} = Check Cluster Name Contain "Aisrhods" Or Not | ||||||
IF ${res} | ||||||
${receiver} = Set Variable alerts-sink | ||||||
|
Check warning
Code scanning / Robocop
Each next continuation line should be aligned with the previous one Warning test