test/assembler: check for ostree version metadata

Set the OS version of the commit via the new `os_version` option
and make sure that it is in the compose info as well as in the
commit metadata.
This commit is contained in:
Christian Kellner 2020-08-11 17:07:39 +02:00 committed by David Rheinsberg
parent b89ef5aa5e
commit fdded58cdd
3 changed files with 16 additions and 2 deletions

View file

@ -682,7 +682,8 @@
"assembler": {
"name": "org.osbuild.ostree.commit",
"options": {
"ref": "fedora/x86_64/osbuild"
"ref": "fedora/x86_64/osbuild",
"os_version": "32"
}
}
},

View file

@ -97,7 +97,8 @@
"assembler": {
"name": "org.osbuild.ostree.commit",
"options": {
"ref": "fedora/x86_64/osbuild"
"ref": "fedora/x86_64/osbuild",
"os_version": "32"
}
}
}