summaryrefslogtreecommitdiffstats
path: root/src/dkv/api/utils_test.go
AgeCommit message (Collapse)AuthorFilesLines
2018-05-23Create Token Service JSON dynamically2.0.0-ONAPbeijing2.0.0-ONAPShashank Kumar Shankar1-1/+41
This patch makes sure the Token Service JSON is dynically created so that this fits better when deployed on Kubernetes. Change-Id: I4426f68af2a6de4d2ffe4f488d5660c47f13ccaf Issue-ID: MUSIC-55 Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
2018-03-02Add feature to hold configs in filesystemShashank Kumar Shankar1-0/+306
This patch adds feature to hold config files on filesystem and adds all unit tests to have enough coverage for milestones. Change-Id: Icd6f3dc93e0f419500f82f0a6ccd62e500dfc918 Issue-ID: MUSIC-42 Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
2018-02-21Update tests and refactor codeShashank Kumar Shankar1-19/+0
This patch adds some more tests and refactors the codebase. Change-Id: Iee669b85c5c7f9bdd01271fe86df20506f567d23 Issue-ID: MUSIC-23 Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>
2018-02-09Add swagger.json API ref and refactor code baseShashank Kumar Shankar1-0/+19
This patch adds the API reference in the form of swagger.json and refactors codebase to help in building process using a Makefile. Change-Id: I1ce11de6daf8defb563d8b6f319f05711057413b Issue-ID: MUSIC-23 Signed-off-by: Shashank Kumar Shankar <shashank.kumar.shankar@intel.com>