Notes on running tests on Docker Opensuse Tumbleweed

This commit is contained in:
Philippe Teuwen 2021-06-25 23:31:19 +02:00
parent 73fc526312
commit c2a845e0df

View file

@ -0,0 +1,8 @@
# Notes to run tests
```
sudo zypper --non-interactive install python3
sudo zypper --non-interactive install python3-pip
python3 -m pip install ansicolors sslcrypto
tools/pm3_tests.sh --long
```