Files
Mike Graves c2f1d722dc Update ldap image in tests (#274)
* Update ldap image in tests

The bitnami openldap image we had been using is no longer being support
by them. It has been moved over to a bitnamilegacy namespace, but it's
not clear how long that will remain. We should find a better solution at
some point.

* Update versions in Dockerfile

The dockerfile was built around python3.9 which forced the use of
ansible 2.15. This updates the base image to ubi10 which uses python3.12
by default. The version of the oc/kubectl client package was updated to
4.20 as well.

* Try and make it work

* Remove backslash

* debug

* try and force 3.12

* use ubi9

* debug

* try adding packaging

* debug

* Lots of changes

* Add check for none

* Fix python version
2026-03-23 14:01:08 +00:00
..
2026-03-23 14:01:08 +00:00
2020-08-17 15:41:37 -04:00
2026-03-23 14:01:08 +00:00
2026-03-23 14:01:08 +00:00
2020-08-17 15:41:37 -04:00
2026-03-23 14:01:08 +00:00

Wait tests

wait tests require at least one node, and don't work on the normal k8s openshift-origin container as provided by ansible-test --docker -v k8s

minikube, Kubernetes from Docker or any other Kubernetes service will suffice.

If kubectl is already using the right config file and context, you can just do

cd tests/integration/targets/okd
./runme.sh -vv

otherwise set one or both of K8S_AUTH_KUBECONFIG and K8S_AUTH_CONTEXT and use the same command