test_kube_events module
- test_kube_events.test_kube_cluster_events()
- Description:
Checks all of the kubernetes events, highlighting events that are not classified as type ‘Normal’
- Result:
Fails if any event is not normal, flags a warning and object is not a pod
- Public Facing KB:
https://tickets.dominodatalab.com/hc/en-us/articles/13022693813780-test-kube-events-py-Runbook
- test_kube_events.test_kube_events()
- Description:
Checks the events for all resources for a number of specific errors including: BackOff, FailedMount, FailedScheduling, Killing, NotTriggerScaleUp, Unhealthy
- Result:
If pods or cluster events return any problems it will fail this test
- Public Facing KB:
https://tickets.dominodatalab.com/hc/en-us/articles/13022693813780-test-kube-events-py-Runbook