Published: 05/08/2008
Table of Contents
file
— A filenameparams
— Parameters to pass to the test programpath
— A pathreq
— A single requirementrequirements
— In requirements you define what files/directories or
packages has to be present in your image to run the test.test
— A single testtest_case
— This schema specifies the format of the tests for kiwi images.type
— There are three types of requirements: file, directory
and rpm-packagerequirements
requirements
— In requirements you define what files/directories or
packages has to be present in your image to run the test.
requirements ::= (req)+
test
test
— A single test
| Attribute | Type | Use | Documentation |
|---|---|---|---|
| type | TEXT | Required | Program type can be either script or binary |
| place | TEXT | Required | There are two places for test programs: extern and intern external programs are called outside of the image tree. internal programs are called inside of the image using the chroot command |
test_case
test_case
— This schema specifies the format of the tests for kiwi images.
test_case ::= requirements, (test)*