21 lines
454 B
YAML
21 lines
454 B
YAML
---
|
|
# Tests that run in all contexts
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- classic
|
|
- container
|
|
repositories:
|
|
- repo: "https://src.fedoraproject.org/tests/selinux.git"
|
|
dest: "selinux"
|
|
|
|
tests:
|
|
- selinux/libsepol/sepol_check_context
|
|
required_packages:
|
|
- gcc
|
|
- libsepol-devel
|
|
- policycoreutils
|
|
- selinux-policy-devel
|
|
- findutils # beakerlib needs find command
|