浏览代码

Added instructions for tests

Marta Marczykowska-Górecka 6 年之前
父节点
当前提交
f99df0d577
共有 1 个文件被更改,包括 5 次插入0 次删除
  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