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 2019 Joyent, Inc.
15 #
16
17 [DEFAULT]
18 pre =
19 verbose = False
20 quiet = False
21 timeout = 60
22 post =
23 outputdir = /var/tmp/test_results
24
25 [/opt/os-tests/tests/poll_test]
26 user = root
27 tests = ['poll_test', 'epoll_test']
28
29 [/opt/os-tests/tests/odirectory.32]
30 [/opt/os-tests/tests/odirectory.64]
31
32 [/opt/os-tests/tests/secflags]
33 user = root
34 tests = ['secflags_aslr',
59 tests = ['runtests.32', 'runtests.64']
60
61 [/opt/os-tests/tests/sockfs]
62 user = root
63 tests = ['conn', 'dgram', 'drop_priv', 'nosignal', 'sockpair']
64
65 [/opt/os-tests/tests/pf_key]
66 user = root
67 timeout = 180
68 tests = ['acquire-compare', 'kmc-update']
69
70 [/opt/os-tests/tests/ddi_ufm]
71 user = root
72 tests = ['ufm-test-setup', 'ufm-test', 'ufm-test-cleanup']
73
74 [/opt/os-tests/tests/i386]
75 user = root
76 arch = i86pc
77 timeout = 300
78 tests = ['ldt', 'badseg']
|
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 #
16
17 [DEFAULT]
18 pre =
19 verbose = False
20 quiet = False
21 timeout = 60
22 post =
23 outputdir = /var/tmp/test_results
24
25 [/opt/os-tests/tests/poll_test]
26 user = root
27 tests = ['poll_test', 'epoll_test']
28
29 [/opt/os-tests/tests/odirectory.32]
30 [/opt/os-tests/tests/odirectory.64]
31
32 [/opt/os-tests/tests/secflags]
33 user = root
34 tests = ['secflags_aslr',
59 tests = ['runtests.32', 'runtests.64']
60
61 [/opt/os-tests/tests/sockfs]
62 user = root
63 tests = ['conn', 'dgram', 'drop_priv', 'nosignal', 'sockpair']
64
65 [/opt/os-tests/tests/pf_key]
66 user = root
67 timeout = 180
68 tests = ['acquire-compare', 'kmc-update']
69
70 [/opt/os-tests/tests/ddi_ufm]
71 user = root
72 tests = ['ufm-test-setup', 'ufm-test', 'ufm-test-cleanup']
73
74 [/opt/os-tests/tests/i386]
75 user = root
76 arch = i86pc
77 timeout = 300
78 tests = ['ldt', 'badseg']
79
80 [/opt/os-tests/tests/writev.32]
81 [/opt/os-tests/tests/writev.64]
|