Print this page
13175 Add support for IP_RECVTOS
13182 CMSG_ macros should have man pages
Change-ID: I784aa36cfd3c17e3cccbf1fd329fa7e69b663ef9
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 2020 OmniOS Community Edition (OmniOSce) Association.
16 16 #
17 17
18 18 [DEFAULT]
19 19 pre =
20 20 verbose = False
21 21 quiet = False
22 22 timeout = 60
23 23 post =
24 24 outputdir = /var/tmp/test_results
25 25
26 26 [/opt/os-tests/tests/poll_test]
27 27 user = root
28 28 tests = ['poll_test', 'epoll_test']
29 29
30 30 [/opt/os-tests/tests/odirectory.32]
31 31 [/opt/os-tests/tests/odirectory.64]
32 32
33 33 [/opt/os-tests/tests/secflags]
34 34 user = root
35 35 tests = ['secflags_aslr',
36 36 'secflags_core',
37 37 'secflags_dts',
38 38 'secflags_elfdump',
39 39 'secflags_forbidnullmap',
40 40 'secflags_limits',
41 41 'secflags_noexecstack',
42 42 'secflags_proc',
43 43 'secflags_psecflags',
44 44 'secflags_syscall',
45 45 'secflags_truss',
46 46 'secflags_zonecfg']
47 47
48 48 [/opt/os-tests/tests/sigqueue]
49 49 tests = ['sigqueue_queue_size']
50 50
51 51 [/opt/os-tests/tests/sdevfs]
52 52 user = root
53 53 tests = ['sdevfs_eisdir']
54 54
55 55 [/opt/os-tests/tests/stress]
56 56 user = root
57 57 tests = ['dladm-kstat']
58 58
↓ open down ↓ |
58 lines elided |
↑ open up ↑ |
59 59 [/opt/os-tests/tests/timer]
60 60 user = root
61 61 tests = ['timer_limit']
62 62
63 63 [/opt/os-tests/tests/file-locking]
64 64 tests = ['runtests.32', 'runtests.64']
65 65
66 66 [/opt/os-tests/tests/sockfs]
67 67 user = root
68 68 tests = ['conn', 'dgram', 'drop_priv', 'nosignal', 'rights.32', 'rights.64',
69 - 'sockpair']
69 + 'sockpair', 'recvmsg.32', 'recvmsg.64']
70 70
71 71 [/opt/os-tests/tests/pf_key]
72 72 user = root
73 73 timeout = 180
74 74 tests = ['acquire-compare', 'kmc-update']
75 75
76 76 [/opt/os-tests/tests/ddi_ufm]
77 77 user = root
78 78 tests = ['ufm-test-setup', 'ufm-test', 'ufm-test-cleanup']
79 79
80 80 [/opt/os-tests/tests/i386]
81 81 user = root
82 82 arch = i86pc
83 83 timeout = 300
84 84 tests = ['ldt', 'badseg']
85 85
86 86 [/opt/os-tests/tests/writev.32]
87 87 [/opt/os-tests/tests/writev.64]
88 88
89 89 [/opt/os-tests/tests/imc_test]
90 90 arch = i86pc
91 91
92 92 #
93 93 # Except atrparse all tests require special hardware (CCID YubiKey) to run,
94 94 # hence they aren't included in the default runfile.
95 95 #
96 96 [/opt/os-tests/tests/uccid]
97 97 arch = i86pc
98 98 tests = ['atrparse']
99 99
100 100 [/opt/os-tests/tests/libtopo]
101 101 user = root
102 102 tests = ['digraph-test']
103 103
104 104 #
105 105 # Only the ksensor functional tests are included in the run file.
106 106 # The stress test is designed to be run separately.
107 107 #
108 108 [/opt/os-tests/tests/ksensor]
109 109 pre_user = root
110 110 user = root
111 111 post_user = root
112 112 pre = ksensor_init
113 113 tests = [ 'ksensor_basic.32','ksensor_basic.64', 'ksensor_err.32',
114 114 'ksensor_err.64' ]
115 115 post = ksensor_fini
↓ open down ↓ |
36 lines elided |
↑ open up ↑ |
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX