test/fmt_v1: add sources to test manifest
Include two samples sources in the test manifest so that those will be checked in the various tests as well.
This commit is contained in:
parent
12c9173faf
commit
ae1a1a140e
1 changed files with 18 additions and 0 deletions
|
|
@ -18,6 +18,24 @@ from .. import test
|
|||
|
||||
|
||||
BASIC_PIPELINE = {
|
||||
"sources": {
|
||||
"org.osbuild.files": {
|
||||
"urls": {
|
||||
"sha256:6eeebf21f245bf0d6f58962dc49b6dfb51f55acb6a595c6b9cbe9628806b80a4":
|
||||
"https://internet/curl-7.69.1-1.fc32.x86_64.rpm",
|
||||
}
|
||||
},
|
||||
"org.osbuild.ostree": {
|
||||
"commits": {
|
||||
"439911411ce7868a7b058c2a660e421991eb2df10e2bdce1fa559bd4390105d1": {
|
||||
"remote": {
|
||||
"url": "file:///repo",
|
||||
"gpgkeys": ["data"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"pipeline": {
|
||||
"build": {
|
||||
"pipeline": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue