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