handle non OK response from SDC while getting model 24/94724/1
authorEylon Malin <eylon.malin@intl.att.com>
Sun, 1 Sep 2019 12:02:06 +0000 (15:02 +0300)
committerEylon Malin <eylon.malin@intl.att.com>
Sun, 1 Sep 2019 12:02:06 +0000 (15:02 +0300)
commite6c30425575cd76a3955b03ab389150ed74fbb1d
treee1a668efc3bbd6b5da72ebd8b9825d5e1a96d74c
parent406cc2fe614d089c2f7834f9a22d6dfa47b4fa16
handle non OK response from SDC while getting model

Issue-ID: VID-378
Signed-off-by: Eylon Malin <eylon.malin@intl.att.com>
Change-Id: Idc6e587abb24fbec65ed159db7008e50abee2581
vid-app-common/src/main/java/org/onap/vid/asdc/rest/SdcRestClient.java
vid-app-common/src/main/java/org/onap/vid/client/UnirestPatch.kt
vid-app-common/src/main/java/org/onap/vid/model/probes/HttpRequestMetadata.java
vid-app-common/src/test/java/org/onap/vid/asdc/rest/SdcRestClientTest.java
vid-app-common/src/test/java/org/onap/vid/client/UnirestPatchKtTest.kt [new file with mode: 0644]
vid-app-common/src/test/java/org/onap/vid/mso/MsoBusinessLogicImplTest.java
vid-app-common/src/test/java/org/onap/vid/mso/MsoUtilTest.java
vid-app-common/src/test/java/org/onap/vid/testUtils/TestUtils.java