core-admin/qubes/tests
Marek Marczykowski-Górecki dc0e1a5481
vm: do not allow deleting template property from AppVM and DispVM
There is intentionally no default template in terms of qubes.property
definition, to not cause problems when switching global default_template
property - like breaking some VMs, or forcing the user to shutdown all
of them for this. But this also means it shouldn't be allowed to reset
template to "default" value, because it will result in a VM without
template at all.

Fixes QubesOS/qubes-issues#3115
2017-09-29 11:53:00 +02:00
..
integ qubes/tests: moar fixes 2017-09-21 14:18:35 +02:00
tools
vm vm: do not allow deleting template property from AppVM and DispVM 2017-09-29 11:53:00 +02:00
__init__.py qubes/tests: do not deadlock on .drain() 2017-09-21 14:17:36 +02:00
api_admin.py Merge remote-tracking branch 'qubesos/pr/150' 2017-09-22 20:54:11 +02:00
api_misc.py
api.py tests: use one event loop and one libvirtaio impl 2017-09-19 16:47:14 +02:00
app.py tests: fix some memory leaks 2017-09-19 17:01:29 +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: fix some memory leaks 2017-09-19 17:01:29 +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