xref: /illumos-gate/usr/src/test/os-tests/runfiles/default.run (revision a73be61a80f7331c35adfa540bcf8f1546ff1e33)
1#
2# This file and its contents are supplied under the terms of the
3# Common Development and Distribution License ("CDDL"), version 1.0.
4# You may only use this file in accordance with the terms of version
5# 1.0 of the CDDL.
6#
7# A full copy of the text of the CDDL should have accompanied this
8# source.  A copy of the CDDL is also available via the Internet at
9# http://www.illumos.org/license/CDDL.
10#
11
12#
13# Copyright (c) 2012 by Delphix. All rights reserved.
14# Copyright 2020 Joyent, Inc.
15# Copyright 2021 OmniOS Community Edition (OmniOSce) Association.
16# Copyright 2021 Tintri by DDN, Inc. All rights reserved.
17#
18
19[DEFAULT]
20pre =
21verbose = False
22quiet = False
23timeout = 60
24post =
25outputdir = /var/tmp/test_results
26
27[/opt/os-tests/tests/poll_test]
28user = root
29tests = ['poll_test', 'epoll_test']
30
31[/opt/os-tests/tests/eventfd.32]
32[/opt/os-tests/tests/eventfd.64]
33
34[/opt/os-tests/tests/odirectory.32]
35[/opt/os-tests/tests/odirectory.64]
36
37[/opt/os-tests/tests/clock_gettime.32]
38[/opt/os-tests/tests/clock_gettime.64]
39
40[/opt/os-tests/tests/secflags]
41user = root
42tests = ['secflags_aslr',
43         'secflags_core',
44         'secflags_dts',
45         'secflags_elfdump',
46         'secflags_forbidnullmap',
47         'secflags_limits',
48         'secflags_noexecstack',
49         'secflags_proc',
50         'secflags_psecflags',
51         'secflags_syscall',
52         'secflags_truss',
53         'secflags_zonecfg']
54
55[/opt/os-tests/tests/sigqueue]
56tests = ['sigqueue_queue_size']
57
58[/opt/os-tests/tests/sdevfs]
59user = root
60tests = ['sdevfs_eisdir']
61
62[/opt/os-tests/tests/stress]
63user = root
64tests = ['dladm-kstat']
65
66[/opt/os-tests/tests/timer]
67user = root
68tests = ['timer_limit']
69
70[/opt/os-tests/tests/file-locking]
71tests = ['runtests.32', 'runtests.64']
72
73[/opt/os-tests/tests/sockfs]
74user = root
75tests = ['conn', 'dgram', 'drop_priv', 'nosignal', 'rights.32', 'rights.64',
76         'sockpair', 'recvmsg.32', 'recvmsg.64']
77
78[/opt/os-tests/tests/syscall]
79tests = ['open.32', 'open.64']
80
81[/opt/os-tests/tests/pf_key]
82user = root
83timeout = 180
84tests = ['acquire-compare', 'kmc-update']
85
86[/opt/os-tests/tests/ddi_ufm]
87user = root
88tests = ['ufm-test-setup', 'ufm-test', 'ufm-test-cleanup']
89
90[/opt/os-tests/tests/i386]
91user = root
92arch = i86pc
93timeout = 300
94tests = ['ldt', 'badseg']
95
96[/opt/os-tests/tests/writev.32]
97[/opt/os-tests/tests/writev.64]
98
99[/opt/os-tests/tests/imc_test]
100arch = i86pc
101
102#
103# Except atrparse all tests require special hardware (CCID YubiKey) to run,
104# hence they aren't included in the default runfile.
105#
106[/opt/os-tests/tests/uccid]
107arch = i86pc
108tests = ['atrparse']
109
110[/opt/os-tests/tests/libtopo]
111user = root
112tests = ['digraph-test']
113
114#
115# Only the ksensor functional tests are included in the run file.
116# The stress test is designed to be run separately.
117#
118[/opt/os-tests/tests/ksensor]
119pre_user = root
120user = root
121post_user = root
122pre = ksensor_init
123tests = [ 'ksensor_basic.32','ksensor_basic.64', 'ksensor_err.32',
124    'ksensor_err.64' ]
125post = ksensor_fini
126
127[/opt/os-tests/tests/stackalign]
128tests = ['stackalign.32', 'stackalign.64']
129
130[/opt/os-tests/tests/cores]
131user = root
132pre = core_prereqs
133tests = ['coretests']
134