pkgset: Reuse pkgset repos
JIRA: COMPOSE-4158 Signed-off-by: Haibo Lin <hlin@redhat.com>
This commit is contained in:
parent
169fa5b453
commit
3543f8fb3e
7 changed files with 365 additions and 18 deletions
|
|
@ -45,6 +45,7 @@ class TestMaterializedPkgsetCreate(helpers.PungiTestCase):
|
|||
def _make_pkgset(self, name):
|
||||
pkgset = mock.Mock()
|
||||
pkgset.name = name
|
||||
pkgset.reuse = None
|
||||
|
||||
def mock_subset(primary, arch_list, exclusive_noarch):
|
||||
self.subsets[primary] = mock.Mock()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue