Home
last modified time | relevance | path

Searched refs:path_to_server_binary (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/internal_ci/linux/
Dgrpc_xds_php_test_in_docker.sh82 …--path_to_server_binary=/java_server/grpc-java/interop-testing/build/install/grpc-interop-testing/…
96 …--path_to_server_binary=/java_server/grpc-java/interop-testing/build/install/grpc-interop-testing/…
Dgrpc_xds_ruby_test_in_docker.sh72 …--path_to_server_binary=/java_server/grpc-java/interop-testing/build/install/grpc-interop-testing/…
Dgrpc_xds_bazel_test_in_docker.sh79 …--path_to_server_binary=/java_server/grpc-java/interop-testing/build/install/grpc-interop-testing/…
Dgrpc_xds_bazel_python_test_in_docker.sh77 …--path_to_server_binary=/java_server/grpc-java/interop-testing/build/install/grpc-interop-testing/…
/aosp_15_r20/external/grpc-grpc-java/buildscripts/kokoro/
H A Dxds_v3.sh25 …--path_to_server_binary=/java_server/grpc-java/interop-testing/build/install/grpc-interop-testing/…
/aosp_15_r20/external/grpc-grpc/tools/internal_ci/linux/
H A Dgrpc_xds_bazel_test_in_docker.sh77 …--path_to_server_binary=/java_server/grpc-java/interop-testing/build/install/grpc-interop-testing/…
H A Dgrpc_xds_bazel_python_test_in_docker.sh76 …--path_to_server_binary=/java_server/grpc-java/interop-testing/build/install/grpc-interop-testing/…
/aosp_15_r20/external/grpc-grpc/tools/run_tests/
H A Drun_xds_tests.py2958 def get_startup_script(path_to_server_binary, service_port): argument
2959 if path_to_server_binary:
2961 path_to_server_binary,
4007 args.path_to_server_binary, gcp.service_port
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/run_tests/
Drun_xds_tests.py2426 def get_startup_script(path_to_server_binary, service_port): argument
2427 if path_to_server_binary:
2428 return 'nohup %s --port=%d 1>/dev/null &' % (path_to_server_binary,
3295 startup_script = get_startup_script(args.path_to_server_binary,