aboutsummaryrefslogtreecommitdiff
path: root/python/tests/protocol.py
AgeCommit message (Expand)Author
2022-04-21python: rename qemu.aqmp to qemu.qmpJohn Snow
2022-03-07python/aqmp: add start_server() and accept() methodsJohn Snow
2022-03-07python/aqmp: refactor _do_accept() into two distinct stepsJohn Snow
2022-03-07python/aqmp: remove _new_session and _establish_connectionJohn Snow
2022-03-07python/aqmp: rename 'accept()' to 'start_server_and_accept()'John Snow
2021-09-27python/aqmp: add LineProtocol testsJohn Snow
2021-09-27python/aqmp: add AsyncProtocol unit testsJohn Snow