Skip to content

Commit

Permalink
Enable dualstack test for kokoro lib
Browse files Browse the repository at this point in the history
  • Loading branch information
aranjans authored Jul 26, 2024
1 parent bee1333 commit 457d762
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .kokoro/psm_interop_kokoro_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ psm::csm::run_test() {
# BUILD_SCRIPT_DIR: Absolute path to the directory with lang-specific buildscript
# in the source repo.
# Arguments:
# Test suite name, one of (lb, security, url_map, csm)
# Test suite name, one of (lb, security, dualstack, url_map, csm)
# Outputs:
# Writes the output of test execution to stdout, stderr
#######################################
Expand All @@ -316,7 +316,7 @@ psm::run() {
psm::setup::docker_image_names "${GRPC_LANGUAGE}" "${test_suite}"

case "${test_suite}" in
lb | security | url_map | csm)
lb | security | dualstack | url_map | csm)
psm::setup::generic_test_suite "${test_suite}"
;;
*)
Expand Down

0 comments on commit 457d762

Please sign in to comment.