summaryrefslogtreecommitdiffstats
path: root/sms-client/src
AgeCommit message (Collapse)AuthorFilesLines
2018-05-16Moving java code to java folderKiran Kamineni13-1009/+0
This is to setup the area for clients in other languages used in ONAP. Eg: python Issue-ID: AAF-289 Change-Id: I597492c6ba2be3291d383b98c205cb7725b1a3ac Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-04-24Add more test cases for sms-clientManjunath Ranganathaiah6-1/+220
This patch adds unit test cases for: Storing and deleting secrets. Listing the secret names. Getting the secret details. Change-Id: Ida8d08202305be818926993d676c778605e130f3 Issue-ID: AAF-183 Signed-off-by: Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
2018-04-11Add maven build structureManjunath Ranganathaiah9-10/+13
Restructure the directories and files to accommodate maven build. This will build, test and generate jar file for clients to use. Adds a target in the top level makefile. Issue-ID: AAF-183 Change-Id: I8c27396248d83070befe51f2c6e01aed7dea9202 Signed-off-by: Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
2018-04-03Add test case for delete domainManjunath Ranganathaiah4-13/+71
Change-Id: I1ae8372d024ad5b718d369ccf9c82e3ae7d0bdd5 Issue-ID: AAF-183 Signed-off-by: Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
2018-03-27Test framework for sms client code.Manjunath Ranganathaiah5-2/+210
Adds a test case for create domain interface Change-Id: I198d4e91845753ca359330c367180bd3a3732f30 Issue-ID: AAF-183 Signed-off-by: Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
2018-03-16Return only values to the caller of getSecretManjunath Ranganathaiah2-3/+26
Use returned values of map for datatype variables. Change-Id: I3829eab81e5e573505efff68970bd3495b7a92f0 Issue-ID: AAF-98 Signed-off-by: Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>
2018-03-14Updated with variety of values in client exampleKiran Kamineni1-12/+18
Added a few different values in map that are of different datatypes Sorted the import statements and grouped by function Issue-ID: AAF-98 Change-Id: Ibe9f3188b1373c10275ea4aa4817eca789680b91 Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
2018-03-14Initial structure and java code for sms client.Manjunath Ranganathaiah4-0/+492
Change-Id: I245302bc125515269be948bb8b6874a7d3cb5367 Issue-ID: AAF-98 Signed-off-by: Manjunath Ranganathaiah <manjunath.ranganathaiah@intel.com>