Skip to content

Commit

Permalink
Refresh TEST file to include new variables
Browse files Browse the repository at this point in the history
Add any missing variables for CI control to TEST.

Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Giuseppe Di Natale <[email protected]>
Closes openzfs#6846
  • Loading branch information
dinatale2 authored and behlendorf committed Nov 8, 2017
1 parent 80b4852 commit eef005d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion TEST
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#!/bin/sh

### prepare
#TEST_PREPARE_WATCHDOG="no"
#TEST_PREPARE_WATCHDOG="yes"
#TEST_PREPARE_SHARES="yes"

### SPLAT
#TEST_SPLAT_SKIP="yes"
Expand All @@ -12,6 +13,7 @@
#TEST_ZTEST_TIMEOUT=1800
#TEST_ZTEST_DIR="/var/tmp/"
#TEST_ZTEST_OPTIONS="-V"
#TEST_ZTEST_CORE_DIR="/mnt/zloop"

### zimport
#TEST_ZIMPORT_SKIP="yes"
Expand All @@ -31,9 +33,13 @@

### zfs-tests.sh
#TEST_ZFSTESTS_SKIP="yes"
#TEST_ZFSTESTS_DIR="/mnt/"
#TEST_ZFSTESTS_DISKS="vdb vdc vdd"
#TEST_ZFSTESTS_DISKSIZE="8G"
#TEST_ZFSTESTS_ITERS="1"
#TEST_ZFSTESTS_OPTIONS="-vx"
#TEST_ZFSTESTS_RUNFILE="linux.run"
#TEST_ZFSTESTS_TAGS="functional"

### zfsstress
#TEST_ZFSSTRESS_SKIP="yes"
Expand All @@ -42,6 +48,7 @@
#TEST_ZFSSTRESS_RUNTIME=300
#TEST_ZFSSTRESS_POOL="tank"
#TEST_ZFSSTRESS_FS="fish"
#TEST_ZFSSTRESS_FSOPT="-o overlay=on"
#TEST_ZFSSTRESS_VDEV="/var/tmp/vdev"
#TEST_ZFSSTRESS_DIR="/$TEST_ZFSSTRESS_POOL/$TEST_ZFSSTRESS_FS"
#TEST_ZFSSTRESS_OPTIONS=""
Expand Down

0 comments on commit eef005d

Please sign in to comment.