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 2022 OmniOS Community Edition (OmniOSce) Association. 16# Copyright 2021 Tintri by DDN, Inc. All rights reserved. 17# Copyright 2026 Oxide Computer Company 18# Copyright 2022 MNX Cloud, Inc. 19# Copyright 2026 Edgecast Cloud LLC. 20# 21 22[DEFAULT] 23pre = 24verbose = False 25quiet = False 26timeout = 60 27post = 28outputdir = /var/tmp/test_results 29 30[/opt/os-tests/tests/poll_test] 31user = root 32 33[/opt/os-tests/tests/epoll_test] 34user = root 35 36[/opt/os-tests/tests/eventfd.32] 37[/opt/os-tests/tests/eventfd.64] 38 39[/opt/os-tests/tests/odirectory.32] 40[/opt/os-tests/tests/odirectory.64] 41 42[/opt/os-tests/tests/clock_gettime.32] 43[/opt/os-tests/tests/clock_gettime.64] 44 45[/opt/os-tests/tests/statvfs.32] 46[/opt/os-tests/tests/statvfs.64] 47[/opt/os-tests/tests/syncfs.32] 48[/opt/os-tests/tests/syncfs.64] 49 50[/opt/os-tests/tests/ucontext.32] 51[/opt/os-tests/tests/ucontext.64] 52[/opt/os-tests/tests/getcontext_extd.32] 53[/opt/os-tests/tests/getcontext_extd.64] 54 55[/opt/os-tests/tests/secflags] 56user = root 57tests = ['secflags_aslr', 58 'secflags_core', 59 'secflags_dts', 60 'secflags_elfdump', 61 'secflags_forbidnullmap', 62 'secflags_limits', 63 'secflags_noexecstack', 64 'secflags_proc', 65 'secflags_psecflags', 66 'secflags_syscall', 67 'secflags_truss', 68 'secflags_zonecfg'] 69 70[/opt/os-tests/tests/signalfd] 71tests = ['basic_args', 'basic_read', 'multipoll'] 72 73[/opt/os-tests/tests/sigqueue] 74tests = ['sigqueue_queue_size'] 75 76[/opt/os-tests/tests/spawn] 77tests = ['spawn-syscall.32', 'spawn-syscall.64'] 78 79[/opt/os-tests/tests/sdevfs] 80user = root 81tests = ['sdevfs_eisdir'] 82 83[/opt/os-tests/tests/stress] 84user = root 85tests = ['dladm-kstat'] 86 87[/opt/os-tests/tests/timer] 88user = root 89tests = ['timer_limit'] 90 91[/opt/os-tests/tests/file-locking] 92tests = ['runtests.32', 'runtests.64'] 93 94[/opt/os-tests/tests/sockfs] 95user = root 96tests = ['conn', 97 'dgram', 98 'drop_priv', 99 'nosignal', 100 'recvmsg.32', 101 'recvmsg.64', 102 'rights.32', 103 'rights.64', 104 'so_protocol', 105 'sockpair', 106 'timeouts.32', 107 'timeouts.64'] 108 109[/opt/os-tests/tests/syscall] 110tests = ['fchmodat.32', 'fchmodat.64', 'open.32', 'open.64'] 111 112[/opt/os-tests/tests/pf_key] 113user = root 114timeout = 180 115tests = ['acquire-compare', 'kmc-update', '15146'] 116 117[/opt/os-tests/tests/ddi_ufm] 118user = root 119tests = ['ufm-test-setup', 'ufm-test', 'ufm-test-cleanup'] 120 121[/opt/os-tests/tests/definit/definit] 122 123[/opt/os-tests/tests/idmap] 124pre_user=root 125pre = idmap_init 126post_user=root 127post = idmap_fini 128tests = ['idmaptest.32','idmaptest.64'] 129 130[/opt/os-tests/tests/ksid] 131tests = ['ksid.32','ksid.64'] 132 133[/opt/os-tests/tests/i386] 134user = root 135arch = i86pc 136timeout = 300 137tests = ['ldt', 'badseg'] 138 139[/opt/os-tests/tests/writev.32] 140[/opt/os-tests/tests/writev.64] 141 142[/opt/os-tests/tests/imc_test] 143arch = i86pc 144 145# 146# Except atrparse all tests require special hardware (CCID YubiKey) to run, 147# hence they aren't included in the default runfile. 148# 149[/opt/os-tests/tests/uccid] 150arch = i86pc 151tests = ['atrparse'] 152 153[/opt/os-tests/tests/libtopo] 154user = root 155tests = ['digraph-test'] 156 157# 158# The GPIO tests require privileges. 159# 160[/opt/os-tests/tests/gpio] 161pre_user = root 162user = root 163post_user = root 164pre = gpio_init 165tests = [ 'dpio_test.32', 'dpio_test.64', 'gpio_attr.32', 'gpio_attr.64', 166 'gpio_lookup.32', 'gpio_lookup.64', 'gpioadm_test' ] 167post = gpio_fini 168 169# 170# Only the ksensor functional tests are included in the run file. 171# The stress test is designed to be run separately. 172# 173[/opt/os-tests/tests/ksensor] 174pre_user = root 175user = root 176post_user = root 177pre = ksensor_init 178tests = [ 'ksensor_basic.32','ksensor_basic.64', 'ksensor_err.32', 179 'ksensor_err.64' ] 180post = ksensor_fini 181 182[/opt/os-tests/tests/stackalign] 183tests = ['stackalign.32', 'stackalign.64'] 184 185[/opt/os-tests/tests/cores] 186user = root 187pre = core_prereqs 188tests = ['coretests'] 189 190[/opt/os-tests/tests/zen_umc_test] 191 192[/opt/os-tests/tests/portfs] 193tests = ['file_assoc.32', 'file_assoc.64'] 194 195[/opt/os-tests/tests/regression] 196tests = [ 197 'illumos-15031', 198 'illumos-15036' 199 ] 200 201# 202# The following tests all represent tests that require the xsave feature 203# set. These are all x86 specific. The use of arch=i86pc below doesn't 204# really represent things that can be run on x86 regardless of the 205# platform and when the test runner gains support for specifying that, 206# use that instead. This would be split into two groups, but that isn't 207# supported, so everything ends up being run as root for the sake of the 208# xsave_baducontext test. 209# 210[/opt/os-tests/tests/xsave] 211arch = i86pc 212pre = xsu_hwtype.64 213user = root 214tests = [ 'bad_xregs.32', 'bad_xregs.64', 'mdb_xregs', 'proc_writes', 215 'setcontext_replace.32', 'setcontext_replace.64', 'setcontext_restore.32', 216 'setcontext_restore.64', 'signal_restore.32', 'signal_restore.64', 217 'xregs_roundtrip.32', 'xregs_roundtrip.64', 'xsave_baducontext', 218 'fpregs_xbv.32', 'fpregs_xbv.64', 'swapcontext_extd.32', 219 'swapcontext_extd.64', 'spawn_fpu.32', 'spawn_fpu.64' ] 220 221[/opt/os-tests/tests/hexdump] 222tests = ['hexdump_basic.32', 'hexdump_basic.64'] 223 224[/opt/os-tests/tests/ilstr] 225tests = ['ilstr_basic.32', 'ilstr_basic.64'] 226 227[/opt/os-tests/tests/execvpe] 228tests = ['execvpe-test.32', 'execvpe-test.64'] 229 230[/opt/os-tests/tests/minttl] 231user = root 232tests = ['minttl', 'minttl_err'] 233 234[/opt/os-tests/tests/tcpsig] 235pre_user = root 236post_user = root 237pre = tcpsig_init 238tests = ['tcpsig'] 239post = tcpsig_fini 240 241[/opt/os-tests/tests/fifo-tvnsec.32] 242[/opt/os-tests/tests/fifo-tvnsec.64] 243 244[/opt/os-tests/tests/saveargs/functional/functional] 245arch = i86pc 246 247[/opt/os-tests/tests/saveargs/testmatch/testmatch] 248arch = i86pc 249 250[/opt/os-tests/tests/oclo] 251tests = ['oclo', 'oclo_errors'] 252 253[/opt/os-tests/tests/secure_getenv/secure_getenv] 254user = root 255 256[/opt/os-tests/tests/mac] 257user = root 258tests = ['mac_parsing', 'mac_ktest'] 259 260[/opt/os-tests/tests/ktest] 261user = root 262tests = ['stream_ktest', 'ktest_ktest'] 263 264[/opt/os-tests/tests/comm_page] 265user = root 266pre = comm_page_pre 267tests = ['comm_page_ktest'] 268 269[/opt/os-tests/tests/libsocket] 270tests = [ 'getifaddrs_dl.32', 'getifaddrs_dl.64', 'inet6_opt.32', 271 'inet6_opt.64', 'nametoindex.32', 'nametoindex.64' ] 272