]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tests/sys/cddl/zfs/tests/cli_root/zpool_get/zpool_get.cfg
MFS r365689,r365808,r365860
[FreeBSD/FreeBSD.git] / tests / sys / cddl / zfs / tests / cli_root / zpool_get / zpool_get.cfg
1 #!/bin/ksh -p
2 # vim: filetype=sh
3 #
4 # CDDL HEADER START
5 #
6 # The contents of this file are subject to the terms of the
7 # Common Development and Distribution License (the "License").
8 # You may not use this file except in compliance with the License.
9 #
10 # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
11 # or http://www.opensolaris.org/os/licensing.
12 # See the License for the specific language governing permissions
13 # and limitations under the License.
14 #
15 # When distributing Covered Code, include this CDDL HEADER in each
16 # file and include the License file at usr/src/OPENSOLARIS.LICENSE.
17 # If applicable, add the following below this CDDL HEADER, with the
18 # fields enclosed by brackets "[]" replaced with your own identifying
19 # information: Portions Copyright [yyyy] [name of copyright owner]
20 #
21 # CDDL HEADER END
22 #
23 # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
24 # Use is subject to license terms.
25 #
26 # ident "@(#)zpool_get.cfg      1.6     09/06/22 SMI"
27 #
28
29 # $FreeBSD$
30
31 # Set the expected properties of zpool
32 typeset -a properties=(
33     "size"
34     "capacity"
35     "altroot"
36     "health"
37     "guid"
38     "load_guid"
39     "version"
40     "bootfs"
41     "delegation"
42     "autoreplace"
43     "cachefile"
44     "failmode"
45     "listsnapshots"
46     "autoexpand"
47     "dedupditto"
48     "dedupratio"
49     "free"
50     "allocated"
51     "readonly"
52     "comment"
53     "expandsize"
54     "freeing"
55     "fragmentation"
56     "leaked"
57     "bootsize"
58     "checkpoint"
59     "feature@async_destroy"
60     "feature@empty_bpobj"
61     "feature@lz4_compress"
62     "feature@multi_vdev_crash_dump"
63     "feature@spacemap_histogram"
64     "feature@enabled_txg"
65     "feature@hole_birth"
66     "feature@extensible_dataset"
67     "feature@embedded_data"
68     "feature@bookmarks"
69     "feature@filesystem_limits"
70     "feature@large_blocks"
71     "feature@large_dnode"
72     "feature@sha512"
73     "feature@skein"
74     # "feature@edonr" Edonr is not yet implemented on FreeBSD
75     "feature@device_removal"
76     "feature@obsolete_counts"
77     "feature@zpool_checkpoint"
78     "feature@spacemap_v2"
79 )
80
81 export DISK=${DISKS%% *}