core-admin/qubes/tests
Marek Marczykowski-Górecki 79fb0cade1
tests: use dup-ed stdin in wait_on_fail
transport.close() (necessary to detach reader from the loop) will close
the FD. In case of stdin, it will prevent another call to this waiting
function. Use dup(2) to register cloned FD, which is safe to close
without side effects.
2020-11-13 03:21:37 +01:00
..
integ tests: add PVH grub2 tests 2020-11-12 06:00:21 +01:00
tools Change license to LGPL v2.1+ 2017-10-12 00:11:50 +02:00
vm Replaced error on nonexisting label name with a more descriptive one 2020-08-23 01:58:43 +02:00
__init__.py tests: use dup-ed stdin in wait_on_fail 2020-11-13 03:21:37 +01:00
api_admin.py Add tests for vm.volume.Clear. 2020-07-16 00:39:16 +08:00
api_internal.py Add power state to get_system_info 2020-07-23 13:32:16 +02:00
api_misc.py Fix saving 'updates-available' flag reported by TemplateBasedVM 2019-01-19 03:25:21 +01:00
api.py Make qubesd connected directly as an socket qrexec service 2020-05-11 01:13:15 +02:00
app.py Fixed grey label color value causing accidental green icons 2020-08-23 01:58:43 +02:00
devices_block.py ext/block: prefer connecting cdrom as xvdd 2019-11-19 14:03:21 +01:00
devices.py Change license to LGPL v2.1+ 2017-10-12 00:11:50 +02:00
events.py events: add support for wildcard event handlers 2018-01-06 00:40:19 +01:00
ext.py ext: support for non-service feature advertisement 2020-09-23 01:16:38 +02:00
extra.py tests/extra: add vm.run(..., gui=) argument 2020-08-11 02:04:32 +02:00
firewall.py tests/firewall: update future time to be really in the future 2020-03-08 16:35:39 +01:00
init.py Deprecate property-del:name events and introduce property-reset:name instead 2020-05-23 03:57:42 +02:00
rpc_import.py import: check exact size of copied data 2020-01-23 09:48:58 +01:00
run.py tests: register syslog logger, log test start 2019-09-29 06:43:34 +02:00
storage_file.py tests/file: run_until_complete(); coro_maybe() for single arg 2020-04-07 21:04:04 +00:00
storage_kernels.py storage/kernels: fix listing volumes 2019-11-10 01:14:34 +01:00
storage_lvm.py tests: switch default LVM pool to qubes_dom0/vm-pool 2020-07-09 02:52:59 +02:00
storage_reflink.py Implement new admin.vm.ImportWithSize API call 2020-01-23 09:47:22 +01:00
storage.py storage: clean up __init__() of Pool() and subclasses 2020-06-22 14:03:21 +00:00
tarwriter.py Change license to LGPL v2.1+ 2017-10-12 00:11:50 +02:00