Home
last modified time | relevance | path

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

/freebsd-src/tests/sys/cddl/zfs/tests/zvol/zvol_misc/
H A Dzvol_misc_008_pos.ksh94 function test_exists function
115 test_exists $root/vol1
119 test_exists $root/vol0 $root/vol1 $root/vol1@snap
124 test_exists $root/vol0 $root/vol1 $root/vol0@snap
130 test_exists $root/vol2
135 test_exists $root/vol0 $root/vol0@snap \
142 test_exists $renamed/vol1 $renamed/vol2 $renamed/vol2@newsnap
146 test_exists $renamed/$vol $renamed/$vol@snap
/freebsd-src/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/test/
H A Dtest_libzfs_core.py320 def test_exists(self): member in ZFSTest