Go to file
Serhii Turivny 3a71508af5 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/libsepol/pull-request/1
2017-10-12 17:17:39 +02:00
tests Add CI tests using the standard test interface 2017-10-12 17:17:39 +02:00
.gitignore libsepol-2.7-1 2017-08-07 13:44:45 +02:00
STAGE1-libsepol Adding STAGE1 bootstrap recipe 2015-06-10 21:30:06 +02:00
libsepol-fedora.patch libsepol-2.7-1 2017-08-07 13:44:45 +02:00
libsepol.spec libsepol-2.7-1 2017-08-07 13:44:45 +02:00
sources libsepol-2.7-1 2017-08-07 13:44:45 +02:00