[PSM Interop] Enable custom_lb_test for CXX (#32799)

pull/32828/head
Eugene Ostroukhov 2 years ago committed by GitHub
parent afddf1a70c
commit 3a2c8b9bc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      tools/internal_ci/linux/grpc_xds_k8s_lb.sh

@ -169,7 +169,7 @@ main() {
cd "${TEST_DRIVER_FULL_DIR}"
local failed_tests=0
run_alpha_test subsetting_test || (( ++failed_tests ))
test_suites=("api_listener_test" "change_backend_service_test" "failover_test" "remove_neg_test" "round_robin_test" "affinity_test" "outlier_detection_test")
test_suites=("api_listener_test" "change_backend_service_test" "failover_test" "remove_neg_test" "round_robin_test" "affinity_test" "outlier_detection_test" "custom_lb_test")
for test in "${test_suites[@]}"; do
run_test $test || (( ++failed_tests ))
done

Loading…
Cancel
Save