The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/openzfs/TEST

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 #!/bin/sh
    2 
    3 ### prepare
    4 #TEST_PREPARE_WATCHDOG="yes"
    5 #TEST_PREPARE_SHARES="yes"
    6 
    7 ### ztest
    8 #TEST_ZTEST_SKIP="yes"
    9 #TEST_ZTEST_TIMEOUT=1800
   10 #TEST_ZTEST_DIR="/var/tmp/"
   11 #TEST_ZTEST_OPTIONS="-V"
   12 #TEST_ZTEST_CORE_DIR="/mnt/zloop"
   13 
   14 ### zimport
   15 #TEST_ZIMPORT_SKIP="yes"
   16 #TEST_ZIMPORT_DIR="/var/tmp/zimport"
   17 #TEST_ZIMPORT_VERSIONS="master installed"
   18 #TEST_ZIMPORT_POOLS="zol-0.6.1 zol-0.6.2 master installed"
   19 #TEST_ZIMPORT_OPTIONS="-c"
   20 
   21 ### xfstests
   22 #TEST_XFSTESTS_SKIP="yes"
   23 #TEST_XFSTESTS_URL="https://github.com/behlendorf/xfstests/archive/"
   24 #TEST_XFSTESTS_VER="zfs.tar.gz"
   25 #TEST_XFSTESTS_POOL="tank"
   26 #TEST_XFSTESTS_FS="xfstests"
   27 #TEST_XFSTESTS_VDEV="/var/tmp/vdev"
   28 #TEST_XFSTESTS_OPTIONS=""
   29 
   30 ### zfs-tests.sh
   31 #TEST_ZFSTESTS_SKIP="yes"
   32 #TEST_ZFSTESTS_DIR="/mnt/"
   33 #TEST_ZFSTESTS_DISKS="vdb vdc vdd"
   34 #TEST_ZFSTESTS_DISKSIZE="8G"
   35 #TEST_ZFSTESTS_ITERS="1"
   36 #TEST_ZFSTESTS_OPTIONS="-vx"
   37 #TEST_ZFSTESTS_RUNFILE="linux.run"
   38 #TEST_ZFSTESTS_TAGS="functional"
   39 
   40 ### zfsstress
   41 #TEST_ZFSSTRESS_SKIP="yes"
   42 #TEST_ZFSSTRESS_URL="https://github.com/nedbass/zfsstress/archive/"
   43 #TEST_ZFSSTRESS_VER="master.tar.gz"
   44 #TEST_ZFSSTRESS_RUNTIME=300
   45 #TEST_ZFSSTRESS_POOL="tank"
   46 #TEST_ZFSSTRESS_FS="fish"
   47 #TEST_ZFSSTRESS_FSOPT="-o overlay=on"
   48 #TEST_ZFSSTRESS_VDEV="/var/tmp/vdev"
   49 #TEST_ZFSSTRESS_DIR="/$TEST_ZFSSTRESS_POOL/$TEST_ZFSSTRESS_FS"
   50 #TEST_ZFSSTRESS_OPTIONS=""

Cache object: a68d6166592ec1a051c2c0a6ea50e321


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.