Deleted Added
full compact
atf-test-case.4 (272049) atf-test-case.4 (273929)
1.\"
2.\" Automated Testing Framework (atf)
3.\"
4.\" Copyright (c) 2007 The NetBSD Foundation, Inc.
5.\" All rights reserved.
6.\"
7.\" Redistribution and use in source and binary forms, with or without
8.\" modification, are permitted provided that the following conditions
9.\" are met:
10.\" 1. Redistributions of source code must retain the above copyright
11.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

20.\" IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY
21.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
23.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
24.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
25.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
26.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
27.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1.\" Copyright (c) 2007 The NetBSD Foundation, Inc.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17.\" IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY
18.\" DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE
20.\" GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
21.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
22.\" IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
23.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
24.\" IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28.\"
29.Dd March 2, 2014
25.Dd October 5, 2014
30.Dt ATF-TEST-CASE 4
31.Os
32.Sh NAME
33.Nm atf-test-case
34.Nd generic description of test cases
35.Sh DESCRIPTION
36A
37.Em test case

--- 151 unchanged lines hidden (view full) ---

189.It require.config
190Type: textual.
191Optional.
192.Pp
193A whitespace separated list of configuration variables that must be defined
194to execute the test case.
195If any of the required variables is not defined, the test case is
196.Em skipped .
26.Dt ATF-TEST-CASE 4
27.Os
28.Sh NAME
29.Nm atf-test-case
30.Nd generic description of test cases
31.Sh DESCRIPTION
32A
33.Em test case

--- 151 unchanged lines hidden (view full) ---

185.It require.config
186Type: textual.
187Optional.
188.Pp
189A whitespace separated list of configuration variables that must be defined
190to execute the test case.
191If any of the required variables is not defined, the test case is
192.Em skipped .
193.It require.diskspace
194Type: integer.
195Optional.
196Specifies the minimum amount of available disk space needed by the test.
197The value can have a size suffix such as
198.Sq K ,
199.Sq M ,
200.Sq G
201or
202.Sq T
203to make the amount of bytes easier to type and read.
197.It require.files
198Type: textual.
199Optional.
200.Pp
201A whitespace separated list of files that must be present to execute the
202test case.
203The names of these files must be absolute paths.
204If any of the required files is not found, the test case is

--- 110 unchanged lines hidden ---
204.It require.files
205Type: textual.
206Optional.
207.Pp
208A whitespace separated list of files that must be present to execute the
209test case.
210The names of these files must be absolute paths.
211If any of the required files is not found, the test case is

--- 110 unchanged lines hidden ---