iperf3/tests/tests.yml
Kevin Fenzi 15d972d8f5 Add python3-psutil to tests requirements
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
2022-03-14 20:01:12 -07:00

13 lines
242 B
YAML

- hosts: localhost
roles:
- role: standard-test-beakerlib
tags:
- classic
tests:
- miscellaneous-tests
required_packages:
- iperf3
- python3
- python3-psutil
- net-tools