12 lines
217 B
YAML
12 lines
217 B
YAML
|
- hosts: localhost
|
||
|
roles:
|
||
|
- role: standard-test-beakerlib
|
||
|
tags:
|
||
|
- classic
|
||
|
tests:
|
||
|
- miscellaneous-tests
|
||
|
required_packages:
|
||
|
- iperf3
|
||
|
- python3
|
||
|
- net-tools
|