Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/tools/internal_ci/linux/
Dgrpc_xds_csharp_test_in_docker.sh73 …--path_to_server_binary=/java_server/grpc-java/interop-testing/build/install/grpc-interop-testing/…
Dgrpc_xds_ruby_test_in_docker.sh68 …--path_to_server_binary=/java_server/grpc-java/interop-testing/build/install/grpc-interop-testing/…
Dgrpc_xds_bazel_python_test_in_docker.sh70 …--path_to_server_binary=/java_server/grpc-java/interop-testing/build/install/grpc-interop-testing/…
Dgrpc_xds_bazel_test_in_docker.sh73 …--path_to_server_binary=/java_server/grpc-java/interop-testing/build/install/grpc-interop-testing/…
Dgrpc_xds_php_test_in_docker.sh78 …--path_to_server_binary=/java_server/grpc-java/interop-testing/build/install/grpc-interop-testing/…
/external/rust/crates/grpcio-sys/grpc/tools/run_tests/
Drun_xds_tests.py1351 def get_startup_script(path_to_server_binary, service_port): argument
1352 if path_to_server_binary:
1353 return "nohup %s --port=%d 1>/dev/null &" % (path_to_server_binary,
2080 startup_script = get_startup_script(args.path_to_server_binary,