Exemple #1
0
 def tearDown(self):
     PulpRPMTests.tearDown(self)
     Consumer.get_collection().remove()
     Repo.get_collection().remove()
     RepoContentUnit.get_collection().remove()
     RepoDistributor.get_collection().remove()
     database.clean()
     plugins.finalize()
Exemple #2
0
 def tearDown(self):
     PulpRPMTests.tearDown(self)
     self.deployer.uninstall()
     os.system = self.__system
     YumBase.reset()
 def tearDown(self):
     PulpRPMTests.tearDown(self)
     YumBase.reset()