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', 'recvmsg.32', 'recvmsg.64'] 70 71[/opt/os-tests/tests/syscall] 72tests = ['open.32', 'open.64'] 73 74[/opt/os-tests/tests/pf_key] 75user = root 76timeout = 180 77tests = ['acquire-compare', 'kmc-update'] 78 79[/opt/os-tests/tests/ddi_ufm] 80user = root 81tests = ['ufm-test-setup', 'ufm-test', 'ufm-test-cleanup'] 82 83[/opt/os-tests/tests/i386] 84user = root 85arch = i86pc 86timeout = 300 87tests = ['ldt', 'badseg'] 88 89[/opt/os-tests/tests/writev.32] 90[/opt/os-tests/tests/writev.64] 91 92[/opt/os-tests/tests/imc_test] 93arch = i86pc 94 95# 96# Except atrparse all tests require special hardware (CCID YubiKey) to run, 97# hence they aren't included in the default runfile. 98# 99[/opt/os-tests/tests/uccid] 100arch = i86pc 101tests = ['atrparse'] 102 103[/opt/os-tests/tests/libtopo] 104user = root 105tests = ['digraph-test'] 106 107# 108# Only the ksensor functional tests are included in the run file. 109# The stress test is designed to be run separately. 110# 111[/opt/os-tests/tests/ksensor] 112pre_user = root 113user = root 114post_user = root 115pre = ksensor_init 116tests = [ 'ksensor_basic.32','ksensor_basic.64', 'ksensor_err.32', 117 'ksensor_err.64' ] 118post = ksensor_fini 119