1FUNIT(8) funit FUNIT(8)
2
3
4
6 funit - runs frysk's JUnit testsuite
7
9 funit [-r repeat-count] [--console CONSOLE_LOG=LEVEL] [--log LOG=LEVEL]
10 [--arch arch] [-n] [--stress] [--all] [-e test-spec]
11 [-i test-spec] [test-class ...] [-timeout timeout]
12
14 funit runs frysk's entire JUnit testsuite, or just the specified
15 test-classs.
16
17 Frysk's JUnit testsuite, in addition to testing frysk's internals,
18 tests the stability of the underlying kernel.
19
20 -r repeat-count
21 Run the JUnit tests repeat-count times.
22
23 --console CONSOLE_LOG=LEVEL
24 Set the log CONSOLE_LOG to level LEVEL. Can set multiple logs. The
25 LEVEL can be [ OFF | SEVERE | WARNING | INFO | CONFIG | FINE |
26 FINER | FINEST | ALL]
27
28 --log LOG
29 Set the log LOG to level LEVEL. Can set multiple logs. The LEVEL
30 can be [ OFF | SEVERE | WARNING | INFO | CONFIG | FINE | FINER |
31 FINEST | ALL]
32
33 --arch arch
34 Specify the test cases' arch. The ARCH can be 64 or 32. If no arch
35 is specified, arch-64 cases will be run. When the arch-32 cases are
36 ready, all cases will be run be default.The option will take no
37 effect in 32-bit machine.
38
39 -n
40 No not run any tests, instead list the classes that would have been
41 tested.
42
43 --stress
44 Run only stress tests (by default stress tests are excluded).
45
46 --all
47 Run all tests (by default stress tests are excluded).
48
49 -e test-spec
50 Specify a test to exclude. Each passed option will be interpreted
51 as the regex specification of a test to omit This option may be
52 used multiple times.
53
54 -i test-spec
55 Specify a test to include, overriding an omit specification. Each
56 passed option will be interpreted as the regex specification of a
57 test to include. This option may be used multiple times.
58
59 -timeout timeout
60 Specify the test timeout value in seconds. Default is 5.
61
63 Run the frysk testsuite as a 32-bit process.
64
65 /usr/lib/frysk/funit
66
67 Run the frysk testsuite as 64-bit process.
68
69 /usr/lib64/frysk/funit
70
72 frysk(1) funit(8) funit-child(8) funit-exec(8) funit-exit(8)
73 funit-threads(8)
74
76 Report bugs to
77 http://sources.redhat.com/frysk/ [1].
78
80 1. http://sources.redhat.com/frysk/
81 http:/sources.redhat.com/frysk
82
83
84
85 5 February 2006 FUNIT(8)