rpm-ostree/tests/compose/test-repo.json
Giuseppe Scrivano 27008e402a tests: Add test for compose
A local yum repository, which contains a dummy .rpm package adding
support for programs needed by the post-process phase, is created as
part of the test.

Since no libc is present, the empty.c program (which is a no-op)
directly invokes the interrupt 0x80 to exit.

The test works only on x86_64, it is skipped on other architectures.

Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
2015-04-13 10:43:24 +02:00

12 lines
139 B
JSON

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