Searched refs:test_server_command (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/pigweed/pw_rpc/py/tests/ |
H A D | python_client_cpp_server_test.py | 30 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 D | rpc_service_test.py | 48 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 D | testing.py | 60 args.test_server_command.append(str(args.port))
|