ccd9d51f19
psutil does not appear to be used, but would require installing python3-psutil. networkd is now a separate subpackage of systemd.
15 lines
277 B
YAML
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
|