Updated tests for volume id option

This commit is contained in:
Brendan Reilly 2019-01-30 11:37:31 -05:00 committed by Mike McLean
parent b92824cca0
commit ffdfb45e1c

View file

@ -22,6 +22,7 @@ LIVECD_OPTIONS = {
"ksversion": None,
"repo": None,
"release": None,
"volid": None,
"specfile": None,
}
@ -41,6 +42,7 @@ LIVEMEDIA_OPTIONS = {
"lorax_url": None,
"optional_arches": None,
"title": None,
"volid": None,
}
APPLIANCE_OPTIONS = {
@ -413,6 +415,7 @@ Options:
is the default.
--release=RELEASE Forcibly set the release field
--title=TITLE Set the image title (defaults to <name>)
--volid=VOLID Set the volume id
--specfile=URL SCM URL to spec file fragment to use to generate
wrapper RPMs
--skip-tag Do not attempt to tag package
@ -499,6 +502,7 @@ Options:
The build tag repo associated with the target is the
default.
--release=RELEASE Forcibly set the release field
--volid=VOLID Set the volume id
--specfile=URL SCM URL to spec file fragment to use to generate
wrapper RPMs
--skip-tag Do not attempt to tag package