Updated tests for volume id option
This commit is contained in:
parent
b92824cca0
commit
ffdfb45e1c
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue