Lines Matching +full:free +full:- +full:running
29 .Nm atf-test-case
34 is a piece of code that stress-tests a specific feature of the software.
35 This feature is typically self-contained enough, either in the amount of
38 Given this, test cases are very fine-grained, but they attempt to group
48 .Em meta-data ,
50 .Sx Meta-data
63 It can be used to undo side-effects of the test case.
64 Note that almost all side-effects of a test case are automatically cleaned
69 header and body well-defined, because the header is
75 The test programs act as a front-end to them, providing a consistent
86 .Bl -tag -width expectedXfailureXX
92 The test case expects to exit with a controller fatal/non-fatal failure.
135 Test cases are free to print whatever they want to their
151 .Ss Meta-data
153 .Bl -tag -width requireXmachineXX
248 If the test case is running as a regular user and this property is
253 If the test case is running as root and this property is
256 .Sq unprivileged-user
271 Can optionally be set to zero, in which case the test case has no run-time
274 .It X- Ns Sq NAME
278 A user-defined property named
280 These properties are free form, have no special meaning within ATF, and can
291 .Bl -tag -width LCXMESSAGESXX
316 and switches to it before running the test case's body.
317 This way the test case is free to modify its current directory as it
326 The test case's code is free to change this during execution.
328 .Xr atf-test-program 1