core-admin-client/qubesadmin/tests/tools
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
..
__init__.py tests/tools: add MockEventsReader 2017-07-08 00:08:19 +02:00
init.py Rename qubesmgmt to qubesadmin module 2017-05-11 23:40:03 +02:00
qubes_prefs.py qvm-prefs: add --hide-default option 2019-05-29 20:32:13 +02:00
qvm_backup_restore.py backup/restore: add option to use uncommon compression filter anyway 2019-09-10 15:24:15 +02:00
qvm_backup.py tests: update yaml syntax in qvm-backup tests 2019-04-16 23:10:38 +02:00
qvm_check.py qvm-check: refactor check mechanism and add filter for checking netvm 2019-08-08 14:26:05 +02:00
qvm_clone.py Adds docs for clone ignore_errors, feeds linter 2019-04-16 10:44:47 -07:00
qvm_create.py Merge branch 'devel-20181206' 2018-12-09 18:08:25 +01:00
qvm_device.py tools/qvm-device: allow detaching all devices 2018-12-08 00:44:18 +01:00
qvm_features.py tests: too much copy&paste 2017-07-28 13:56:39 +02:00
qvm_firewall.py tools/qvm-firewall: add dst4 and dst6 as synonyms for dsthost 2018-05-03 00:49:43 +02:00
qvm_kill.py Rename Mgmt API to Admin API: methods names 2017-05-12 19:36:03 +02:00
qvm_ls.py qvm-ls: add filtering by domain power state 2018-10-10 20:06:35 +02:00
qvm_pause.py Rename Mgmt API to Admin API: methods names 2017-05-12 19:36:03 +02:00
qvm_pool.py tools/qvm-pool: add --set to modify pool properties 2018-04-13 00:26:25 +02:00
qvm_prefs.py qvm-prefs: add --hide-default option 2019-05-29 20:32:13 +02:00
qvm_remove.py Added test for qvm-remove dependency reporting 2018-07-20 01:35:00 +02:00
qvm_run.py tools/qvm-run: fix error reporting on qvm-run -n on halted qube 2018-12-08 00:44:18 +01:00
qvm_service.py tools: qvm-service tool 2017-07-28 14:24:04 +02:00
qvm_shutdown.py tools/qvm-shutdown: fix handling shutdown timeout for multiple VMs 2017-10-28 22:40:24 +02:00
qvm_start_gui.py tools/qvm-start-gui: avoid starting a VM just to send it monitor layout 2019-09-26 19:21:13 +02:00
qvm_start.py tools/qvm-start: use vm.run_with_args to call losetup in the VM 2019-03-07 02:53:45 +01:00
qvm_tags.py tools: add qvm-tags tool 2017-06-20 01:34:17 +02:00
qvm_template_postprocess.py tools: reset private volume when importing template over existing one 2019-07-29 22:20:06 +02:00
qvm_unpause.py Rename Mgmt API to Admin API: methods names 2017-05-12 19:36:03 +02:00
qvm_volume.py tools/qvm-volume: add 'import' action 2019-07-29 22:20:06 +02:00