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] 19 pre = 20 verbose = False 21 quiet = False 22 timeout = 60 23 post = 24 outputdir = /var/tmp/test_results 25 26 [/opt/os-tests/tests/poll_test] 27 user = root 28 tests = ['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] 34 user = root 35 tests = ['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] 49 tests = ['sigqueue_queue_size'] 50 51 [/opt/os-tests/tests/sdevfs] 52 user = root 53 tests = ['sdevfs_eisdir'] 54 55 [/opt/os-tests/tests/stress] 56 user = root 57 tests = ['dladm-kstat'] 58 59 [/opt/os-tests/tests/timer] 60 user = root 61 tests = ['timer_limit'] 62 63 [/opt/os-tests/tests/file-locking] 64 tests = ['runtests.32', 'runtests.64'] 65 66 [/opt/os-tests/tests/sockfs] 67 user = root 68 tests = ['conn', 'dgram', 'drop_priv', 'nosignal', 'rights.32', 'rights.64', 69 'sockpair'] 70 71 [/opt/os-tests/tests/pf_key] 72 user = root 73 timeout = 180 74 tests = ['acquire-compare', 'kmc-update'] 75 76 [/opt/os-tests/tests/ddi_ufm] 77 user = root 78 tests = ['ufm-test-setup', 'ufm-test', 'ufm-test-cleanup'] 79 80 [/opt/os-tests/tests/i386] 81 user = root 82 arch = i86pc 83 timeout = 300 84 tests = ['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] 90 arch = 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] 97 arch = i86pc 98 tests = ['atrparse'] 99 100 [/opt/os-tests/tests/libtopo] 101 user = root 102 tests = ['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] 109 pre_user = root 110 user = root 111 post_user = root 112 pre = ksensor_init 113 tests = [ 'ksensor_basic.32','ksensor_basic.64', 'ksensor_err.32', 114 'ksensor_err.64' ] 115 post = ksensor_fini