Write module metadata
Signed-off-by: Ondrej Nosek <onosek@redhat.com>
This commit is contained in:
parent
c6d507582a
commit
e3aa2f769b
6 changed files with 124 additions and 42 deletions
|
|
@ -142,7 +142,7 @@ data:
|
|||
- MIT
|
||||
"""
|
||||
|
||||
get_module.return_value = {'abc': 'def', 'modulemd': modulemd, 'rpms': [], 'koji_tag': 'taggg'}
|
||||
get_module.return_value = {'abc': 'def', 'modulemd': modulemd, 'rpms': [], 'koji_tag': 'taggg', 'variant_uid': 'modulenamefoo-rhel-1'}
|
||||
for name, variant in self.compose.variants.items():
|
||||
variant.get_modules = mock.MagicMock()
|
||||
if name == 'Server':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue