Searched refs:test_interoperability (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests_aio/interop/ |
H A D | local_interop_test.py | 41 await methods.test_interoperability( 46 await methods.test_interoperability( 51 await methods.test_interoperability( 56 await methods.test_interoperability( 61 await methods.test_interoperability( 66 await methods.test_interoperability( 71 await methods.test_interoperability( 76 await methods.test_interoperability( 81 await methods.test_interoperability( 86 await methods.test_interoperability( [all …]
|
H A D | client.py | 56 async def test_interoperability(): function 61 await methods.test_interoperability(test_case, stub, args) 67 asyncio.get_event_loop().run_until_complete(test_interoperability())
|
H A D | methods.py | 502 async def test_interoperability( function
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/interop/ |
H A D | _intraop_test_case.py | 27 methods.TestCase.EMPTY_UNARY.test_interoperability(self.stub, None) 30 methods.TestCase.LARGE_UNARY.test_interoperability(self.stub, None) 33 methods.TestCase.SERVER_STREAMING.test_interoperability(self.stub, None) 36 methods.TestCase.CLIENT_STREAMING.test_interoperability(self.stub, None) 39 methods.TestCase.PING_PONG.test_interoperability(self.stub, None) 42 methods.TestCase.CANCEL_AFTER_BEGIN.test_interoperability( 47 methods.TestCase.CANCEL_AFTER_FIRST_RESPONSE.test_interoperability( 52 methods.TestCase.TIMEOUT_ON_SLEEPING_SERVER.test_interoperability(
|
H A D | client.py | 218 def test_interoperability(args): function 222 test_case.test_interoperability(stub, args) 226 app.run(test_interoperability, flags_parser=parse_interop_client_args)
|
H A D | methods.py | 494 def test_interoperability(self, stub, args): member in TestCase
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/stress/ |
H A D | test_runner.py | 49 test_case.test_interoperability(self._stub, None)
|
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/ |
H A D | commands.py | 205 client.test_interoperability(client.parse_interop_client_args(sys.argv))
|