rpm-ostree/tests/compose/test-repo.json
Colin Walters ed7fc02b04 postprocess: Ensure we error out if selinux is enabled, but no policy found
I was tracking another regression where we seem to have lost
`/usr/etc` contents which manifested as `Labeling with... (null)`
which was clearly wrong.

Now this change actually impacts the test suite - we now (again IMO
correctly) error out if `selinux: true`.  The `no-selinux-tag` test
no longer makes sense, so delete it.

We do need more "real" tests that use selinux on and off.

Pull request: #243
Approved by: jlebon
2016-03-22 18:35:33 +00:00

12 lines
140 B
JSON

{
"ref": "fedora/test",
"repos": ["test-repo"],
"bootstrap_packages": ["empty"],
"selinux": false,
"packages": []
}