Added instructions for tests

This commit is contained in:
Marta Marczykowska-Górecka 2018-04-13 06:44:24 +02:00
parent b0c7aed800
commit f99df0d577
No known key found for this signature in database
GPG Key ID: 9A752C30B26FD04B

View File

@ -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