core-admin/qubes/tests
Wojtek Porczyk 6ff1bfdc16 qubes/tests: convert some tearDown into addCleanup
This is because .tearDown() is not executed if the exception occurs in
setUp() [for example self.skipTest() raises an exception]. The lower
levels of .tearDown() being executed are critical to not leaking file
descriptors.
2017-08-31 20:30:24 +02:00
..
integ
tools
vm vm/dispvm: add auto_cleanup property, unify creating new DispVM 2017-08-06 20:54:09 +02:00
__init__.py qubes/tests: convert some tearDown into addCleanup 2017-08-31 20:30:24 +02:00
api_admin.py api/admin: add admin.vm.CreateDisposable in place of internal.vm.Create.DispVM 2017-08-06 20:54:10 +02:00
api_misc.py
api.py
app.py qubes/tests: fix some of the fd leaks 2017-08-31 20:30:24 +02:00
devices_block.py Follow change of qubesdb path return type 2017-07-25 05:20:38 +02:00
devices.py devices: make attach/detach related events async 2017-07-04 13:04:23 +02:00
events.py events: add support for async event handlers 2017-07-04 13:04:22 +02:00
ext.py
extra.py
firewall.py
init.py tests: more tests fixes 2017-07-26 03:26:58 +02:00
run.py qubes/tests: convert some tearDown into addCleanup 2017-08-31 20:30:24 +02:00
storage_file.py
storage_kernels.py
storage_lvm.py
storage.py qubes/tests: fix some of the fd leaks 2017-08-31 20:30:24 +02:00
tarwriter.py