Searched refs:destroy (Results 1 - 14 of 14) sorted by relevance

/pkg/src/modules/client/
H A Dbootenv.py155 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 Dpublisher.py1789 self.catalog.destroy()
1986 v1_cat.destroy()
2010 v1_cat.destroy()
H A Dimage.py1601 def destroy(self): member in class:Image
H A Dapi.py5928 img.destroy()
/pkg/src/tests/api/
H A Dt_api.py342 api_obj = self.image_create(destroy=False)
349 self.image_create, destroy=False)
H A Dt_catalog.py1066 # 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 Dcatalog.py280 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 Dt_pkgrepo.py900 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 Dt_pkg_refresh.py578 part.destroy()
H A Dt_pkg_linked.py232 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 Dt_pkg_install.py4700 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 Dt_pkgsign.py2262 self.image_create(self.rurl1, destroy=False)
3308 self.image_create(self.durl4, destroy=True)
/pkg/src/modules/lint/
H A Dengine.py894 api_inst._img.destroy()
/pkg/src/tests/
H A Dpkg5unittest.py2434 def image_create(self, repourl=None, destroy=True, fs=(),
2444 if destroy:
4228 destroy=True):
4249 if destroy:

Completed in 135 milliseconds