Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing Keystone KUTTL Tests #655

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -1431,13 +1431,15 @@ keystone_kuttl_run: ## runs kuttl tests for the keystone operator, assumes that
keystone_kuttl: export NAMESPACE = ${KEYSTONE_KUTTL_NAMESPACE}
# Set the value of $KEYSTONE_KUTTL_NAMESPACE if you want to run the keystone
# kuttl tests in a namespace different than the default (keystone-kuttl-tests)
keystone_kuttl: kuttl_db_prep keystone keystone_deploy_prep ## runs kuttl tests for the keystone operator. Installs keystone operator and cleans up previous deployments before running the tests, add cleanup after running the tests.
keystone_kuttl: kuttl_db_prep rabbitmq rabbitmq_deploy keystone keystone_deploy_prep ## runs kuttl tests for the keystone operator. Installs keystone operator and cleans up previous deployments before running the tests, add cleanup after running the tests.
$(eval $(call vars,$@,keystone))
make wait
make keystone_kuttl_run
make deploy_cleanup
make keystone_cleanup
make kuttl_db_cleanup
make rabbitmq_deploy_cleanup
make rabbitmq_cleanup
bash scripts/restore-namespace.sh

.PHONY: barbican_kuttl_run
Expand Down