@@ -18,11 +18,11 @@ set -eo pipefail
18
18
# Constants
19
19
readonly PYTHON_VERSION=" ${PYTHON_VERSION:- 3.10} "
20
20
# Test driver
21
- readonly TEST_DRIVER_REPO_NAME=" grpc "
22
- readonly TEST_DRIVER_REPO_URL=" https://github.com/${TEST_DRIVER_REPO_OWNER:- grpc} /grpc .git"
23
- readonly TEST_DRIVER_BRANCH=" ${TEST_DRIVER_BRANCH:- master } "
24
- readonly TEST_DRIVER_PATH=" tools/run_tests/xds_k8s_test_driver "
25
- readonly TEST_DRIVER_PROTOS_PATH=" src/proto /grpc/testing"
21
+ readonly TEST_DRIVER_REPO_NAME=" psm-interop "
22
+ readonly TEST_DRIVER_REPO_URL=" https://github.com/${TEST_DRIVER_REPO_OWNER:- grpc} /psm-interop .git"
23
+ readonly TEST_DRIVER_BRANCH=" ${TEST_DRIVER_BRANCH:- main } "
24
+ readonly TEST_DRIVER_PATH=" "
25
+ readonly TEST_DRIVER_PROTOS_PATH=" protos /grpc/testing"
26
26
readonly FORCE_TESTING_VERSION=" ${FORCE_TESTING_VERSION:- } "
27
27
28
28
# GKE cluster identifiers.
@@ -261,7 +261,7 @@ test_driver_pip_install() {
261
261
# Writes the output of `python -m grpc_tools.protoc` to stdout, stderr
262
262
# Writes the list if compiled python code to stdout
263
263
# Writes compiled python code with proto messages and grpc services to
264
- # $TEST_DRIVER_FULL_DIR/src/proto
264
+ # $TEST_DRIVER_FULL_DIR/protos/grpc/testing
265
265
# ######################################
266
266
test_driver_compile_protos () {
267
267
declare -a protos
@@ -296,7 +296,7 @@ test_driver_compile_protos() {
296
296
# ######################################
297
297
test_driver_install () {
298
298
readonly TEST_DRIVER_REPO_DIR=" ${1:? Usage test_driver_install TEST_DRIVER_REPO_DIR} "
299
- readonly TEST_DRIVER_FULL_DIR=" ${TEST_DRIVER_REPO_DIR} / ${TEST_DRIVER_PATH} "
299
+ readonly TEST_DRIVER_FULL_DIR=" ${TEST_DRIVER_REPO_DIR} "
300
300
test_driver_get_source
301
301
test_driver_pip_install
302
302
test_driver_compile_protos
0 commit comments