Skip to content

Commit

Permalink
Document functional tests use lsof (#913)
Browse files Browse the repository at this point in the history
  • Loading branch information
kapouer authored Jan 2, 2024
1 parent f3afb35 commit 4ca9363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/functional/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ add tests going forward.
The following are needed to run the integration tests:
* `receptor` must be in your path, I have symlinked `~/bin/receptor` to the
`receptor` binary in my repo so my current dev build is always in my path.
* `ss` is used to check if processes are bound to the right ports
* `lsof` is used to check if processes are bound to the right ports
* In order to run the kubernetes integration tests you must have a running
kubernetes and a `~/.kube/config` that has access to the default namespace
as the kubernetes tests will expect they can run there. To skip kubernetes
Expand Down

0 comments on commit 4ca9363

Please sign in to comment.