From f60b5dd56a5cc287b6ad007e7dd22612fa547f4e Mon Sep 17 00:00:00 2001 From: PatrikBuhr Date: Mon, 12 Aug 2019 12:28:01 +0000 Subject: DFC Housekeeping Removed warnings. Improved code formatting Removed unused files Removed datafile_endpoints.json from the container Change-Id: I7334775be793cd9cb709ca1e031c620c2c1c2b3f Issue-ID: DCAEGEN2-1645 Signed-off-by: PatrikBuhr --- .../src/test/resources/datafile_endpoints_test.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'datafile-app-server/src/test/resources') diff --git a/datafile-app-server/src/test/resources/datafile_endpoints_test.json b/datafile-app-server/src/test/resources/datafile_endpoints_test.json index 0157c7d2..8913dc48 100644 --- a/datafile-app-server/src/test/resources/datafile_endpoints_test.json +++ b/datafile-app-server/src/test/resources/datafile_endpoints_test.json @@ -14,22 +14,23 @@ "PM_MEAS_FILES": { "type": "data_router", "dmaap_info": { - "username": "user", - "log_url": "https://dmaap.example.com/feedlog/972", - "publish_url": "https://message-router.onap.svc.cluster.local:3907/publish/1", + "username": "CYE9fl40", "location": "loc00", - "password": "password", - "publisher_id": "972.360gm" + "log_url": "https://localhost:3907/feedlog/1", + "publisher_id": "4.307dw", + "password": "izBJD8nLjawq0HMG", + "publish_url": "https://localhost:3907/publish/1" } } }, "streams_subscribes": { "dmaap_subscriber": { "dmaap_info": { - "topic_url": "http://admin:admin@message-router.onap.svc.cluster.local:2222/events/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12" + "topic_url": "http://dradmin:dradmin@localhost:2222/events/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12" }, "type": "message_router" } } } -} \ No newline at end of file +} + -- cgit 1.2.3-korg