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/definit/definit] 91 92[/opt/os-tests/tests/i386] 93user = root 94arch = i86pc 95timeout = 300 96tests = ['ldt', 'badseg'] 97 98[/opt/os-tests/tests/writev.32] 99[/opt/os-tests/tests/writev.64] 100 101[/opt/os-tests/tests/imc_test] 102arch = i86pc 103 104# 105# Except atrparse all tests require special hardware (CCID YubiKey) to run, 106# hence they aren't included in the default runfile. 107# 108[/opt/os-tests/tests/uccid] 109arch = i86pc 110tests = ['atrparse'] 111 112[/opt/os-tests/tests/libtopo] 113user = root 114tests = ['digraph-test'] 115 116# 117# Only the ksensor functional tests are included in the run file. 118# The stress test is designed to be run separately. 119# 120[/opt/os-tests/tests/ksensor] 121pre_user = root 122user = root 123post_user = root 124pre = ksensor_init 125tests = [ 'ksensor_basic.32','ksensor_basic.64', 'ksensor_err.32', 126 'ksensor_err.64' ] 127post = ksensor_fini 128 129[/opt/os-tests/tests/stackalign] 130tests = ['stackalign.32', 'stackalign.64'] 131 132[/opt/os-tests/tests/cores] 133user = root 134pre = core_prereqs 135tests = ['coretests'] 136