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