e1c02b76b1
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/irqbalance#947b2f18cf1131a5b6a23c97ca23f6325dc3a476
20 lines
368 B
YAML
20 lines
368 B
YAML
---
|
|
# This first play always runs on the local staging system
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- classic
|
|
tests:
|
|
- selftest
|
|
required_packages:
|
|
- autoconf
|
|
- automake
|
|
- libtool
|
|
- libcap-ng-devel
|
|
- glib2-devel
|
|
- pkgconf
|
|
- systemd
|
|
- ncurses-devel
|
|
- numactl-devel
|