core-admin/qubes/tests
Marek Marczykowski-Górecki 3a5e8482c0
Merge branch 'fixes-20170929'
* fixes-20170929:
  vm: do not start QubesDB watch instance multiple times
  vm: report storage.stop() errors to log
  vm: move comment
  storage: fix method name in LinuxModules volume
  Prevent removing domain that is referenced from anywhere
  vm: add vm.klass property
  Move QubesVM.{name,qid,uuid,label} to BaseVM
  vm: do not allow deleting template property from AppVM and DispVM
  vm/qubesvm: emit event on failed startup
  vm/qubesvm: remove duplicated qmemman_client.close()
  vm/dispvm: cleanup DispVM also on failed startup
  vm/dispvm: fix error message
  ext/block: properly list devtype=cdrom option
  block: fix handling non-existing devices
  block: improve handling device name and description
2017-10-03 12:04:00 +02:00
..
integ tests: fix various object leaks cont 2017-09-29 11:53:59 +02:00
tools
vm Merge branch 'fixes-20170929' 2017-10-03 12:04:00 +02:00
__init__.py tests: fix various object leaks at tests framework level 2017-09-29 11:53:58 +02:00
api_admin.py Merge remote-tracking branch 'qubesos/pr/150' 2017-09-22 20:54:11 +02:00
api_misc.py Follow change of qubesdb path return type 2017-07-25 05:20:38 +02:00
api.py tests: use one event loop and one libvirtaio impl 2017-09-19 16:47:14 +02:00
app.py Prevent removing domain that is referenced from anywhere 2017-09-29 11:53:01 +02:00
devices_block.py ext/block: properly list devtype=cdrom option 2017-09-29 11:52:59 +02:00
devices.py devices: implement DeviceCollection.update_persistent() 2017-09-05 01:33:47 +02:00
events.py tests: use one event loop and one libvirtaio impl 2017-09-19 16:47:14 +02:00
ext.py
extra.py qubes.tests.list_templates(), and .close() the app 2017-08-31 20:30:23 +02:00
firewall.py firewall: raise ValueError on invalid hostname in dsthost= 2017-07-26 03:26:58 +02:00
init.py tests: fix some memory leaks 2017-09-19 17:01:29 +02:00
run.py qubes/tests: convert some tearDown into addCleanup 2017-08-31 20:30:24 +02:00
storage_file.py tests/storage: do not depend on system default storage pool 2017-09-29 11:53:57 +02:00
storage_kernels.py tests: fix some memory leaks 2017-09-19 17:01:29 +02:00
storage_lvm.py tests: various fixes for storage tests 2017-07-26 03:26:13 +02:00
storage.py qubes/tests: fix some of the fd leaks 2017-08-31 20:30:24 +02:00
tarwriter.py