def test_07_delete_puppet_orphans_1109870(self): # https://bugzilla.redhat.com/show_bug.cgi?id=1109870 response = PuppetModuleOrphan.delete_all(self.pulp) self.assertPulpOK() Task.wait_for_report(self.pulp, response)
def test_07_delete_puppet_orphans(self): PuppetModuleOrphan.delete_all(self.pulp) self.assertPulpOK()
def test_13_delete_puppet_orphans_1109870(self): # https://bugzilla.redhat.com/show_bug.cgi?id=1109870 PuppetModuleOrphan.delete_all(self.pulp) self.assertPulpOK()
def test_13_delete_puppet_orphans_1109870(self): # https://bugzilla.redhat.com/show_bug.cgi?id=1109870 response = PuppetModuleOrphan.delete_all(self.pulp) self.assertPulpOK() Task.wait_for_report(self.pulp, response)
def test_15_delete_orphan_puppet_module_1109870(self): response = PuppetModuleOrphan.delete_all(self.pulp) self.assertPulpOK() Task.wait_for_report(self.pulp, response)
def test_10_delete_orphan_puppet_module_1109870(self): PuppetModuleOrphan.delete_all(self.pulp) self.assertPulpOK()