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/secflags] 38user = root 39tests = ['secflags_aslr', 40 'secflags_core', 41 'secflags_dts', 42 'secflags_elfdump', 43 'secflags_forbidnullmap', 44 'secflags_limits', 45 'secflags_noexecstack', 46 'secflags_proc', 47 'secflags_psecflags', 48 'secflags_syscall', 49 'secflags_truss', 50 'secflags_zonecfg'] 51 52[/opt/os-tests/tests/sigqueue] 53tests = ['sigqueue_queue_size'] 54 55[/opt/os-tests/tests/sdevfs] 56user = root 57tests = ['sdevfs_eisdir'] 58 59[/opt/os-tests/tests/stress] 60user = root 61tests = ['dladm-kstat'] 62 63[/opt/os-tests/tests/timer] 64user = root 65tests = ['timer_limit'] 66 67[/opt/os-tests/tests/file-locking] 68tests = ['runtests.32', 'runtests.64'] 69 70[/opt/os-tests/tests/sockfs] 71user = root 72tests = ['conn', 'dgram', 'drop_priv', 'nosignal', 'rights.32', 'rights.64', 73 'sockpair', 'recvmsg.32', 'recvmsg.64'] 74 75[/opt/os-tests/tests/syscall] 76tests = ['open.32', 'open.64'] 77 78[/opt/os-tests/tests/pf_key] 79user = root 80timeout = 180 81tests = ['acquire-compare', 'kmc-update'] 82 83[/opt/os-tests/tests/ddi_ufm] 84user = root 85tests = ['ufm-test-setup', 'ufm-test', 'ufm-test-cleanup'] 86 87[/opt/os-tests/tests/i386] 88user = root 89arch = i86pc 90timeout = 300 91tests = ['ldt', 'badseg'] 92 93[/opt/os-tests/tests/writev.32] 94[/opt/os-tests/tests/writev.64] 95 96[/opt/os-tests/tests/imc_test] 97arch = i86pc 98 99# 100# Except atrparse all tests require special hardware (CCID YubiKey) to run, 101# hence they aren't included in the default runfile. 102# 103[/opt/os-tests/tests/uccid] 104arch = i86pc 105tests = ['atrparse'] 106 107[/opt/os-tests/tests/libtopo] 108user = root 109tests = ['digraph-test'] 110 111# 112# Only the ksensor functional tests are included in the run file. 113# The stress test is designed to be run separately. 114# 115[/opt/os-tests/tests/ksensor] 116pre_user = root 117user = root 118post_user = root 119pre = ksensor_init 120tests = [ 'ksensor_basic.32','ksensor_basic.64', 'ksensor_err.32', 121 'ksensor_err.64' ] 122post = ksensor_fini 123 124[/opt/os-tests/tests/stackalign] 125tests = ['stackalign.32', 'stackalign.64'] 126