Skip to content

Commit

Permalink
Merge pull request #2194 from murgatroid99/grpc-js-xds_od_interop_fix
Browse files Browse the repository at this point in the history
grpc-js-xds: Fix outlier detection interop test name
  • Loading branch information
murgatroid99 committed Aug 15, 2022
2 parents 7e339b4 + 9ba4ed3 commit 34eb043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/grpc-js-xds/scripts/xds_k8s_lb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ main() {
# Run tests
cd "${TEST_DRIVER_FULL_DIR}"
local failed_tests=0
test_suites=("baseline_test" "api_listener_test" "change_backend_service_test" "failover_test" "remove_neg_test" "round_robin_test" "outlier_detection")
test_suites=("baseline_test" "api_listener_test" "change_backend_service_test" "failover_test" "remove_neg_test" "round_robin_test" "outlier_detection_test")
for test in "${test_suites[@]}"; do
run_test $test || (( failed_tests++ ))
done
Expand Down

0 comments on commit 34eb043

Please sign in to comment.