origin
origin copied to clipboard
Conformance test suite for OpenShift
This change updates the test to skip when the Cluster object is not found. Usually this object is not found on clusters that have been deployed using the UPI methodology,...
TODO: - [ ] Ensure metal sdn test does not have disruption (or we can avoid running this on metal) Hit an endpoint (on a VM behind a load-balancer in...
Hit an endpoint (on a VM behind a load-balancer in azure) to test azure connectivity during test runs in a way that (attempts to) mimic pods in an Openshift cluster....
The convention is a format like `node-role.kubernetes.io/role: ""`, not `node-role.kubernetes.io: role`, however ROSA uses the latter format to indicate the `infra` role. This changes the node watch code to ignore...
These were mistakenly broken in the 4.14 release timeframe during the monitortest refactor. The format of disruption intervals changed and the way this test was looking for backend names was...
/hold /test e2e-aws-etcd-recovery
Seems using resourceVersion=0 still hits etcd, so the test should use the actual latest resourceVersion
This PR does the following things at a high level: - cleans up `test/extended/util/client.go` to get rid of duplicate code and ensure all creation goes through the exact same path...