aboutsummaryrefslogtreecommitdiffstats
path: root/tests/runfiles
diff options
context:
space:
mode:
authorJohn Wren Kennedy <[email protected]>2019-12-19 12:53:55 -0700
committerBrian Behlendorf <[email protected]>2019-12-19 11:53:54 -0800
commit523fc80069477e7ae493834f93ea3d37ce747cc8 (patch)
tree2d438e7f268b5f13e10456d5876ae582c306a7f3 /tests/runfiles
parenta3640486fffc592806c16f5149170ed659c94c2c (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/runfiles')
-rw-r--r--tests/runfiles/common.run6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/runfiles/common.run b/tests/runfiles/common.run
index 89e4492dd..87849af65 100644
--- a/tests/runfiles/common.run
+++ b/tests/runfiles/common.run
@@ -39,6 +39,12 @@ tests = ['bootfs_001_pos', 'bootfs_002_neg', 'bootfs_003_pos',
'bootfs_008_pos']
tags = ['functional', 'bootfs']
+[tests/functional/btree]
+tests = ['btree_positive', 'btree_negative']
+tags = ['functional', 'btree']
+pre =
+post =
+
[tests/functional/cache]
tests = ['cache_001_pos', 'cache_002_pos', 'cache_003_pos', 'cache_004_neg',
'cache_005_neg', 'cache_006_pos', 'cache_007_neg', 'cache_008_neg',