2021-06-26 05:34:29 +08:00
|
|
|
# Notes to run tests
|
|
|
|
|
|
|
|
```
|
|
|
|
sudo apt update
|
2021-12-15 08:06:19 +08:00
|
|
|
sudo apt install -y python3-minimal
|
|
|
|
sudo apt install -y python3-pip
|
2021-06-26 05:34:29 +08:00
|
|
|
python3 -m pip install ansicolors sslcrypto
|
|
|
|
tools/pm3_tests.sh --long
|
|
|
|
```
|