createrepo: Add tests for adding product certificates
If the certificate is enabled and exists, it will currently be added to all rpm repositories. Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
96fc6fb11e
commit
5148adf233
2 changed files with 136 additions and 5 deletions
4
tests/fixtures/server-rpms.json
vendored
4
tests/fixtures/server-rpms.json
vendored
|
|
@ -19,7 +19,7 @@
|
|||
"category": "binary"
|
||||
},
|
||||
"bash-0:4.3.30-2.fc21.src": {
|
||||
"path": "Server/source/SRPMS/b/bash-4.3.30-2.fc21.src.rpm",
|
||||
"path": "Server/source/tree/Packages/b/bash-4.3.30-2.fc21.src.rpm",
|
||||
"sigkey": null,
|
||||
"category": "source"
|
||||
},
|
||||
|
|
@ -38,7 +38,7 @@
|
|||
"category": "binary"
|
||||
},
|
||||
"bash-0:4.3.30-2.fc21.src": {
|
||||
"path": "Server/source/SRPMS/b/bash-4.3.30-2.fc21.src.rpm",
|
||||
"path": "Server/source/tree/Packages/b/bash-4.3.30-2.fc21.src.rpm",
|
||||
"sigkey": null,
|
||||
"category": "source"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue