File tree 2 files changed +1
-6
lines changed 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ SKIP_SETUP="${SKIP_SETUP:-"false"}"
31
31
INSTALL_METALLB=" ${INSTALL_METALLB:- " false" } "
32
32
OPERATOR_NAMESPACE=" ${OPERATOR_NAMESPACE:- " sail-operator" } "
33
33
CONTROL_PLANE_SOURCE=" ${CONTROL_PLANE_SOURCE:- " istio" } "
34
- INSTALL_SAIL_OPERATOR=" ${INSTALL_SAIL_OPERATOR:- " true " } "
34
+ INSTALL_SAIL_OPERATOR=" ${INSTALL_SAIL_OPERATOR:- " false " } "
35
35
36
36
# Important: SKIP_TEST_RUN is a workaround until downstream tests can be executed by using this script.
37
37
# To execute the tests in downstream, set SKIP_TEST_RUN to true
@@ -149,9 +149,6 @@ if [ "${CONTROL_PLANE_SOURCE}" == "sail" ]; then
149
149
SAIL_SETUP_SCRIPT=" ${WD} /setup/sail-operator-setup.sh"
150
150
base_cmd+=(" --istio.test.kube.deploy=false" )
151
151
base_cmd+=(" --istio.test.kube.controlPlaneInstaller=${SAIL_SETUP_SCRIPT} " )
152
- # SKIP_TESTS+="|TestCNIRaceRepair|TestCNIVersionSkew|TestValidation|TestWebhook|TestMultiRevision|TestTraffic/dns/a|TestPreserveHTTPHeaderCaseConfiguration|TestLocality/TrafficDistribution/EDS"
153
- SKIP_TESTS+=" |TestStatsGatewayServerTCPFilter|TestDashboard/pilot-dashboard.json|TestStatsGatewayServerTCPFilter|TestStatsTCPFilter/additional-labels|TestStatsFilter/additional-labels|TestStatsFilter/mockprom-to-metrics|TestServerTracing/primary-0|TestClientTracing/primary-0|TestBadWasmRemoteLoad|TestStatsGatewayServerTCPFilter
154
- echo $SKIP_TESTS
155
152
fi
156
153
157
154
# Append skip tests flag if SKIP_TESTS is set
Original file line number Diff line number Diff line change @@ -122,8 +122,6 @@ function cleanup_istio(){
122
122
kubectl delete istios.sailoperator.io --all --all-namespaces --wait=true
123
123
kubectl get clusterrole | grep istio | awk ' {print $1}' | xargs kubectl delete clusterrole
124
124
kubectl get clusterrolebinding | grep istio | awk ' {print $1}' | xargs kubectl delete clusterrolebinding
125
- oc delete ns $ISTIOCNI_NAMESPACE
126
- oc delete ns $NAMESPACE
127
125
echo " Cleanup completed."
128
126
}
129
127
You can’t perform that action at this time.
0 commit comments