Skip to content

Commit

Permalink
test/kokoro: Add custom_lb_test to the xds_k8s_lb job (#6290)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiitk committed May 16, 2023
1 parent 756119c commit 92e65c8
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion test/kokoro/xds_k8s_lb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,16 @@ main() {
# Run tests
cd "${TEST_DRIVER_FULL_DIR}"
local failed_tests=0
test_suites=("api_listener_test" "change_backend_service_test" "failover_test" "remove_neg_test" "round_robin_test" "affinity_test" "outlier_detection_test")
test_suites=(
"affinity_test"
"api_listener_test"
"change_backend_service_test"
"custom_lb_test"
"failover_test"
"outlier_detection_test"
"remove_neg_test"
"round_robin_test"
)
for test in "${test_suites[@]}"; do
run_test $test || (( ++failed_tests ))
done
Expand Down

0 comments on commit 92e65c8

Please sign in to comment.