File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ K8S_CLUSTER_NAME ?= local ## The name used when creating/using a Kin
2121K8S_CLUSTER_VERSION ?= $(shell grep -m1 'FROM kindest/node' < ${DOCKERFILEPATH} | cut -d ':' -f 2 | sed -e 's/^v//' | cut -d '@' -f 1) # # The version used when creating a Kind Kubernetes cluster
2222K8S_TIMEOUT ?= 75s # # The timeout used when creating a Kind Kubernetes cluster
2323AD_SECRET ?=
24+ PLUS_JWT ?=
2425PYTEST_ARGS ?=
2526ifeq (${REGISTRY},)
2627BUILD_IMAGE := $(strip $(PREFIX ) ) :$(strip $(TAG ) )
@@ -72,6 +73,7 @@ run-tests-in-kind: ## Run tests in Kind
7273 --service=nodeport \
7374 --node-ip=$(strip $(K8S_CLUSTER_NAME))-control-plane \
7475 --show-ic-logs=$(SHOW_IC_LOGS) \
76+ --plus-jwt=$(PLUS_JWT) \
7577 $(PYTEST_ARGS)
7678
7779
@@ -114,6 +116,7 @@ run-tests-in-minikube: ## Run tests in Minikube
114116 --service=nodeport \
115117 --node-ip=minikube \
116118 --show-ic-logs=$(SHOW_IC_LOGS) \
119+ --plus-jwt=$(PLUS_JWT) \
117120 $(PYTEST_ARGS)
118121
119122
You can’t perform that action at this time.
0 commit comments