Print this page




   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 2022 OmniOS Community Edition (OmniOSce) Association.
  16 # Copyright 2021 Tintri by DDN, Inc. All rights reserved.
  17 # Copyright 2023 Oxide Computer Company
  18 # Copyright 2022 MNX Cloud, Inc.
  19 #
  20 
  21 [DEFAULT]
  22 pre =
  23 verbose = False
  24 quiet = False
  25 timeout = 60
  26 post =
  27 outputdir = /var/tmp/test_results
  28 
  29 [/opt/os-tests/tests/poll_test]
  30 user = root
  31 tests = ['poll_test', 'epoll_test']
  32 
  33 [/opt/os-tests/tests/eventfd.32]
  34 [/opt/os-tests/tests/eventfd.64]
  35 
  36 [/opt/os-tests/tests/odirectory.32]
  37 [/opt/os-tests/tests/odirectory.64]
  38 
  39 [/opt/os-tests/tests/clock_gettime.32]
  40 [/opt/os-tests/tests/clock_gettime.64]
  41 
  42 [/opt/os-tests/tests/ucontext.32]
  43 [/opt/os-tests/tests/ucontext.64]
  44 [/opt/os-tests/tests/getcontext_extd.32]
  45 [/opt/os-tests/tests/getcontext_extd.64]
  46 
  47 [/opt/os-tests/tests/secflags]
  48 user = root
  49 tests = ['secflags_aslr',


  52          'secflags_elfdump',
  53          'secflags_forbidnullmap',
  54          'secflags_limits',
  55          'secflags_noexecstack',
  56          'secflags_proc',
  57          'secflags_psecflags',
  58          'secflags_syscall',
  59          'secflags_truss',
  60          'secflags_zonecfg']
  61 
  62 [/opt/os-tests/tests/signalfd]
  63 tests = ['basic_args', 'basic_read', 'multipoll']
  64 
  65 [/opt/os-tests/tests/sigqueue]
  66 tests = ['sigqueue_queue_size']
  67 
  68 [/opt/os-tests/tests/sdevfs]
  69 user = root
  70 tests = ['sdevfs_eisdir']
  71 




  72 [/opt/os-tests/tests/stress]
  73 user = root
  74 tests = ['dladm-kstat']
  75 
  76 [/opt/os-tests/tests/timer]
  77 user = root
  78 tests = ['timer_limit']
  79 
  80 [/opt/os-tests/tests/file-locking]
  81 tests = ['runtests.32', 'runtests.64']
  82 
  83 [/opt/os-tests/tests/sockfs]
  84 user = root
  85 tests = ['conn', 'dgram', 'drop_priv', 'nosignal', 'rights.32', 'rights.64',
  86          'sockpair', 'recvmsg.32', 'recvmsg.64']
  87 
  88 [/opt/os-tests/tests/syscall]
  89 tests = ['fchmodat.32', 'fchmodat.64', 'open.32', 'open.64']
  90 
  91 [/opt/os-tests/tests/pf_key]
  92 user = root
  93 timeout = 180
  94 tests = ['acquire-compare', 'kmc-update', '15146']
  95 



  96 [/opt/os-tests/tests/ddi_ufm]
  97 user = root
  98 tests = ['ufm-test-setup', 'ufm-test', 'ufm-test-cleanup']
  99 
 100 [/opt/os-tests/tests/definit/definit]
 101 
 102 [/opt/os-tests/tests/i386]
 103 user = root
 104 arch = i86pc
 105 timeout = 300
 106 tests = ['ldt', 'badseg']
 107 
 108 [/opt/os-tests/tests/writev.32]
 109 [/opt/os-tests/tests/writev.64]
 110 
 111 [/opt/os-tests/tests/imc_test]
 112 arch = i86pc
 113 
 114 #
 115 # Except atrparse all tests require special hardware (CCID YubiKey) to run,




   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 2022 OmniOS Community Edition (OmniOSce) Association.
  16 # Copyright 2021 Tintri by DDN, Inc. All rights reserved.
  17 # Copyright 2023 Oxide Computer Company
  18 # Copyright 2022 MNX Cloud, Inc.
  19 #
  20 
  21 [DEFAULT]
  22 pre =
  23 verbose = False
  24 quiet = False
  25 timeout = 60
  26 post =
  27 outputdir = /var/tmp/test_results
  28 
  29 [/opt/os-tests/tests/poll]
  30 user = root
  31 tests = ['poll_test', 'epoll_test']
  32 
  33 [/opt/os-tests/tests/eventfd.32]
  34 [/opt/os-tests/tests/eventfd.64]
  35 
  36 [/opt/os-tests/tests/odirectory.32]
  37 [/opt/os-tests/tests/odirectory.64]
  38 
  39 [/opt/os-tests/tests/clock_gettime.32]
  40 [/opt/os-tests/tests/clock_gettime.64]
  41 
  42 [/opt/os-tests/tests/ucontext.32]
  43 [/opt/os-tests/tests/ucontext.64]
  44 [/opt/os-tests/tests/getcontext_extd.32]
  45 [/opt/os-tests/tests/getcontext_extd.64]
  46 
  47 [/opt/os-tests/tests/secflags]
  48 user = root
  49 tests = ['secflags_aslr',


  52          'secflags_elfdump',
  53          'secflags_forbidnullmap',
  54          'secflags_limits',
  55          'secflags_noexecstack',
  56          'secflags_proc',
  57          'secflags_psecflags',
  58          'secflags_syscall',
  59          'secflags_truss',
  60          'secflags_zonecfg']
  61 
  62 [/opt/os-tests/tests/signalfd]
  63 tests = ['basic_args', 'basic_read', 'multipoll']
  64 
  65 [/opt/os-tests/tests/sigqueue]
  66 tests = ['sigqueue_queue_size']
  67 
  68 [/opt/os-tests/tests/sdevfs]
  69 user = root
  70 tests = ['sdevfs_eisdir']
  71 
  72 [/opt/os-tests/tests/tmpfs]
  73 user = root
  74 tests = ['tmpfs_badmount', 'tmpfs_enospc']
  75 
  76 [/opt/os-tests/tests/stress]
  77 user = root
  78 tests = ['dladm-kstat']
  79 
  80 [/opt/os-tests/tests/timer]
  81 user = root
  82 tests = ['timer_limit']
  83 
  84 [/opt/os-tests/tests/file-locking]
  85 tests = ['runtests.32', 'runtests.64']
  86 
  87 [/opt/os-tests/tests/sockfs]
  88 user = root
  89 tests = ['conn', 'dgram', 'drop_priv', 'nosignal', 'rights.32', 'rights.64',
  90          'sockpair', 'recvmsg.32', 'recvmsg.64']
  91 
  92 [/opt/os-tests/tests/syscall]
  93 tests = ['fchmodat.32', 'fchmodat.64', 'open.32', 'open.64']
  94 
  95 [/opt/os-tests/tests/pf_key]
  96 user = root
  97 timeout = 180
  98 tests = ['acquire-compare', 'kmc-update', '15146']
  99 
 100 [/opt/os-tests/tests/OS-6097.32]
 101 [/opt/os-tests/tests/OS-6097.64]
 102 
 103 [/opt/os-tests/tests/ddi_ufm]
 104 user = root
 105 tests = ['ufm-test-setup', 'ufm-test', 'ufm-test-cleanup']
 106 
 107 [/opt/os-tests/tests/definit/definit]
 108 
 109 [/opt/os-tests/tests/i386]
 110 user = root
 111 arch = i86pc
 112 timeout = 300
 113 tests = ['ldt', 'badseg']
 114 
 115 [/opt/os-tests/tests/writev.32]
 116 [/opt/os-tests/tests/writev.64]
 117 
 118 [/opt/os-tests/tests/imc_test]
 119 arch = i86pc
 120 
 121 #
 122 # Except atrparse all tests require special hardware (CCID YubiKey) to run,