0c9ebd950e
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/filesystem#b42fd207a123288b07cbcead8204c81b1906b71d
29 lines
524 B
YAML
29 lines
524 B
YAML
- hosts: localhost
|
|
tags:
|
|
- classic
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tests:
|
|
- filesystem-should-own-usr-share-licenses
|
|
required_packages:
|
|
- filesystem
|
|
- lvm2
|
|
- hosts: localhost
|
|
tags:
|
|
- container
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tests:
|
|
- filesystem-should-own-usr-share-licenses
|
|
required_packages:
|
|
- filesystem
|
|
- lvm2
|
|
- hosts: localhost
|
|
tags:
|
|
- atomic
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tests:
|
|
- filesystem-should-own-usr-share-licenses
|
|
|