core-admin/qubes/tests
Rusty Bird 1d89acf698
app: setup_pools() must be a coroutine
This is needed as a consequence of d8b6d3ef ("Make add_pool/remove_pool
coroutines, allow Pool.{setup,destroy} as coroutines"), but there hasn't
been any problem so far because no storage driver implemented pool
setup() as a coroutine.
2019-06-28 10:29:26 +00:00
..
integ factor out utils.coro_maybe() 2019-06-28 10:29:24 +00:00
tools
vm tests: AdminVM.run_service*() 2019-06-21 20:45:38 +02:00
__init__.py tests: call qrexec tests 2019-04-11 04:29:17 +02:00
api_admin.py app: setup_pools() must be a coroutine 2019-06-28 10:29:26 +00:00
api_internal.py tests: remove unused imports 2019-04-02 18:48:35 +02:00
api_misc.py Fix saving 'updates-available' flag reported by TemplateBasedVM 2019-01-19 03:25:21 +01:00
api.py
app.py
devices_block.py
devices.py
events.py
ext.py
extra.py
firewall.py
init.py
run.py
storage_file.py tests: adjust cleanup to added in-use storage pool detection on removal 2019-02-27 06:03:57 +01:00
storage_kernels.py Make add_pool/remove_pool coroutines, allow Pool.{setup,destroy} as coroutines 2019-02-27 06:03:57 +01:00
storage_lvm.py tests: fix race condition between mkfs and udev 2019-02-27 06:03:57 +01:00
storage_reflink.py Revert "tests: do not use lazy unmount" 2019-06-25 05:51:33 +02:00
storage.py tests: add in-use storage pool removal test 2019-02-27 06:03:57 +01:00
tarwriter.py