433b37b1a8
Today the scripts that populate default values and validate scenarios have different command-line interfaces: the former requires an XML schema as input (which is cumbersome in most cases), while the latter always infer where the XML schema is (which is inflexible). This patch unifies the command line options of those scripts as follows: - The scenario XML is always a required positional argument. - The output file path (if any) is an optional positional argument. - The schema XML file is an optional long option. When not specified, the scripts will always use the one under the misc/config_tools/schema directory. Also, this patch makes the validator.py executable, as is done to other executable scripts in the repo. Tracked-On: #6690 Signed-off-by: Junjie Mao <junjie.mao@intel.com> |
||
---|---|---|
.. | ||
makefile | ||
genconf.sh | ||
genld.sh |