Skip to content

Commit

Permalink
add use-automatic-injection flag to the split horizon test
Browse files Browse the repository at this point in the history
  • Loading branch information
vadimeisenbergibm committed Apr 7, 2019
1 parent 1059838 commit c488cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/istio.mk
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ test/local/auth/e2e_bookinfo_trustdomain: out_dir generate_e2e_yaml

test/local/auth/e2e_split_horizon: out_dir generate_e2e_yaml
set -o pipefail; go test -v -timeout 25m ./tests/e2e/tests/multicluster \
--auth_enable=true --split_horizon \
--auth_enable=true --use-automatic-injection=true --split_horizon \
--cluster_wide ${E2E_ARGS} ${T} ${EXTRA_E2E_ARGS} ${CAPTURE_LOG}

test/local/noauth/e2e_mixer_envoyv2: export EXTRA_HELM_SETTINGS=--set mixer.adapters.stdio.enabled=false
Expand Down

0 comments on commit c488cd8

Please sign in to comment.