Home
last modified time | relevance | path

Searched refs:start_server_and_accept (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/python/tests/
H A Dprotocol.py429 await self.proto.start_server_and_accept(('example.com', 1))
431 await self.proto.start_server_and_accept('/dev/null')
436 await self.proto.start_server_and_accept(sock)
465 await self.proto.start_server_and_accept('/not/a/real/path')
471 await self.proto.start_server_and_accept('/not/a/real/path')
487 await self.proto.start_server_and_accept('/not/a/real/path')
509 await self.proto.start_server_and_accept('/not/a/real/path')
520 await self.proto.start_server_and_accept('/not/a/real/path')
531 await self.proto.start_server_and_accept('/not/a/real/path')
542 await self.proto.start_server_and_accept('/not/a/real/path')
[all …]
/openbmc/qemu/python/qemu/qmp/
H A Dprotocol.py272 async def start_server_and_accept( member in AsyncProtocol