Home
last modified time | relevance | path

Searched refs:test_exists (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/tests/sys/cddl/zfs/tests/zvol/zvol_misc/
H A Dzvol_misc_008_pos.ksh99 function test_exists function
120 test_exists $root/vol1
124 test_exists $root/vol0 $root/vol1 $root/vol1@snap
129 test_exists $root/vol0 $root/vol1 $root/vol0@snap
135 test_exists $root/vol2
140 test_exists $root/vol0 $root/vol0@snap \
147 test_exists $renamed/vol1 $renamed/vol2 $renamed/vol2@newsnap
151 test_exists $renamed/$vol $renamed/$vol@snap
/freebsd-13.1/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/test/
H A Dtest_libzfs_core.py320 def test_exists(self): member in ZFSTest