From 1a38c7b72494c98ab2ffc5f7b68f95fd6613dec9 Mon Sep 17 00:00:00 2001 From: Philippe Teuwen Date: Fri, 25 Jun 2021 22:51:31 +0200 Subject: [PATCH] Notes on running tests on Docker Debian Buster --- docker/debian-buster/README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docker/debian-buster/README.md diff --git a/docker/debian-buster/README.md b/docker/debian-buster/README.md new file mode 100644 index 000000000..c6fce658c --- /dev/null +++ b/docker/debian-buster/README.md @@ -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 +```