core-admin-client/qubesadmin/tests
Marek Marczykowski-Górecki 21569b3a31
tests: fix events tests on python3.7
Fix syntax workaround for python3.7 + python2.7. This code can't use
'yield from' to be still importable on python2.7, but asyncio.sleep() is
no longer iterable on python3.7. Workaround it by manually calling
coroutine.send(None) in a loop - ugly as hell, but works. I can't wait
until we could drop python2 support...
2019-07-29 21:56:32 +02:00
..
backup
tools qvm-prefs: add --hide-default option 2019-05-29 20:32:13 +02:00
vm tests: vm.run, vm.run_with_args 2019-02-28 05:34:42 +01:00
__init__.py tests/tools: extend vm.run_service() mockup 2018-12-07 04:25:00 +01:00
app.py Clone VM's volume into the same pool, unless overridden specifically 2018-12-08 00:44:18 +01:00
devices.py
errors.py
events.py tests: fix events tests on python3.7 2019-07-29 21:56:32 +02:00
features.py
firewall.py
label.py
storage.py
tags.py
utils.py utils: include management_dispvm property when checking where VM is used 2019-02-24 02:26:05 +01:00