manager/qubesmanager/tests/instructions

5 lines
193 B
Plaintext
Raw Normal View History

2018-04-13 06:44:24 +02:00
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