Sfoglia il codice sorgente

Added instructions for tests

Marta Marczykowska-Górecka 6 anni fa
parent
commit
f99df0d577
1 ha cambiato i file con 5 aggiunte e 0 eliminazioni
  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