Home
last modified time | relevance | path

Searched refs:test_server_command (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pigweed/pw_rpc/py/tests/
H A Dpython_client_cpp_server_test.py30 test_server_command: tuple[str, ...] = () variable in RpcIntegrationTest
35 self.test_server_command, self.port, [benchmark_pb2]
94 test_server_command: list[str], port: int, unittest_args: list[str]
96 RpcIntegrationTest.test_server_command = tuple(test_server_command)
/aosp_15_r20/external/pigweed/pw_unit_test/py/
H A Drpc_service_test.py48 test_server_command: tuple[str, ...] = () variable in RpcIntegrationTest
53 self.test_server_command, self.port, [unit_test_pb2]
135 test_server_command: list[str], port: int, unittest_args: list[str]
137 RpcIntegrationTest.test_server_command = tuple(test_server_command)
/aosp_15_r20/external/pigweed/pw_rpc/py/pw_rpc/
H A Dtesting.py60 args.test_server_command.append(str(args.port))