kubectl kuttl test ./tests/parallel --config ./tests/parallel/kuttl-test.yaml --test 1-069_validate_redis_secure_comm_autotls_ha 2024/03/01 13:47:12 kutt-test config testdirs is overridden with args: [ ./tests/parallel ] === RUN kuttl harness.go:462: starting setup harness.go:252: running tests using configured kubeconfig. I0301 13:47:13.941173 59625 request.go:682] Waited for 1.045825334s due to client-side throttling, not priority and fairness, request: GET:https://api.test-psi-412-3.ocp-gitops-qe.com:6443/apis/monitoring.coreos.com/v1?timeout=32s harness.go:275: Successful connection to cluster at: https://api.test-psi-412-3.ocp-gitops-qe.com:6443 harness.go:360: running tests harness.go:73: going to run test suite with timeout of 720 seconds for each step harness.go:372: testsuite: ./tests/parallel has 79 tests === RUN kuttl/harness === RUN kuttl/harness/1-069_validate_redis_secure_comm_autotls_ha === PAUSE kuttl/harness/1-069_validate_redis_secure_comm_autotls_ha === CONT kuttl/harness/1-069_validate_redis_secure_comm_autotls_ha logger.go:42: 13:47:21 | 1-069_validate_redis_secure_comm_autotls_ha | Creating namespace: kuttl-test-striking-insect logger.go:42: 13:47:21 | 1-069_validate_redis_secure_comm_autotls_ha/1-install | starting test step 1-install I0301 13:47:23.977827 59625 request.go:682] Waited for 2.299543583s due to client-side throttling, not priority and fairness, request: GET:https://api.test-psi-412-3.ocp-gitops-qe.com:6443/apis/storage.k8s.io/v1beta1?timeout=32s logger.go:42: 13:47:24 | 1-069_validate_redis_secure_comm_autotls_ha/1-install | ArgoCD:kuttl-test-striking-insect/argocd created logger.go:42: 13:56:29 | 1-069_validate_redis_secure_comm_autotls_ha/1-install | test step completed 1-install logger.go:42: 13:56:29 | 1-069_validate_redis_secure_comm_autotls_ha/2-enable_autotls | starting test step 2-enable_autotls logger.go:42: 13:56:29 | 1-069_validate_redis_secure_comm_autotls_ha/2-enable_autotls | running command: [sh -c set -e oc patch argocds.argoproj.io argocd --type=merge -p '{"spec":{"redis":{"autotls":"openshift"}}}' -n $NAMESPACE ] logger.go:42: 13:56:32 | 1-069_validate_redis_secure_comm_autotls_ha/2-enable_autotls | argocd.argoproj.io/argocd patched I0301 13:56:33.524489 59625 request.go:682] Waited for 1.048895333s due to client-side throttling, not priority and fairness, request: GET:https://api.test-psi-412-3.ocp-gitops-qe.com:6443/apis/machine.openshift.io/v1beta1?timeout=32s logger.go:42: 14:05:35 | 1-069_validate_redis_secure_comm_autotls_ha/2-enable_autotls | test step completed 2-enable_autotls logger.go:42: 14:05:35 | 1-069_validate_redis_secure_comm_autotls_ha/3-check_secret | starting test step 3-check_secret logger.go:42: 14:05:35 | 1-069_validate_redis_secure_comm_autotls_ha/3-check_secret | running command: [sh -c set -e secret_type="$(oc get secrets argocd-operator-redis-tls -n $NAMESPACE --template '{{.type}}')" secret_len="$(oc get secrets argocd-operator-redis-tls -n $NAMESPACE --template '{{len .data}}')" expected_secret_type="kubernetes.io/tls" expected_secret_len=2 if test ${secret_type} != ${expected_secret_type}; then echo "argocd-operator-redis-tls secret type is ${secret_type} and should be ${expected_secret_type}" exit 1 fi if test ${secret_len} != ${expected_secret_len}; then echo "argocd-operator-redis-tls secret length is ${secret_len} and should be ${expected_secret_len}" exit 1 fi ] I0301 14:05:38.867745 59625 request.go:682] Waited for 1.049412417s due to client-side throttling, not priority and fairness, request: GET:https://api.test-psi-412-3.ocp-gitops-qe.com:6443/apis/user.openshift.io/v1?timeout=32s logger.go:42: 14:05:40 | 1-069_validate_redis_secure_comm_autotls_ha/3-check_secret | test step completed 3-check_secret logger.go:42: 14:05:40 | 1-069_validate_redis_secure_comm_autotls_ha | skipping kubernetes event logging logger.go:42: 14:05:40 | 1-069_validate_redis_secure_comm_autotls_ha | Deleting namespace: kuttl-test-striking-insect === NAME kuttl harness.go:405: run tests finished harness.go:513: cleaning up harness.go:570: removing temp folder: "" --- PASS: kuttl (1154.17s) --- PASS: kuttl/harness (0.00s) --- PASS: kuttl/harness/1-069_validate_redis_secure_comm_autotls_ha (1145.10s) PASS