From 4f7a66756bbef370b789ed820c8d272c180612e6 Mon Sep 17 00:00:00 2001 From: Sergii Tkachenko Date: Tue, 23 Apr 2024 18:43:48 -0700 Subject: [PATCH] bugfixign --- .kokoro/psm_interop_kokoro_lib.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.kokoro/psm_interop_kokoro_lib.sh b/.kokoro/psm_interop_kokoro_lib.sh index 7f1eb81f..9116e05a 100644 --- a/.kokoro/psm_interop_kokoro_lib.sh +++ b/.kokoro/psm_interop_kokoro_lib.sh @@ -95,7 +95,7 @@ psm::lb::run_test() { echo "PSM test flags:" printf -- "- %s\n" "${PSM_TEST_FLAGS[@]}" - psm:tools:run_verbose python -m "tests.${test_name}" "${PSM_TEST_FLAGS[@]}" + psm::tools::run_verbose python -m "tests.${test_name}" "${PSM_TEST_FLAGS[@]}" } # --- Security TESTS ------------------ @@ -188,7 +188,7 @@ psm::run() { ;; esac - psm::run:test_suite "${test_suite}" + psm::run::test_suite "${test_suite}" } ####################################### @@ -302,7 +302,7 @@ psm::setup::test_driver() { # Outputs: # Writes the output to stdout, stderr ####################################### -psm::build_docker_images_if_needed() { +psm::build::docker_images_if_needed() { # Check if images already exist server_tags="$(gcloud_gcr_list_image_tags "${SERVER_IMAGE_NAME}" "${GIT_COMMIT}")" printf "Server image: %s:%s\n" "${SERVER_IMAGE_NAME}" "${GIT_COMMIT}"