origin
origin copied to clipboard
Conformance test suite for OpenShift
Status: Manually verified that the new tests for vSphere are passing. Currently it needs the following PRs to execute correctly: 1) https://github.com/openshift/api/pull/2301 Needed for the `ManagedBootImagesvSphere` FeatureGate 2) https://github.com/openshift/machine-config-operator/pull/4677 ValidationAdmissionPolicy...
Partial copy of https://github.com/ovn-kubernetes/ovn-kubernetes/pull/4799/commits/5b62be5dd6a61762b3d2b8a001c6ca039a4b4eba#diff-2be1e01ba9cf5c059a4f4f0cd2b974861043381664e7102e3783f48842891d43. Non-kubelet host process checks are removed, as there is no way to directly access OCP nodes (without privileged host-network pods) anyway, and host-network checks exist separately....
The test output today is pretty confusing, times are not formatted as they were intended due to the use of slices. This change formats the timestamps to be human readable...
The .status.apiServerInternalURI of Infrastructure might contain a port (for example https://api.d560406ce00e8ae40e77.hypershift.local:443) In this case the port must be passed to the deployment as the default port 6443 will not work....
this test is failing when using kata-containers, which might be related to longer startup times of kata-containers: curl: (28) Connection timed out after 1001 milliseconds let's use the "--retry" feature...
This commit introduces NETWORKING_E2E_BOND_MTU variable. The test for creating "bond" interface can read it to override the default value. The default value is used when .status.clusterNetworkMTU is undefined on the...
When getting the list of tests, we need to have origin's environment variables. Some users are setting TEST_PROVIDER when invoking openshift-tests, which for `run` this gets overwritten with the correct...