summaryrefslogtreecommitdiffstats
path: root/validate/sample-yaml-generator/src
AgeCommit message (Collapse)AuthorFilesLines
2020-08-04Code improvement for pending sonar issuesjitendra0071-1/+1
Issue-ID: CLI-270 Signed-off-by: jitendra007 <jitendra.sharma1@huawei.com> Change-Id: Ie27d3ff077fa1ef4d13788849aa82d695f183eeb
2020-07-14Code ImprovementsSravanKumarGunda1-1/+1
Signed-off-by: SravanKumarGunda <sravan.kumar1@huawei.com> Issue-ID: CLI-270 Change-Id: I3de621dab68f153c16a36102239b095c60abf9ab
2020-07-09Fixed sonarcloud issuesjitendra0071-1/+3
Issue-ID: CLI-270 Signed-off-by: jitendra007 <jitendra.sharma1@huawei.com> Change-Id: Ibb52afb2fe8fe7c9be4299d1a1cb1e3d32ab0eca
2020-05-06sonar bug fix- conditional operation returns the same value whether the ↵priyanka.akhade2-2/+7
condition is "true" or "false" Signed-off-by: priyanka.akhade <priyanka.akhade@huawei.com> Issue-ID: CLI-270 Change-Id: I500b47559bba7b8cf366f70357041c4c516b8f90
2019-09-30Fix ovp lcm validationKanagaraj M2-3/+6
Issue-ID: CLI-166 Change-Id: I0c8def49c6d3eb79d4686b40899ff165ae2461ce Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
2019-08-05Update frameworkKanagaraj M2-6/+4
Issue-ID: CLI-169 Change-Id: Ice38da575d2e349bb875149afd894e348bc20253 Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
2017-11-21Merges from 1.1.0Kanagaraj Manickam k003651061-1/+1
Issue-Id: CLI-66 Change-Id: I89fde334e2425eb91630912d726c320ece4aebd6 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-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-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 Manickam2-4/+5
* 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 k003651062-4/+5
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 singh2-0/+114
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>