Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/
H A D_error_translation.py146 return lzc_exc.PoolNotFound(name)
547 raise lzc_exc.PoolNotFound(name)
555 raise lzc_exc.PoolNotFound(name)
563 raise lzc_exc.PoolNotFound(name)
586 raise lzc_exc.PoolNotFound(name)
H A Dexceptions.py459 class PoolNotFound(ZFSError): class
/f-stack/freebsd/contrib/openzfs/contrib/pyzfs/libzfs_core/test/
H A Dtest_libzfs_core.py750 self.assertIsInstance(e, lzc_exc.PoolNotFound)
756 self.assertIsInstance(e, lzc_exc.PoolNotFound)
3497 with self.assertRaises(lzc_exc.PoolNotFound):
3506 with self.assertRaises(lzc_exc.PoolNotFound):
3515 with self.assertRaises(lzc_exc.PoolNotFound):
3678 with self.assertRaises(lzc_exc.PoolNotFound):
3697 with self.assertRaises(lzc_exc.PoolNotFound):