register SyncRestClient to work with new MetricLogClient Filter 78/97778/4
authorAlexey Sandler <alexey.sandler@intl.att.com>
Thu, 31 Oct 2019 07:42:12 +0000 (09:42 +0200)
committerAlexey Sandler <alexey.sandler@intl.att.com>
Thu, 31 Oct 2019 11:03:18 +0000 (13:03 +0200)
commit5417f56b89f4780b3c43e5430aa38cc1035a2f1c
treea7f834c0723f782d25a8fe188081878c0b75a421
parent94b51c73b499978aaddbb115de2b0f16f2d4db96
register SyncRestClient to work with new MetricLogClient Filter

Issue-ID: VID-253

add API test that checks request headers logged tometrics log

Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
Change-Id: Ic2bfb99d40482b939ddaa4ba5c694f1042c3dd69
Signed-off-by: Alexey Sandler <alexey.sandler@intl.att.com>
vid-app-common/src/main/java/org/onap/vid/client/SyncRestClient.java
vid-app-common/src/main/java/org/onap/vid/mso/rest/MsoRestClientNew.java
vid-app-common/src/test/java/org/onap/vid/mso/rest/MsoRestClientTest.java
vid-app-common/src/test/java/org/onap/vid/mso/rest/MsoRestClientTestUtil.java
vid-app-common/src/test/java/org/onap/vid/mso/rest/OutgoingRequestHeadersTest.java [deleted file]
vid-automation/src/main/java/org/onap/simulator/presetGenerator/presets/BasePresets/BaseMSOPreset.java
vid-automation/src/test/java/org/onap/vid/api/ChangeManagementMsoApiLoggingTest.java [new file with mode: 0644]