aboutsummaryrefslogtreecommitdiffstats
path: root/src/k8splugin/mock_files/mock_profiles
AgeCommit message (Collapse)AuthorFilesLines
2019-03-11Add support for parsing profile yaml filesKiran Kamineni6-0/+60
Add code to parse profile configuration yaml The parsing function is global and returns a client which can then be used to get or apply specific parts of the configuration on top of an extracted helm chart. P14: Add unit test that covers both ProcessProfileYaml and CopyConfigurationOverrides P15: Adding mock_charts and mock_profiles We expect to reuse these files for other unit tests Issue-ID: ONAPARC-348 Change-Id: I4504d0b158fdfef476b8c2a461d33306926545d7 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>