Skip to content
Draft
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
7 changes: 6 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,12 @@ $(KUTTL): $(LOCALBIN)
kuttl-test: kuttl ## Run kuttl tests
@command -v diff >/dev/null 2>&1 || { echo "ERROR: 'diff' command is required for KUTTL tests but not found in PATH" >&2; exit 1; }
@command -v oc >/dev/null 2>&1 || { echo "ERROR: 'oc' command is required for KUTTL tests but not found in PATH" >&2; exit 1; }
$(LOCALBIN)/kubectl-kuttl test --config kuttl-test.yaml test/kuttl/tests $(KUTTL_ARGS)
$(LOCALBIN)/kubectl-kuttl test --config kuttl-test.yaml test/kuttl/tests --test application-credentials $(KUTTL_ARGS)
$(LOCALBIN)/kubectl-kuttl test --config kuttl-test.yaml test/kuttl/tests --test basic-openstack-lightspeed-configuration $(KUTTL_ARGS)
$(LOCALBIN)/kubectl-kuttl test --config kuttl-test.yaml test/kuttl/tests --test dynamic-crd-watch-recovery $(KUTTL_ARGS)
$(LOCALBIN)/kubectl-kuttl test --config kuttl-test.yaml test/kuttl/tests --test persistent-database $(KUTTL_ARGS)
$(LOCALBIN)/kubectl-kuttl test --config kuttl-test.yaml test/kuttl/tests --test rhoso-mcps-configuration $(KUTTL_ARGS)
$(LOCALBIN)/kubectl-kuttl test --config kuttl-test.yaml test/kuttl/tests --test update-openstacklightspeed $(KUTTL_ARGS)

.PHONY: govulncheck-install
govulncheck-install: $(LOCALBIN) ## Download govulncheck locally if necessary.
Expand Down
Loading