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 tests: dom0 backup restore, both v3 and v4 2018-02-14 04:28:23 +01:00
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 devices: drop DeviceInfo.options 2018-09-18 21:54:51 +02:00
errors.py Improve QubesDaemonNoResponseError error message 2017-08-12 15:15:52 +02:00
events.py tests: fix events tests on python3.7 2019-07-29 21:56:32 +02:00
features.py features: serialize True as '1' 2017-07-28 13:56:05 +02:00
firewall.py firewall: drop GetPolicy/SetPolicy calls 2017-07-05 14:16:30 +02:00
label.py base: make WrapperObjectsCollection behave like a dict 2018-01-12 05:29:40 +01:00
storage.py base: make WrapperObjectsCollection behave like a dict 2018-01-12 05:29:40 +01:00
tags.py tags support 2017-06-20 01:34:16 +02:00
utils.py utils: include management_dispvm property when checking where VM is used 2019-02-24 02:26:05 +01:00