14 lines
250 B
YAML
14 lines
250 B
YAML
|
- hosts: localhost
|
||
|
roles:
|
||
|
- role: standard-test-beakerlib
|
||
|
tags:
|
||
|
- classic
|
||
|
tests:
|
||
|
- miscellaneous-tests
|
||
|
required_packages:
|
||
|
- lldpd
|
||
|
- python3
|
||
|
- tcpdump
|
||
|
- systemd
|
||
|
- iproute
|