Skip to content

Commit 52316f4

Browse files
authored
add plus jwt to local tests (#7032)
1 parent c5fe9bb commit 52316f4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ K8S_CLUSTER_NAME ?= local ## The name used when creating/using a Kin
2121
K8S_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
2222
K8S_TIMEOUT ?= 75s ## The timeout used when creating a Kind Kubernetes cluster
2323
AD_SECRET ?=
24+
PLUS_JWT ?=
2425
PYTEST_ARGS ?=
2526
ifeq (${REGISTRY},)
2627
BUILD_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

0 commit comments

Comments
 (0)