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 # 16 17 [DEFAULT] 18 pre = 19 verbose = False 20 quiet = False 21 timeout = 60 22 post = 23 outputdir = /var/tmp/test_results 24 25 [/opt/os-tests/tests/poll_test] 26 user = root 27 tests = ['poll_test', 'epoll_test'] 28 29 [/opt/os-tests/tests/odirectory.32] 30 [/opt/os-tests/tests/odirectory.64] 31 32 [/opt/os-tests/tests/secflags] 33 user = root 34 tests = ['secflags_aslr', 35 'secflags_core', 36 'secflags_dts', 37 'secflags_elfdump', 38 'secflags_forbidnullmap', 39 'secflags_limits', 40 'secflags_noexecstack', 41 'secflags_proc', 42 'secflags_psecflags', 43 'secflags_syscall', 44 'secflags_truss', 45 'secflags_zonecfg'] 46 47 [/opt/os-tests/tests/sigqueue] 48 tests = ['sigqueue_queue_size'] 49 50 [/opt/os-tests/tests/sdevfs] 51 user = root 52 tests = ['sdevfs_eisdir'] 53 54 [/opt/os-tests/tests/stress] 55 user = root 56 tests = ['dladm-kstat'] 57 58 [/opt/os-tests/tests/file-locking] 59 tests = ['runtests.32', 'runtests.64'] 60 61 [/opt/os-tests/tests/sockfs] 62 user = root 63 tests = ['conn', 'dgram', 'drop_priv', 'nosignal', 'sockpair'] 64 65 [/opt/os-tests/tests/pf_key] 66 user = root 67 timeout = 180 68 tests = ['acquire-compare', 'kmc-update'] 69 70 [/opt/os-tests/tests/ddi_ufm] 71 user = root 72 tests = ['ufm-test-setup', 'ufm-test', 'ufm-test-cleanup'] 73 74 [/opt/os-tests/tests/i386] 75 user = root 76 arch = i86pc 77 timeout = 300 78 tests = ['ldt', 'badseg'] 79 80 [/opt/os-tests/tests/writev.32] 81 [/opt/os-tests/tests/writev.64]