From f99df0d577cbd25caa0b79663e3a669874759c55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marta=20Marczykowska-G=C3=B3recka?= Date: Fri, 13 Apr 2018 06:44:24 +0200 Subject: [PATCH] Added instructions for tests --- qubesmanager/tests/instructions | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 qubesmanager/tests/instructions diff --git a/qubesmanager/tests/instructions b/qubesmanager/tests/instructions new file mode 100644 index 0000000..0773293 --- /dev/null +++ b/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 \ No newline at end of file