Notes on running tests on Docker Debian Buster

This commit is contained in:
Philippe Teuwen 2021-06-25 22:51:31 +02:00
commit 1a38c7b724

View file

@ -0,0 +1,9 @@
# Notes to run tests
```
sudo apt update
sudo apt install python3-minimal
sudo apt install python3-pip
python3 -m pip install ansicolors sslcrypto
tools/pm3_tests.sh --long
```