lldpd/tests/tests.yml
Yaakov Selkowitz ccd9d51f19 tests: cleanup imports and spelling
psutil does not appear to be used, but would require installing
python3-psutil.  networkd is now a separate subpackage of systemd.
2021-07-28 18:18:06 -04:00

15 lines
277 B
YAML

- hosts: localhost
roles:
- role: standard-test-beakerlib
tags:
- classic
tests:
- miscellaneous-tests
required_packages:
- lldpd
- python3
- tcpdump
- systemd
- systemd-networkd
- iproute