Skip to content

Commit

Permalink
bugfixign
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiitk committed Apr 24, 2024
1 parent 0e070b9 commit 4f7a667
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .kokoro/psm_interop_kokoro_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 ------------------
Expand Down Expand Up @@ -188,7 +188,7 @@ psm::run() {
;;
esac

psm::run:test_suite "${test_suite}"
psm::run::test_suite "${test_suite}"
}

#######################################
Expand Down Expand Up @@ -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}"
Expand Down

0 comments on commit 4f7a667

Please sign in to comment.