Print this page
| Split |
Close |
| Expand all |
| Collapse all |
--- old/usr/src/test/os-tests/runfiles/default.run
+++ new/usr/src/test/os-tests/runfiles/default.run
1 1 #
2 2 # This file and its contents are supplied under the terms of the
3 3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 4 # You may only use this file in accordance with the terms of version
5 5 # 1.0 of the CDDL.
6 6 #
7 7 # A full copy of the text of the CDDL should have accompanied this
8 8 # source. A copy of the CDDL is also available via the Internet at
9 9 # http://www.illumos.org/license/CDDL.
10 10 #
11 11
12 12 #
13 13 # Copyright (c) 2012 by Delphix. All rights reserved.
14 14 # Copyright 2020 Joyent, Inc.
15 15 # Copyright 2022 OmniOS Community Edition (OmniOSce) Association.
16 16 # Copyright 2021 Tintri by DDN, Inc. All rights reserved.
17 17 # Copyright 2023 Oxide Computer Company
18 18 # Copyright 2022 MNX Cloud, Inc.
|
↓ open down ↓ |
18 lines elided |
↑ open up ↑ |
19 19 #
20 20
21 21 [DEFAULT]
22 22 pre =
23 23 verbose = False
24 24 quiet = False
25 25 timeout = 60
26 26 post =
27 27 outputdir = /var/tmp/test_results
28 28
29 -[/opt/os-tests/tests/poll_test]
29 +[/opt/os-tests/tests/poll]
30 30 user = root
31 31 tests = ['poll_test', 'epoll_test']
32 32
33 33 [/opt/os-tests/tests/eventfd.32]
34 34 [/opt/os-tests/tests/eventfd.64]
35 35
36 36 [/opt/os-tests/tests/odirectory.32]
37 37 [/opt/os-tests/tests/odirectory.64]
38 38
39 39 [/opt/os-tests/tests/clock_gettime.32]
40 40 [/opt/os-tests/tests/clock_gettime.64]
41 41
42 42 [/opt/os-tests/tests/ucontext.32]
43 43 [/opt/os-tests/tests/ucontext.64]
44 44 [/opt/os-tests/tests/getcontext_extd.32]
45 45 [/opt/os-tests/tests/getcontext_extd.64]
46 46
47 47 [/opt/os-tests/tests/secflags]
48 48 user = root
49 49 tests = ['secflags_aslr',
50 50 'secflags_core',
51 51 'secflags_dts',
52 52 'secflags_elfdump',
53 53 'secflags_forbidnullmap',
54 54 'secflags_limits',
55 55 'secflags_noexecstack',
56 56 'secflags_proc',
57 57 'secflags_psecflags',
58 58 'secflags_syscall',
59 59 'secflags_truss',
60 60 'secflags_zonecfg']
61 61
|
↓ open down ↓ |
22 lines elided |
↑ open up ↑ |
62 62 [/opt/os-tests/tests/signalfd]
63 63 tests = ['basic_args', 'basic_read', 'multipoll']
64 64
65 65 [/opt/os-tests/tests/sigqueue]
66 66 tests = ['sigqueue_queue_size']
67 67
68 68 [/opt/os-tests/tests/sdevfs]
69 69 user = root
70 70 tests = ['sdevfs_eisdir']
71 71
72 +[/opt/os-tests/tests/tmpfs]
73 +user = root
74 +tests = ['tmpfs_badmount', 'tmpfs_enospc']
75 +
72 76 [/opt/os-tests/tests/stress]
73 77 user = root
74 78 tests = ['dladm-kstat']
75 79
76 80 [/opt/os-tests/tests/timer]
77 81 user = root
78 82 tests = ['timer_limit']
79 83
80 84 [/opt/os-tests/tests/file-locking]
81 85 tests = ['runtests.32', 'runtests.64']
82 86
83 87 [/opt/os-tests/tests/sockfs]
84 88 user = root
85 89 tests = ['conn', 'dgram', 'drop_priv', 'nosignal', 'rights.32', 'rights.64',
|
↓ open down ↓ |
4 lines elided |
↑ open up ↑ |
86 90 'sockpair', 'recvmsg.32', 'recvmsg.64']
87 91
88 92 [/opt/os-tests/tests/syscall]
89 93 tests = ['fchmodat.32', 'fchmodat.64', 'open.32', 'open.64']
90 94
91 95 [/opt/os-tests/tests/pf_key]
92 96 user = root
93 97 timeout = 180
94 98 tests = ['acquire-compare', 'kmc-update', '15146']
95 99
100 +[/opt/os-tests/tests/OS-6097.32]
101 +[/opt/os-tests/tests/OS-6097.64]
102 +
96 103 [/opt/os-tests/tests/ddi_ufm]
97 104 user = root
98 105 tests = ['ufm-test-setup', 'ufm-test', 'ufm-test-cleanup']
99 106
100 107 [/opt/os-tests/tests/definit/definit]
101 108
102 109 [/opt/os-tests/tests/i386]
103 110 user = root
104 111 arch = i86pc
105 112 timeout = 300
106 113 tests = ['ldt', 'badseg']
107 114
108 115 [/opt/os-tests/tests/writev.32]
109 116 [/opt/os-tests/tests/writev.64]
110 117
111 118 [/opt/os-tests/tests/imc_test]
112 119 arch = i86pc
113 120
114 121 #
115 122 # Except atrparse all tests require special hardware (CCID YubiKey) to run,
116 123 # hence they aren't included in the default runfile.
117 124 #
118 125 [/opt/os-tests/tests/uccid]
119 126 arch = i86pc
120 127 tests = ['atrparse']
121 128
122 129 [/opt/os-tests/tests/libtopo]
123 130 user = root
124 131 tests = ['digraph-test']
125 132
126 133 #
127 134 # Only the ksensor functional tests are included in the run file.
128 135 # The stress test is designed to be run separately.
129 136 #
130 137 [/opt/os-tests/tests/ksensor]
131 138 pre_user = root
132 139 user = root
133 140 post_user = root
134 141 pre = ksensor_init
135 142 tests = [ 'ksensor_basic.32','ksensor_basic.64', 'ksensor_err.32',
136 143 'ksensor_err.64' ]
137 144 post = ksensor_fini
138 145
139 146 [/opt/os-tests/tests/stackalign]
140 147 tests = ['stackalign.32', 'stackalign.64']
141 148
142 149 [/opt/os-tests/tests/cores]
143 150 user = root
144 151 pre = core_prereqs
145 152 tests = ['coretests']
146 153
147 154 [/opt/os-tests/tests/zen_umc_test]
148 155
149 156 [/opt/os-tests/tests/portfs]
150 157 tests = ['file_assoc.32', 'file_assoc.64']
151 158
152 159 [/opt/os-tests/tests/regression]
153 160 tests = [
154 161 'illumos-15031',
155 162 'illumos-15036'
156 163 ]
157 164
158 165 #
159 166 # The following tests all represent tests that require the xsave feature
160 167 # set. These are all x86 specific. The use of arch=i86pc below doesn't
161 168 # really represent things that can be run on x86 regardless of the
162 169 # platform and when the test runner gains support for specifying that,
163 170 # use that instead. This would be split into two groups, but that isn't
164 171 # supported, so everything ends up being run as root for the sake of the
165 172 # xsave_baducontext test.
166 173 #
167 174 [/opt/os-tests/tests/xsave]
168 175 arch = i86pc
169 176 pre = xsu_hwtype.64
170 177 user = root
171 178 tests = [ 'bad_xregs.32', 'bad_xregs.64', 'mdb_xregs', 'proc_writes',
172 179 'setcontext_replace.32', 'setcontext_replace.64', 'setcontext_restore.32',
173 180 'setcontext_restore.64', 'signal_restore.32', 'signal_restore.64',
174 181 'xregs_roundtrip.32', 'xregs_roundtrip.64', 'xsave_baducontext',
175 182 'fpregs_xbv.32', 'fpregs_xbv.64', 'swapcontext_extd.32',
176 183 'swapcontext_extd.64' ]
|
↓ open down ↓ |
71 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX