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