qemu-e2k/python/tests
John Snow 481607c7d3 python/aqmp: add start_server() and accept() methods
Add start_server() and accept() methods that can be used instead of
start_server_and_accept() to allow more fine-grained control over the
incoming connection process.

(Eagle-eyed reviewers will surely notice that it's a bit weird that
"CONNECTING" is a state that's shared between both the start_server()
and connect() states. That's absolutely true, and it's very true that
checking on the presence of _accepted as an indicator of state is a
hack. That's also very certainly true. But ... this keeps client code an
awful lot simpler, as it doesn't have to care exactly *how* the
connection is being made, just that it *is*. Is it worth disrupting that
simplicity in order to provide a better state guard on `accept()`? Hm.)

Signed-off-by: John Snow <jsnow@redhat.com>
Acked-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-id: 20220225205948.3693480-9-jsnow@redhat.com
Signed-off-by: John Snow <jsnow@redhat.com>
2022-03-07 14:36:41 -05:00
..
flake8.sh python: only check qemu/ subdir with flake8 2021-06-30 21:54:04 -04:00
iotests-mypy.sh python: Add iotest linters to test suite 2021-11-01 11:54:59 -04:00
iotests-pylint.sh Python: add setuptools v60.0 workaround 2022-02-23 17:07:26 -05:00
isort.sh
mypy.sh
protocol.py python/aqmp: add start_server() and accept() methods 2022-03-07 14:36:41 -05:00
pylint.sh Python: add setuptools v60.0 workaround 2022-02-23 17:07:26 -05:00