21 lines
391 B
YAML
21 lines
391 B
YAML
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- ipv4-tests
|
|
- ipv6-tests
|
|
required_packages:
|
|
- radvd
|
|
- dnsmasq
|
|
- python3
|
|
- tcpdump
|
|
- systemd
|
|
- iproute
|
|
- dhcpcd
|
|
- wide-dhcpv6
|
|
- python3-pyroute2
|
|
- python3-psutil
|
|
- beakerlib
|