- After cloning the repository and setting up virtual environment, install requirements.
git clone git@github.com:anthager/smartnoise-tests.git && cd smartnoise-tests
python3 -m venv venv
. venv/bin/activate
cd analysis
pip install -r requirements.txt
- Sync the
/data
and the/tests
directories
scp -r ./analysis pi@noise.anton.pizza:~/smartnoise-test
- Ssh to the pi
ssh noise.anton.pizza
cd smartnoise-test
- Run the test you want to run
python analysis/tests/<test>.py