diff options
author | PatrikBuhr <patrik.buhr@est.tech> | 2019-08-12 12:28:01 +0000 |
---|---|---|
committer | PatrikBuhr <patrik.buhr@est.tech> | 2019-08-12 12:28:01 +0000 |
commit | f60b5dd56a5cc287b6ad007e7dd22612fa547f4e (patch) | |
tree | ed8130dc6a3abe9be5fbd4a6d65c21d4876d8282 /datafile-app-server/src/test/resources | |
parent | 60e9cb9b38ef2124c839a1877f50a4cb83973693 (diff) |
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 <patrik.buhr@est.tech>
Diffstat (limited to 'datafile-app-server/src/test/resources')
-rw-r--r-- | datafile-app-server/src/test/resources/datafile_endpoints_test.json | 15 |
1 files changed, 8 insertions, 7 deletions
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 +} + |