Cancel koji tasks when pungi terminated
JIRA: RHELCMP-4148 Signed-off-by: Haibo Lin <hlin@redhat.com>
This commit is contained in:
parent
edb4517e80
commit
035b37c566
22 changed files with 92 additions and 39 deletions
|
|
@ -446,7 +446,7 @@ class TestSourceKoji(helpers.PungiTestCase):
|
|||
|
||||
self.assertEqual(pkgsets, gpfk.return_value)
|
||||
self.assertEqual(path_prefix, "/prefix/")
|
||||
self.assertEqual(KojiWrapper.mock_calls, [mock.call("koji")])
|
||||
self.assertEqual(KojiWrapper.mock_calls, [mock.call(compose)])
|
||||
|
||||
|
||||
class TestCorrectNVR(helpers.PungiTestCase):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue