42 lines
952 B
YAML
42 lines
952 B
YAML
---
|
|
# Test to run in classic context
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- classic
|
|
repositories:
|
|
- repo: "https://src.fedoraproject.org/tests/selinux.git"
|
|
dest: "selinux"
|
|
fmf_filter: "tier: 1 | component: libselinux"
|
|
|
|
# Tests to run inside a container
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- container
|
|
repositories:
|
|
- repo: "https://src.fedoraproject.org/tests/selinux.git"
|
|
dest: "selinux"
|
|
tests:
|
|
- selinux/libselinux/realpath_not_final-function
|
|
required_packages:
|
|
- libselinux
|
|
- libselinux-devel
|
|
- glibc
|
|
- gcc
|
|
|
|
# Tests to run for Atomic Host
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- atomic
|
|
repositories:
|
|
- repo: "https://src.fedoraproject.org/tests/selinux.git"
|
|
dest: "selinux"
|
|
tests:
|
|
- selinux/libselinux/getsebool
|
|
- selinux/libselinux/setenforce
|