aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/test/resources/sample-test-invalid-default-params-not-exist.yaml
AgeCommit message (Collapse)AuthorFilesLines
2017-09-13Namespace migration to open_cli_schema_versionKanagaraj Manickam k003651061-1/+1
CLI-3 Change-Id: I87d739c9c9b9f8e7724f1aa736a51b0fd91c30df Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
2017-08-04Fix invalid help parameterssubhash kumar singh1-0/+4
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>