def test_12_delete_iso_orphans(self): IsoOrphan.delete_all(self.pulp) self.assertPulpOK()
def test_12_delete_iso_orphans_1109870(self): # https://bugzilla.redhat.com/show_bug.cgi?id=1109870 response = IsoOrphan.delete_all(self.pulp) self.assertPulpOK() Task.wait_for_report(self.pulp, response)
def test_16_delete_orphan_ISO_1109870(self): response = IsoOrphan.delete_all(self.pulp) self.assertPulpOK() Task.wait_for_report(self.pulp, response)
def test_10_delete_orphan_ISO_1109870(self): IsoOrphan.delete_all(self.pulp) self.assertPulpOK()
def test_12_delete_iso_orphans_1109870(self): # https://bugzilla.redhat.com/show_bug.cgi?id=1109870 IsoOrphan.delete_all(self.pulp) self.assertPulpOK()