15d972d8f5
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
13 lines
242 B
YAML
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
|