From f934b8f47fba70de470c8b8ab00a57aaa8106b11 Mon Sep 17 00:00:00 2001 From: Lorenzo Fontana Date: Thu, 8 Apr 2021 15:13:01 +0200 Subject: [PATCH] docs(test): express that grpcurl and virtualenv are needed Signed-off-by: Lorenzo Fontana --- test/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/test/README.md b/test/README.md index 5640283fc18..a3e5bbd6da3 100644 --- a/test/README.md +++ b/test/README.md @@ -26,6 +26,14 @@ make test-trace-files It prepares the fixtures (`json` and `scap` files) needed by the integration tests. +**Requirements** + +- Python 3.x +- [Virtualenv](https://virtualenv.pypa.io/en/latest/) +- [grpcurl](https://github.com/fullstorydev/grpcurl) + +**Setup and execution** + Using `virtualenv` the steps to locally run a specific test suite are the following ones (**from this directory**): ```console