Skip to content

Commit

Permalink
Merge pull request #981 from dprince/openstack_kuttl_init
Browse files Browse the repository at this point in the history
Update openstack_kuttl target to support initialization resource
  • Loading branch information
openshift-merge-bot[bot] authored Dec 18, 2024
2 parents b6028e3 + b1f931e commit 5075cd2
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
Expand Up @@ -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))
Expand Down

0 comments on commit 5075cd2

Please sign in to comment.