Skip to content

Commit

Permalink
Update openstack_kuttl target to support initialization resource
Browse files Browse the repository at this point in the history
Jira: OSPRH-11244
dprince committed Dec 17, 2024
1 parent b6028e3 commit b1f931e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -2028,6 +2028,9 @@ openstack_kuttl_run: ## runs kuttl tests for the openstack operator, assumes tha
.PHONY: openstack_kuttl
openstack_kuttl: export NAMESPACE = ${OPENSTACK_KUTTL_NAMESPACE}
openstack_kuttl: input deploy_cleanup openstack openstack_deploy_prep ## runs kuttl tests for the openstack operator. Installs openstack operator and cleans up previous deployments before running the tests, cleans up after running the tests.
# Wait until OLM installs openstack CRDs
timeout $(TIMEOUT) bash -c "while ! (oc get crd | grep openstack.org); do sleep 1; done"
bash -c '(oc get crd openstacks.operator.openstack.org && make openstack_init) || true'
$(eval $(call vars,$@,ansibleee))
make wait
$(eval $(call vars,$@,infra))

0 comments on commit b1f931e

Please sign in to comment.