Skip to content
Matej Troják edited this page Mar 18, 2021 · 6 revisions

Welcome to the DeviceControl wiki!

Installation

sudo -E env "PATH=$PATH" ./setup.sh "<username>" "<password>"

Run the tool

./run.sh

Run tests all tests

tests/run_tests.sh

Run a single test case

tests/run_tests.sh tests.<file name without .py>

to migrate database

migrations/migrate.sh

Clone this wiki locally