Home
last modified time | relevance | path

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 Dlocal_interop_test.py41 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 Dclient.py56 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 Dmethods.py502 async def test_interoperability( function
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/interop/
H A D_intraop_test_case.py27 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 Dclient.py218 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 Dmethods.py494 def test_interoperability(self, stub, args): member in TestCase
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/tests/stress/
H A Dtest_runner.py49 test_case.test_interoperability(self._stub, None)
/aosp_15_r20/external/grpc-grpc/src/python/grpcio_tests/
H A Dcommands.py205 client.test_interoperability(client.parse_interop_client_args(sys.argv))