Skip to content

Commit

Permalink
docs(test): express that grpcurl and virtualenv are needed
Browse files Browse the repository at this point in the history
Signed-off-by: Lorenzo Fontana <lo@linux.com>
  • Loading branch information
fntlnz authored and poiana committed Apr 8, 2021
1 parent 3637837 commit cdeafa6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cdeafa6

Please sign in to comment.