The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/attr#bf77536ea2cbd93b6c079cbe89947e93929dba6c
15 lines
445 B
YAML
15 lines
445 B
YAML
---
|
|
# This first play always runs on the local staging system
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- classic
|
|
- atomic
|
|
tests:
|
|
- getfattr-ignores-NULs-in-output-when-using-text
|
|
required_packages:
|
|
- attr # getfattr-ignores-NULs-in-output-when-using-text requires attr package
|
|
- rpm-build # Upstream test requires rpmbuild
|
|
- gettext # Upstream test requires gettext
|