docs(test): express that grpcurl and virtualenv are needed

Signed-off-by: Lorenzo Fontana <lo@linux.com>
This commit is contained in:
Lorenzo Fontana 2021-04-08 15:13:01 +02:00 committed by poiana
parent 36378371ab
commit cdeafa6fdc

View File

@ -26,6 +26,14 @@ make test-trace-files
It prepares the fixtures (`json` and `scap` files) needed by the integration tests. 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**): Using `virtualenv` the steps to locally run a specific test suite are the following ones (**from this directory**):
```console ```console