SELinux policy compiler
Go to file
Bruno Goncalves ba7a17bc80 Add CI tests using the standard test interface
The following steps are used to execute the tests using the standard test interface:

Docker

    sudo ANSIBLE_INVENTORY=$(test -e inventory && echo inventory || echo /usr/share/ansible/inventory) TEST_SUBJECTS=docker:docker.io/library/fedora:26 TEST_ARTIFACTS=$PWD/artifacts ansible-playbook --tags container tests.yml

Classic

    sudo ANSIBLE_INVENTORY=$(test -e inventory && echo inventory || echo /usr/share/ansible/inventory) TEST_SUBJECTS="" TEST_ARTIFACTS=$PWD/artifacts ansible-playbook --tags classic tests.yml

https://src.fedoraproject.org/rpms/checkpolicy/pull-request/1
2017-10-31 21:13:51 +01:00
tests Add CI tests using the standard test interface 2017-10-31 21:13:51 +01:00
.gitignore checkpolicy-2.7-1 2017-08-07 17:17:57 +02:00
checkpolicy-fedora.patch checkpolicy-2.7-2.fc28 2017-10-20 14:04:28 +02:00
checkpolicy.spec checkpolicy-2.7-2.fc28 2017-10-20 14:04:28 +02:00
sources checkpolicy-2.7-1 2017-08-07 17:17:57 +02:00