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# Copyright 2022 Oxide Computer Company 18# 19 20[DEFAULT] 21pre = 22verbose = False 23quiet = False 24timeout = 60 25post = 26outputdir = /var/tmp/test_results 27 28[/opt/os-tests/tests/poll_test] 29user = root 30tests = ['poll_test', 'epoll_test'] 31 32[/opt/os-tests/tests/eventfd.32] 33[/opt/os-tests/tests/eventfd.64] 34 35[/opt/os-tests/tests/odirectory.32] 36[/opt/os-tests/tests/odirectory.64] 37 38[/opt/os-tests/tests/clock_gettime.32] 39[/opt/os-tests/tests/clock_gettime.64] 40 41[/opt/os-tests/tests/secflags] 42user = root 43tests = ['secflags_aslr', 44 'secflags_core', 45 'secflags_dts', 46 'secflags_elfdump', 47 'secflags_forbidnullmap', 48 'secflags_limits', 49 'secflags_noexecstack', 50 'secflags_proc', 51 'secflags_psecflags', 52 'secflags_syscall', 53 'secflags_truss', 54 'secflags_zonecfg'] 55 56[/opt/os-tests/tests/sigqueue] 57tests = ['sigqueue_queue_size'] 58 59[/opt/os-tests/tests/sdevfs] 60user = root 61tests = ['sdevfs_eisdir'] 62 63[/opt/os-tests/tests/stress] 64user = root 65tests = ['dladm-kstat'] 66 67[/opt/os-tests/tests/timer] 68user = root 69tests = ['timer_limit'] 70 71[/opt/os-tests/tests/file-locking] 72tests = ['runtests.32', 'runtests.64'] 73 74[/opt/os-tests/tests/sockfs] 75user = root 76tests = ['conn', 'dgram', 'drop_priv', 'nosignal', 'rights.32', 'rights.64', 77 'sockpair', 'recvmsg.32', 'recvmsg.64'] 78 79[/opt/os-tests/tests/syscall] 80tests = ['fchmodat.32', 'fchmodat.64', 'open.32', 'open.64'] 81 82[/opt/os-tests/tests/pf_key] 83user = root 84timeout = 180 85tests = ['acquire-compare', 'kmc-update'] 86 87[/opt/os-tests/tests/ddi_ufm] 88user = root 89tests = ['ufm-test-setup', 'ufm-test', 'ufm-test-cleanup'] 90 91[/opt/os-tests/tests/definit/definit] 92 93[/opt/os-tests/tests/i386] 94user = root 95arch = i86pc 96timeout = 300 97tests = ['ldt', 'badseg'] 98 99[/opt/os-tests/tests/writev.32] 100[/opt/os-tests/tests/writev.64] 101 102[/opt/os-tests/tests/imc_test] 103arch = i86pc 104 105# 106# Except atrparse all tests require special hardware (CCID YubiKey) to run, 107# hence they aren't included in the default runfile. 108# 109[/opt/os-tests/tests/uccid] 110arch = i86pc 111tests = ['atrparse'] 112 113[/opt/os-tests/tests/libtopo] 114user = root 115tests = ['digraph-test'] 116 117# 118# Only the ksensor functional tests are included in the run file. 119# The stress test is designed to be run separately. 120# 121[/opt/os-tests/tests/ksensor] 122pre_user = root 123user = root 124post_user = root 125pre = ksensor_init 126tests = [ 'ksensor_basic.32','ksensor_basic.64', 'ksensor_err.32', 127 'ksensor_err.64' ] 128post = ksensor_fini 129 130[/opt/os-tests/tests/stackalign] 131tests = ['stackalign.32', 'stackalign.64'] 132 133[/opt/os-tests/tests/cores] 134user = root 135pre = core_prereqs 136tests = ['coretests'] 137 138[/opt/os-tests/tests/zen_umc_test] 139 140[/opt/os-tests/tests/portfs] 141tests = ['file_assoc.32', 'file_assoc.64'] 142