summaryrefslogtreecommitdiffstats
path: root/framework/src/test/resources/sample-test-include-param.yaml
AgeCommit message (Collapse)AuthorFilesLines
2017-08-04Fix invalid help parameterssubhash kumar singh1-0/+6
Introduce new section "default_parameter" to add "include" and "exclude" parameter from defalut parameter list. Following is a example for the parameter section to use it: xyz.yaml: ... default_parameters: include: - parameter1 - parameter2 ... exclude: - parameter3 - parameter4 ... parameters: - parameter5 .... .... Issue-Id: CLI-20 Change-Id: I99fd91a130739f2007fdd85a23c76d4e1b30c542 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>