16 lines
288 B
YAML
16 lines
288 B
YAML
|
- hosts: localhost
|
||
|
roles:
|
||
|
- role: standard-test-beakerlib
|
||
|
tags:
|
||
|
- classic
|
||
|
tests:
|
||
|
- sanity-tests
|
||
|
required_packages:
|
||
|
- ipset
|
||
|
- iptables
|
||
|
- python3
|
||
|
- systemd
|
||
|
- iproute
|
||
|
- iperf3
|
||
|
- python3-pyroute2
|