File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 2020 run : make unit-tests
2121 - name : Integration tests
2222 run : make integration-tests
23- - name : Helm chart tests
24- run : make chart-tests
2523
2624 test-all-examples :
2725 name : test-all-examples
Original file line number Diff line number Diff line change @@ -163,15 +163,11 @@ kind-unprepare: ## Remove KIND support for LoadBalancer services
163163system-tests : install-tools # # Run end-to-end tests against Kubernetes cluster defined in ~/.kube/config
164164 NAMESPACE=" rabbitmq-system" ginkgo -nodes=3 -randomizeAllSpecs -r system_tests/
165165
166- chart-tests : # # Run Helm chart tests
167- echo " running charts tests"
168- cd charts/rabbitmq && ./test.sh
169-
170166kubectl-plugin-tests : # # Run kubectl-rabbitmq tests
171167 echo " running kubectl plugin tests"
172168 ./bin/kubectl-rabbitmq.bats
173169
174- tests : unit-tests integration-tests system-tests chart-tests kubectl-plugin-tests
170+ tests : unit-tests integration-tests system-tests kubectl-plugin-tests
175171
176172docker-registry-secret : check-env-docker-credentials operator-namespace
177173 echo " creating registry secret and patching default service account"
You can’t perform that action at this time.
0 commit comments