Skip to content

Commit 8a6c161

Browse files
Merge pull request #706 from fmount/glance_kuttl_backend
Add a backend for Glance kuttl tests
2 parents 5f9c596 + 2451461 commit 8a6c161

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1729,7 +1729,8 @@ glance_kuttl_run: ## runs kuttl tests for the glance operator, assumes that ever
17291729
.PHONY: glance_kuttl
17301730
glance_kuttl: export NAMESPACE = ${GLANCE_KUTTL_NAMESPACE}
17311731
# Set the value of $GLANCE_KUTTL_NAMESPACE if you want to run the glance kuttl tests in a namespace different than the default (glance-kuttl-tests)
1732-
glance_kuttl: kuttl_common_prep glance glance_deploy_prep ## runs kuttl tests for the glance operator. Installs glance operator and cleans up previous deployments before running the tests, add cleanup after running the tests.
1732+
# Add swift to get a valid backend we can test
1733+
glance_kuttl: kuttl_common_prep swift swift_deploy glance glance_deploy_prep ## runs kuttl tests for the glance operator. Installs glance operator and cleans up previous deployments before running the tests, add cleanup after running the tests.
17331734
$(eval $(call vars,$@,glance))
17341735
make wait
17351736
make glance_kuttl_run

0 commit comments

Comments
 (0)