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