make scheduler client tolerance to error messages 06/94106/2
authorEylon Malin <eylon.malin@intl.att.com>
Thu, 22 Aug 2019 12:22:17 +0000 (15:22 +0300)
committerEylon Malin <eylon.malin@intl.att.com>
Thu, 22 Aug 2019 13:33:04 +0000 (16:33 +0300)
commit6eef01205c39cc155a8b6f5de25a564b44c919f9
tree3a998e300d292231b0541ae54b4cb1b75bca82f4
parent25082565839ea949b938eddb83d0670b3af8e536
make scheduler client tolerance to error messages

Read response from scheduler as String save them as raw,
and only then parse them

Issue-ID: VID-378
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: I38ed8f211b2c111b57741254cb5e90317fefdc7d
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
vid-app-common/src/main/java/org/onap/vid/scheduler/SchedulerRestInterface.java
vid-app-common/src/main/java/org/onap/vid/utils/Logging.java
vid-app-common/src/test/java/org/onap/vid/asdc/rest/SdcRestClientITTest.java
vid-app-common/src/test/java/org/onap/vid/testUtils/StubServerUtil.java
vid-automation/src/test/java/org/onap/vid/api/ProbeApiTest.java