diff options
author | Ryan Moeller <[email protected]> | 2020-10-08 12:40:23 -0400 |
---|---|---|
committer | GitHub <[email protected]> | 2020-10-08 09:40:23 -0700 |
commit | 73989f4b9ec3b550bdd10ba8ba2ab64b91e4e71b (patch) | |
tree | 91d6b1608170bf5bbb4c1d6fdbc593b974384af5 /tests/runfiles/linux.run | |
parent | 82b81a2acd92cb43322bc572d2e547b66e456cd9 (diff) |
Make dbufstat work on FreeBSD
With procfs_list kstats implemented for FreeBSD, dbufs are now exposed
as kstat.zfs.misc.dbufs.
On FreeBSD, dbufstats can use the sysctl instead of procfs when no
input file has been given.
Enable the dbufstats tests on FreeBSD.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Ryan Moeller <[email protected]>
Closes #11008
Diffstat (limited to 'tests/runfiles/linux.run')
-rw-r--r-- | tests/runfiles/linux.run | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/runfiles/linux.run b/tests/runfiles/linux.run index b6508a5cb..94964434e 100644 --- a/tests/runfiles/linux.run +++ b/tests/runfiles/linux.run @@ -26,11 +26,6 @@ tags = ['functional'] tests = ['posix_001_pos', 'posix_002_pos', 'posix_003_pos'] tags = ['functional', 'acl', 'posix'] -[tests/functional/arc:Linux] -tests = ['dbufstats_001_pos', 'dbufstats_002_pos', 'dbufstats_003_pos', - 'arcstats_runtime_tuning'] -tags = ['functional', 'arc'] - [tests/functional/atime:Linux] tests = ['atime_003_pos', 'root_relatime_on'] tags = ['functional', 'atime'] |