Skip to content

Commit 980e57e

Browse files
committed
Cleanup swift resources after glance kuttl tests
When executing kuttl tests, we observed lingering mutatingwebhookconfiguration resources during the workflow execution. This can cause problems when the workflow involves both the openstack control plane deployment (using the new paradigm) and the usual kuttl deployment based on OLM. This patch cleanup swift resources after kuttl is executed, with the effect of removing lingering swift webhook resources. Signed-off-by: Francesco Pantano <[email protected]>
1 parent 95b4692 commit 980e57e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1973,6 +1973,7 @@ glance_kuttl: kuttl_common_prep swift swift_deploy glance glance_deploy_prep ##
19731973
make glance_kuttl_run
19741974
make deploy_cleanup
19751975
make glance_cleanup
1976+
make swift_cleanup
19761977
make kuttl_common_cleanup
19771978

19781979
.PHONY: manila_kuttl_run

0 commit comments

Comments
 (0)