core-admin-client/qubesadmin/tests
Marek Marczykowski-Górecki e8c48ff7c8
tools/qvm-start-gui: avoid starting a VM just to send it monitor layout
If the VM is powered off shortly after startup, it may happen that
qubes.SetMonitorLayout would start it again. Avoid this by using
autostart=False argument to run_service() function.

Note that there is a vm.is_running() check at the beginning of the
function already, but if it happens while the VM is cleaned up, it may
still report that it's running, but at the time of run_service() call it
is not.
2019-09-26 19:21:13 +02:00
..
backup tests: check rejecting/accepting compression filters 2019-09-10 15:24:15 +02:00
tools tools/qvm-start-gui: avoid starting a VM just to send it monitor layout 2019-09-26 19:21:13 +02:00
vm tests: vm.run, vm.run_with_args 2019-02-28 05:34:42 +01:00
__init__.py tests/tools: extend vm.run_service() mockup 2018-12-07 04:25:00 +01:00
app.py Add run_service(..., autostart=False) argument 2019-09-26 19:21:07 +02:00
devices.py tests/devices: add test for handling listing device classes 2019-08-06 15:15:12 +02:00
errors.py Improve QubesDaemonNoResponseError error message 2017-08-12 15:15:52 +02:00
events.py tests: fix events tests on python3.7 2019-07-29 21:56:32 +02:00
features.py features: serialize True as '1' 2017-07-28 13:56:05 +02:00
firewall.py firewall: drop GetPolicy/SetPolicy calls 2017-07-05 14:16:30 +02:00
label.py base: make WrapperObjectsCollection behave like a dict 2018-01-12 05:29:40 +01:00
storage.py base: make WrapperObjectsCollection behave like a dict 2018-01-12 05:29:40 +01:00
tags.py tags support 2017-06-20 01:34:16 +02:00
utils.py Fixed error with VM being incorrectly listed as its own dependency 2019-09-17 00:59:59 +02:00