Home
last modified time | relevance | path

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

/src/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/test/
H A Dtest_libzfs_core.py287 cls.pool = _TempPool(filesystems=cls.FILESYSTEMS)
288 cls.misc_pool = _TempPool()
289 cls.readonly_pool = _TempPool(
2011 empty_pool = _TempPool()
3795 class _TempPool(object): class
3817 cachefile = self._pool_file_path + _TempPool._cachefile_suffix
3924 os.remove(self._pool_file_path + _TempPool._cachefile_suffix)
3929 self._pool_file_path + _TempPool._cachefile_suffix + '.tmp')