summaryrefslogtreecommitdiffstats
path: root/src/dkv/api/configHandlers_test.go
AgeCommit message (Collapse)AuthorFilesLines
2018-03-22Make datastore generic to support Consul/CassandraShashank Kumar Shankar1-18/+18
This patch makes the backend datastore to be generic so that the backend datastore can be either Consul or Cassandra. This way, MUSIC's core functionality can be used and makes other minor fixes. Change-Id: Iba4eaa751fe60a293d6f2fd60ad06a8c4be1dd1e 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/+234
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>