aboutsummaryrefslogtreecommitdiffstats
path: root/validate
AgeCommit message (Collapse)AuthorFilesLines
2017-11-21Make schema-validate independent of schema profileKanagaraj Manickam k003651061-0/+6
Now schema-validate is able to validate schema of any given type supported. Issue-Id: CLI-66 Change-Id: I47ac5e81e9b12dd575e0a4cdc7e8e8bad0f87474 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
2017-11-20Utils are splitted into multiple classesKanagaraj Manickam k003651061-2/+2
Issue-Id: CLI-66 Change-Id: I334d9121fe19c25af00bd83a53260c43b7f5446e Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
2017-11-20Fix rebased conflicts from masterKanagaraj Manickam k003651061-1/+1
Issue-Id: CLI-66 Change-Id: I1cc275c2794d9c7e4b951f648eb8cc1e569973c5 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
2017-11-20Ignore invalid schema while discovering schemaKanagaraj Manickam k003651061-1/+1
Issue-Id: CLI-66 Change-Id: I17a367c9277a264b2d3828007af9b42592484ff1 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
2017-11-20Normalize OnapCommandSchemaKanagaraj Manickam k003651061-6/+6
discovery is optimized to register the plugins and http commands from one function Issue-Id: CLI-66 Change-Id: I3b813862ffd5640c5218c4cced7d10f914dce4ad Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
2017-11-20Remove default_parameter section and use is_includKanagaraj Manickam k003651061-1/+1
Issue-Id: CLI-66 Change-Id: I24a3bc4d133d4d69fd6522091f20f88edd6c2f19 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
2017-11-20Modify validate to include sample pluginKanagaraj Manickam k003651062-21/+14
Issue-Id: CLI-66 Change-Id: I3397cd29835c5ac3a95a7f0f80fcee5d1e49de99 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
2017-11-06Add samples for commandssubhash kumar singh1-2/+2
- Add samples for command - Fix typo (change from "ouput" to "output") in sample files. Change-Id: Ifa5c1a302df5be07c28c7e97602ec22844ce1aea Issue-ID: CLI-55 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2017-11-03Enable documentation generation for sample yamlsubhash kumar singh2-7/+101
Collect all sample yaml files to create documentation. Change-Id: I5374c51a7ba8e4744956b7fdef20e4449313d705 Issue-ID: CLI-55 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2017-11-02Improve validation test casesKanagaraj Manickam k003651062-5/+6
CLI-57 Change-Id: I1c44db4d71893af0093598ac4d539774360d1ab6 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
2017-10-31Fix build failure issueKanagaraj Manickam k003651063-3/+3
CLI-57 Change-Id: Ia2bd58b8730deb26878552cc1cbf0f430a2e821f Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
2017-10-31Fix yaml generationsubhash kumar singh1-2/+2
Fix yaml generation for missing space for multiline. Change-Id: I62348cdef6032c96ba54aeedfb1b9f8675d9276c Issue-ID: CLI-55 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2017-10-31Fix onap doc generation to logs serial noKanagaraj Manickam k003651062-2/+3
CLI-57 Change-Id: Ie56edf2c52778341a680e499587898a35623ac6f Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
2017-10-27Remove white-spaces in sample generationKanagaraj Manickam k003651061-3/+7
CLI-57 Change-Id: I4796efbd020a8342f8abf69a156919c9ca095c2e Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
2017-10-26Merge changes I3bc55b53,Iff6d1f16,I19bdb8a1,Ia90bd215,I84533921Kanagaraj Manickam4-9/+7
* changes: Remove the stale samples for cloud commands Add samples for cloud-delete Add samples for cloud-list Add samples for cloud-create command Fix the sample file name align with schema
2017-10-26Fix the sample file name align with schemaKanagaraj Manickam k003651064-9/+7
CLI-55 Change-Id: I84533921d6a2bbfd818e0c68b723d6f131a21b2c Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
2017-10-26Remove sonar warning for stream usagesubhash kumar singh1-1/+1
Remove sonar warning for stream usage. Change-Id: I673166b4df1dea8e8e99320f8c3dd00495a26d3b Issue-ID: CLI-55 Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
2017-10-26Code refactoring to remove test code generationsubhash kumar singh16-0/+953
Refactor code to remove test code generation code from framework codebase. Issue-ID: CLI-55 Change-Id: I4b45ef50143317586c39cf118a1717be150707da Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>