core-admin/qubes/tests/vm
M. Vefa Bicakci 5d755eb065
tests: Add a test case for QubesVM.is_fully_usable
This commit adds a test case for the QubesVM class's is_fully_usable
method. The verified scenarios are as follows:

* The VM has qrexec enabled, and the qrexec service has been
  successfully started.
  (The VM becomes "fully usable" in this case.)

* The VM has qrexec enabled, and the qrexec service has failed to start
  (Error handling case; the VM is *not* fully usable.)

* The VM does *not* have qrexec enabled.
  (The VM becomes "fully usable" in this case.)
2020-03-09 00:22:51 -04:00
..
mix vm/mix/net: prevent setting provides_network=false if qube is still used 2018-12-06 20:37:50 +01:00
__init__.py tests: make libvirt mockup more robust 2019-09-10 03:34:11 +02:00
adminvm.py tests: AdminVM.run_service*() 2019-06-21 20:45:38 +02:00
appvm.py Add a test for loading volume config from XML 2020-01-23 10:42:26 +01:00
dispvm.py Don't fail create/clone if /var/lib/qubes/TYPE/NAME/ exists 2018-01-21 22:28:47 +00:00
init.py qubes/features: check_with_(template_and_)adminvm 2018-12-20 18:28:33 +01:00
qubesvm.py tests: Add a test case for QubesVM.is_fully_usable 2020-03-09 00:22:51 -04:00