aboutsummaryrefslogtreecommitdiffstats
path: root/a1-policy-management/src/test/resources
diff options
context:
space:
mode:
authorPatrikBuhr <patrik.buhr@est.tech>2021-03-26 11:47:37 +0100
committerPatrikBuhr <patrik.buhr@est.tech>2021-03-26 11:49:54 +0100
commit2a9802dbea95a2a568e5977c1cf4747d5ecca149 (patch)
tree420400dbab40291f117fb2bffa10e83a8191839a /a1-policy-management/src/test/resources
parente9e8fda7dc7facf288d1652152ceb358977c1006 (diff)
Ignoring RiConfigs with empty baseUrl
Illegal message from A1 policy management causing flood of log messages Change-Id: I851f36f499255dbd82714d39caa77e771d39d282 Issue-ID: CCSDK-3227 Signed-off-by: PatrikBuhr <patrik.buhr@est.tech>
Diffstat (limited to 'a1-policy-management/src/test/resources')
-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
+}