Explorar el Código

Added instructions for tests

Marta Marczykowska-Górecka hace 6 años
padre
commit
f99df0d577
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      qubesmanager/tests/instructions

+ 5 - 0
qubesmanager/tests/instructions

@@ -0,0 +1,5 @@
+To run qube manager and backup tests:
+python3 test_name.py -v
+
+To run global settings tests:
+sudo systemctl stop qubesd; sudo -E python3 test_global_settings.py -v ; sudo systemctl start qubesd