19 lines
346 B
YAML
19 lines
346 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
|