Searched refs:destroy (Results 1 - 14 of 14) sorted by relevance
/pkg/src/modules/client/ |
H A D | bootenv.py | 155 destroy the snapshot for the live and non-live case.""" 264 return bemgr.destroy(be_name, destroy_snaps=True, 269 ''' Force unmount and destroy BE. Ignore all errors ''' 282 bemgr.destroy(be_name, destroy_snaps=True, 488 If we are operating on a non-live BE then destroy the snapshot. 608 # Rollback and destroy the snapshot. 629 Note that this will destroy the last created 635 self.bemgr.destroy(fmri=self.snapshot_name) 637 logger.error("Got IOError from bemgr.destroy %s", 640 logger.error(_("pkg: unable to destroy snapsho [all...] |
H A D | publisher.py | 1789 self.catalog.destroy() 1986 v1_cat.destroy() 2010 v1_cat.destroy()
|
H A D | image.py | 1601 def destroy(self): member in class:Image
|
H A D | api.py | 5928 img.destroy()
|
/pkg/src/tests/api/ |
H A D | t_api.py | 342 api_obj = self.image_create(destroy=False) 349 self.image_create, destroy=False)
|
H A D | t_catalog.py | 1066 # Now verify that destroy really destroys the catalog. 1067 nc.destroy() 1069 # Verify that destroy actually emptied the catalog. 1090 # Verify that destroy actually removes the files. 1092 nc.destroy()
|
/pkg/src/modules/ |
H A D | catalog.py | 280 def destroy(self): member in class:CatalogPartBase 513 def destroy(self): member in class:CatalogPart 518 return CatalogPartBase.destroy(self) 2358 def destroy(self): member in class:Catalog 2364 part.destroy() 2368 ulog.destroy() 2374 self._attrs.destroy() 2380 # an interrupted destroy in the past that they are removed
|
/pkg/src/tests/cli/ |
H A D | t_pkgrepo.py | 900 repo.get_catalog("test").destroy() 922 repo.get_catalog("test").destroy() 962 repo.get_catalog("test").destroy() 1009 cat.destroy() 1261 cat.destroy()
|
H A D | t_pkg_refresh.py | 578 part.destroy()
|
H A D | t_pkg_linked.py | 232 variants=variants, destroy=True)) 4244 self.image_create(self.rurl1, destroy=False, img_path=p) 4950 self.image_create(self.rurl1, destroy=False, img_path=gzpath) 4998 self.image_create(self.rurl1, destroy=False, img_path=gzpath)
|
H A D | t_pkg_install.py | 4700 self.image_create(self.rurl, destroy=True, fs=("var",)) 4863 self.image_create(self.rurl, destroy=True, fs=("var",)) 4913 self.image_create(self.rurl, destroy=True) 4925 self.image_create(self.rurl, destroy=True) 4985 self.image_create(self.rurl, destroy=True) 5002 self.image_create(self.rurl, destroy=True) 7963 self.image_create(self.rurl1, prefix="test1", destroy=True)
|
H A D | t_pkgsign.py | 2262 self.image_create(self.rurl1, destroy=False) 3308 self.image_create(self.durl4, destroy=True)
|
/pkg/src/modules/lint/ |
H A D | engine.py | 894 api_inst._img.destroy()
|
/pkg/src/tests/ |
H A D | pkg5unittest.py | 2434 def image_create(self, repourl=None, destroy=True, fs=(), 2444 if destroy: 4228 destroy=True): 4249 if destroy:
|
Completed in 135 milliseconds