diff options
author | John Wren Kennedy <[email protected]> | 2019-12-19 12:53:55 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-12-19 11:53:54 -0800 |
commit | 523fc80069477e7ae493834f93ea3d37ce747cc8 (patch) | |
tree | 2d438e7f268b5f13e10456d5876ae582c306a7f3 /tests/zfs-tests/include/commands.cfg | |
parent | a3640486fffc592806c16f5149170ed659c94c2c (diff) |
Tests for btree implementation used by range trees
Additional test cases for the btree implementation, see #9181.
Reviewed-by: Paul Dagnelie <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: John Kennedy <[email protected]>
Closes #9717
Diffstat (limited to 'tests/zfs-tests/include/commands.cfg')
-rw-r--r-- | tests/zfs-tests/include/commands.cfg | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/zfs-tests/include/commands.cfg b/tests/zfs-tests/include/commands.cfg index 6f41a3273..64b34f477 100644 --- a/tests/zfs-tests/include/commands.cfg +++ b/tests/zfs-tests/include/commands.cfg @@ -1,5 +1,5 @@ # -# Copyright (c) 2016, 2018 by Delphix. All rights reserved. +# Copyright (c) 2016, 2019 by Delphix. All rights reserved. # These variables are used by zfs-tests.sh to constrain which utilities # may be used by the suite. The suite will create a directory which is # the only element of $PATH and create symlinks from that dir to the @@ -175,7 +175,8 @@ export ZFS_FILES='zdb zgenhostid zstreamdump' -export ZFSTEST_FILES='chg_usr_exec +export ZFSTEST_FILES='btree_test + chg_usr_exec devname2devid dir_rd_update file_check |