Home
last modified time | relevance | path

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

/freebsd-14.2/tests/sys/cddl/zfs/tests/zvol/zvol_misc/
H A Dzvol_misc_008_pos.ksh97 function test_exists function
118 test_exists $root/vol1
122 test_exists $root/vol0 $root/vol1 $root/vol1@snap
127 test_exists $root/vol0 $root/vol1 $root/vol0@snap
133 test_exists $root/vol2
138 test_exists $root/vol0 $root/vol0@snap \
145 test_exists $renamed/vol1 $renamed/vol2 $renamed/vol2@newsnap
149 test_exists $renamed/$vol $renamed/$vol@snap
/freebsd-14.2/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/test/
H A Dtest_libzfs_core.py320 def test_exists(self): member in ZFSTest