origin
origin copied to clipboard
Conformance test suite for OpenShift
The Prometheus UI removal has landed in CMO (https://github.com/openshift/cluster-monitoring-operator/pull/1532). This adds a test to check that the UI is indeed inaccessible via the route.
Migrate test from bash and fix flaky test /assign @soltysh /cc @ardaguclu
Cherry-picking https://github.com/openshift/origin/pull/25977, https://github.com/openshift/origin/pull/26207, https://github.com/openshift/origin/pull/26202, https://github.com/openshift/origin/pull/26324, and https://github.com/openshift/origin/pull/26327 to backport the fix regarding the bug 1885322 back to release-4.7.
Add a test verifying that the underlying expressions of an alert are still relevant. The goal behind such tests is to detect alerts that are out-of-sync with the platform, whether...
This test checks if all cluster operators properly reconcile their messages and update lastTransitionTime when the message is changed from external (the test does it here). This test fail if...
https://bugzilla.redhat.com/show_bug.cgi?id=1825024
make https://github.com/openshift/origin/pull/27067 a [late] test
When I setup a github webhook using the "generic webhook" URL from my openshift deployment's build config page... github as part of new webhook setup, sends a ping event, and...
Reactivate the newer networkpolicy test suite now that [e36a14730bdfa8f236626a5e117b0eb51dcb29c7](https://github.com/openshift/kubernetes/commit/e36a14730bdfa8f236626a5e117b0eb51dcb29c7#diff-ed5dc9ca2657cd6bb6ae1cec597b8552bbcb3e6d9bc39c1b6919f2712c6e5e10) and [145cec925af70fb94a46ec3fefc9411b928377e6](https://github.com/openshift/kubernetes/commit/145cec925af70fb94a46ec3fefc9411b928377e6#diff-ed5dc9ca2657cd6bb6ae1cec597b8552bbcb3e6d9bc39c1b6919f2712c6e5e10) have made it downstream Signed-off-by: astoycos
Add e2e test for OCP CI that validates enabling kdump and generating kernel core via machine config successfully. This is one of the steps to to enhance the kdump feature.