Lines Matching +full:non +full:- +full:armv7

2 # SPDX-License-Identifier: BSD-2-Clause
38 mktemp -u libbe_test_XXXXXX > $ZPOOL_NAME_FILE
51 atf_check test -n "$zpool"
53 kldload -n -q zfs || atf_skip "ZFS module not loaded on the current system"
54 atf_check mkdir -p ${mnt}
55 atf_check truncate -s 1G ${disk}
56 atf_check zpool create -o altroot=${mnt} ${zpool} ${disk}
57 atf_check zfs create -o mountpoint=none ${zpool}/ROOT
58 atf_check zfs create -o mountpoint=/ -o canmount=noauto \
60 atf_check zfs create -o mountpoint=/usr -o canmount=noauto \
62 atf_check zfs create -o mountpoint=/usr/obj -o canmount=noauto \
71 if [ -z "$zpool" ]; then
74 zpool destroy -f ${zpool}
77 if [ -f "${cwd}/disk.img" ]; then
91 [ "$(uname -p)" = "i386" ]; then
96 [ "$(uname -p)" = "armv7" ]; then
110 # a recursive and non-recursive snapshot to test against
111 atf_check zfs snapshot ${zpool}/ROOT/default@non-recursive
112 atf_check zfs snapshot -r ${zpool}/ROOT/default@recursive
115 atf_check zfs create -o mountpoint=/usr/src -o canmount=noauto \
118 # test boot environment creation with depth of 0 (i.e. a non-recursive boot environment).
121 "${zpool}/ROOT/default@non-recursive" \
124 atf_check -o not-empty \
127 atf_check -e not-empty -s not-exit:0 \
134 -1
136 atf_check -o not-empty \
139 atf_check -o not-empty \
142 atf_check -o not-empty \
145 atf_check -e not-empty -s not-exit:0 \
154 atf_check -o not-empty \
157 atf_check -e not-empty -s not-exit:0 \
160 atf_check -e not-empty -s not-exit:0 \
164 # create a recursive boot environment named 'relative-snap'.
168 relative-snap \
170 -1
172 atf_check -o not-empty \
173 zfs list "${zpool}/ROOT/relative-snap"
175 atf_check -o not-empty \
176 zfs list "${zpool}/ROOT/relative-snap/usr"