summaryrefslogtreecommitdiffstats
path: root/src/test
AgeCommit message (Collapse)AuthorFilesLines
2017-09-21Expose ssl protocol configdave.adams (da490c)2-0/+36
Issue-ID: AAI-127 Change-Id: I657144887df8ec36b73d0506902ca4d324dd794a Signed-off-by: dave.adams (da490c) <dave.adams@amdocs.com>
2017-09-14Renaming openecomp to onapArul.Nambi5-8/+14
Issue-ID: AAI-208 Change-Id: I852fda30e0b44e73da8ae3e4748b49c663e544d0 Signed-off-by: Arul.Nambi <arul.nambi@amdocs.com>
2017-09-08Add name to the top level pom for rest-clientVenkata Harish K Kajur4-0/+88
Issue-ID: AAI-271 Change-Id: I1a66b2042a2a775c55fc8cde021e56bd45a5ef3a Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
2017-07-11Fix incorrect result for a server response of 204mark.j.leonard1-692/+309
The Rest Client will not always call the method getEntity() on a com.sun.jersey.api.client.ClientResponse object, which is documented to throw a UniformInterfaceException if the HTTP server response status is 204 (No Content). This fix prevents the Rest Client handling the thrown exception by returning a 500 response to the caller, which would wrongly indicate an Internal Server Error. Change-Id: I7b78d2b43213e330593bbea559025f790db6264f Issue-ID: AAI-48 Signed-off-by: mark.j.leonard <mark.j.leonard@gmail.com>
2017-05-24Update rest-client with additional operationsdave.adams (da490c)6-529/+1110
Change-Id: Ia19c5156d40c816dc1ee77cece92c43f40791c59 Signed-off-by: dave.adams (da490c) <dave.adams@amdocs.com>
2017-05-08Initial OpenEcomp A&AI Rest Client commit.Shwetank Dave2-0/+557
Change-Id: Ic6949778061bdf141431c4b14ea2417da6aa1e57 Signed-off-by: Shwetank Dave <shwetank.dave@amdocs.com>