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