docs: offer advice on installing test dependencies

Basically, acknowledge the need for dependencies and link
to Fedora specfile which is the only sane place to find
such a list.

Closes: #16365

Signed-off-by: Ed Santiago <santiago@redhat.com>
This commit is contained in:
Ed Santiago
2022-11-01 12:44:34 -06:00
parent 38ffed6927
commit d1f3dd9e5b
2 changed files with 6 additions and 2 deletions

View File

@@ -133,6 +133,10 @@ Make sure that `bats` binary (`bin/bats` in the repository) is in your `PATH`, i
PATH=$PATH:~/tools/bats/bin
```
System tests also rely on `jq`, `socat`, `nmap`, and other tools. For a
comprehensive list, see the `%package tests` section in the
[fedora specfile](https://src.fedoraproject.org/rpms/podman/blob/main/f/podman.spec).
## Running system tests
When `bats` is installed and is in your `PATH`, you can run the test suite with following command: