17 lines
334 B
YAML
17 lines
334 B
YAML
|
---
|
||
|
# Tests that run in all contexts
|
||
|
- hosts: localhost
|
||
|
roles:
|
||
|
- role: standard-test-beakerlib
|
||
|
tags:
|
||
|
- classic
|
||
|
- container
|
||
|
tests:
|
||
|
- sepol_check_context
|
||
|
required_packages:
|
||
|
- gcc
|
||
|
- libsepol-devel
|
||
|
- policycoreutils
|
||
|
- selinux-policy-devel
|
||
|
- findutils # beakerlib needs find command
|