Skip to content

Commit dab263b

Browse files
Merge pull request #1086 from fmount/crd_deps
Fix glance kuttl target
2 parents c9eecc4 + b3d21d6 commit dab263b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2013,7 +2013,7 @@ glance_kuttl_run: ## runs kuttl tests for the glance operator, assumes that ever
20132013
glance_kuttl: export NAMESPACE = ${GLANCE_KUTTL_NAMESPACE}
20142014
# 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)
20152015
# Add swift to get a valid backend we can test
2016-
glance_kuttl: kuttl_common_prep openstack_crds 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.
2016+
glance_kuttl: kuttl_common_prep horizon 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.
20172017
$(eval $(call vars,$@,glance))
20182018
make wait
20192019
make glance_kuttl_run

0 commit comments

Comments
 (0)