Merge "Add parameter --tests-file to 'verify start'"
This commit is contained in:
commit
a0e6c77ce5
@ -56,7 +56,7 @@ _rally()
|
|||||||
OPTS["verify_results"]="--uuid --html --json --output-file"
|
OPTS["verify_results"]="--uuid --html --json --output-file"
|
||||||
OPTS["verify_show"]="--uuid --sort-by --detailed"
|
OPTS["verify_show"]="--uuid --sort-by --detailed"
|
||||||
OPTS["verify_showconfig"]="--deployment"
|
OPTS["verify_showconfig"]="--deployment"
|
||||||
OPTS["verify_start"]="--deployment --set --regex --tempest-config --no-use --system-wide-install"
|
OPTS["verify_start"]="--deployment --set --regex --tests-file --tempest-config --no-use --system-wide-install"
|
||||||
OPTS["verify_uninstall"]="--deployment"
|
OPTS["verify_uninstall"]="--deployment"
|
||||||
OPTS["verify_use"]="--verification"
|
OPTS["verify_use"]="--verification"
|
||||||
|
|
||||||
@ -87,4 +87,4 @@ _rally()
|
|||||||
return 0
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
complete -o filenames -F _rally rally
|
complete -o filenames -F _rally rally
|
||||||
|
Loading…
Reference in New Issue
Block a user