aboutsummaryrefslogtreecommitdiffstats
path: root/a1-policy-management/src/test/resources/test_application_configuration_with_dmaap_config.json
diff options
context:
space:
mode:
authorPatrikBuhr <patrik.buhr@est.tech>2021-03-26 12:19:42 +0100
committerPatrikBuhr <patrik.buhr@est.tech>2021-03-26 12:21:13 +0100
commitac6773591fcfc1e0d5f23038b3c37e9612ca9a9e (patch)
treed091811b4d31502b0c29376c3f85d6ca388d6b51 /a1-policy-management/src/test/resources/test_application_configuration_with_dmaap_config.json
parent7a052f6652ffc9965f3c0d2cdc8b7385d1029f3f (diff)
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 <patrik.buhr@est.tech>
Diffstat (limited to 'a1-policy-management/src/test/resources/test_application_configuration_with_dmaap_config.json')
-rw-r--r--a1-policy-management/src/test/resources/test_application_configuration_with_dmaap_config.json10
1 files changed, 9 insertions, 1 deletions
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
+}