svn commit: r331003 - head/tests/sys/cddl/zfs/tests/cli_root/zpool_get

Andriy Gapon avg at FreeBSD.org
Thu Mar 15 14:41:10 UTC 2018


Author: avg
Date: Thu Mar 15 14:41:09 2018
New Revision: 331003
URL: https://svnweb.freebsd.org/changeset/base/331003

Log:
  zfs test suite: add new pool properties / features to the zpool_get list

Modified:
  head/tests/sys/cddl/zfs/tests/cli_root/zpool_get/zpool_get.cfg

Modified: head/tests/sys/cddl/zfs/tests/cli_root/zpool_get/zpool_get.cfg
==============================================================================
--- head/tests/sys/cddl/zfs/tests/cli_root/zpool_get/zpool_get.cfg	Thu Mar 15 14:35:46 2018	(r331002)
+++ head/tests/sys/cddl/zfs/tests/cli_root/zpool_get/zpool_get.cfg	Thu Mar 15 14:41:09 2018	(r331003)
@@ -53,6 +53,7 @@ typeset -a properties=(
     "freeing"
     "fragmentation"
     "leaked"
+    "bootsize"
     "feature at async_destroy"
     "feature at empty_bpobj"
     "feature at lz4_compress"
@@ -68,6 +69,8 @@ typeset -a properties=(
     "feature at sha512"
     "feature at skein"
     # "feature at edonr" Edonr is not yet implemented on FreeBSD
+    "feature at device_removal"
+    "feature at obsolete_counts"
 )
 
 export DISK=${DISKS%% *}


More information about the svn-src-head mailing list