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 2018 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/secflags]
  30 user = root
  31 tests = ['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]
  45 tests = ['sigqueue_queue_size']
  46 
  47 [/opt/os-tests/tests/sdevfs]
  48 user = root
  49 tests = ['sdevfs_eisdir']
  50 
  51 [/opt/os-tests/tests/stress]
  52 user = root
  53 tests = ['dladm-kstat']
  54 
  55 [/opt/os-tests/tests/file-locking]
  56 tests = ['runtests.32', 'runtests.64']
  57 
  58 [/opt/os-tests/tests/sockfs]
  59 user = root
  60 tests = ['conn', 'dgram', 'drop_priv', 'nosignal', 'sockpair']
  61 
  62 [/opt/os-tests/tests/pf_key]
  63 user = root
  64 tests = ['acquire-compare', 'acquire-spray']
  65 
  66 [/opt/os-tests/tests/i386]
  67 user = root
  68 arch = i86pc
  69 tests = ['ldt']