79d4b7162a
Make an exception in vm.start() actually interrupt the test. The asyncio.wait() returns list of completed tasks, where exception may be stored - but is not raised directly. Change to asyncio.gather() that will propagate the exception by default. As a side effect, avoid deprecated direct coroutine passing to asyncio.wait(). This functionality in asyncio.gather() is not deprecated. |
||
---|---|---|
.. | ||
api | ||
ext | ||
qmemman | ||
storage | ||
tests | ||
tools | ||
vm | ||
__init__.py | ||
app.py | ||
backup.py | ||
config.py | ||
devices.py | ||
dochelpers.py | ||
events.py | ||
exc.py | ||
features.py | ||
firewall.py | ||
log.py | ||
rngdoc.py | ||
tarwriter.py | ||
utils.py |