From ac6773591fcfc1e0d5f23038b3c37e9612ca9a9e Mon Sep 17 00:00:00 2001 From: PatrikBuhr Date: Fri, 26 Mar 2021 12:19:42 +0100 Subject: Ingnoring RIC faulty configuration entries Ignoring RIC figuration entries where the baseUrl is empty. Change-Id: I50e63c964375d009a927290ab1ba0895a7f8888c Issue-ID: CCSDK-3227 Signed-off-by: PatrikBuhr --- .../test_application_configuration_with_dmaap_config.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'a1-policy-management/src/test/resources/test_application_configuration_with_dmaap_config.json') diff --git a/a1-policy-management/src/test/resources/test_application_configuration_with_dmaap_config.json b/a1-policy-management/src/test/resources/test_application_configuration_with_dmaap_config.json index 61ab31e8..ed1501dd 100644 --- a/a1-policy-management/src/test/resources/test_application_configuration_with_dmaap_config.json +++ b/a1-policy-management/src/test/resources/test_application_configuration_with_dmaap_config.json @@ -25,6 +25,14 @@ "kista_3", "kista_4" ] + }, + { + "name": "ric3_noBaseURL", + "baseUrl": "", + "managedElementIds": [ + "kista_3", + "kista_4" + ] } ], "streams_publishes": { @@ -44,4 +52,4 @@ } } } -} \ No newline at end of file +} -- cgit 1.2.3-korg