open-consul/test/integration/connect/envoy/case-ingress-gateway-sds/vars.sh

7 lines
195 B
Bash

#!/bin/bash
export REQUIRED_SERVICES="$DEFAULT_REQUIRED_SERVICES ingress-gateway-primary test-sds-server"
if is_set $TEST_V2_XDS; then
export SKIP_CASE="test SDS server doesn't support V2"
fi