Skip to content

Commit

Permalink
buildscripts: Add outlier_detection_test interop test.
Browse files Browse the repository at this point in the history
  • Loading branch information
temawi committed Aug 22, 2022
1 parent b16e0e3 commit 30c613e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscripts/kokoro/xds_k8s_lb.sh
Expand Up @@ -172,7 +172,7 @@ 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")
test_suites=("api_listener_test" "change_backend_service_test" "failover_test" "remove_neg_test" "round_robin_test" "affinity_test" "outlier_detection_test")
for test in "${test_suites[@]}"; do
run_test $test || (( failed_tests++ ))
done
Expand Down

0 comments on commit 30c613e

Please sign in to comment.