summaryrefslogtreecommitdiffstats
path: root/src/test/resources/valid_mapper_config.json
diff options
context:
space:
mode:
authorJoeOLeary <joseph.o.leary@est.tech>2019-10-02 15:25:11 +0100
committerJoeOLeary <joseph.o.leary@est.tech>2019-10-10 18:01:29 +0100
commit6f048953ea3002a5b8d8b554580135276b72de50 (patch)
tree6124395ce1ead2fedef250d1174a679b3ad0c9cf /src/test/resources/valid_mapper_config.json
parente77494eda65ff81a42a9ec960ab96846a3d48476 (diff)
Fix filter config as an object
* Add use exisiting to DR feed * Add resource configuration * Add support for filter config as escaped JSON string Issue-ID: DCAEGEN2-1826 Change-Id: Ie4fe45e0443af8eb4d859e66609aa6cbffd0e920 Signed-off-by: JoeOLeary <joseph.o.leary@est.tech>
Diffstat (limited to 'src/test/resources/valid_mapper_config.json')
-rw-r--r--src/test/resources/valid_mapper_config.json14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/test/resources/valid_mapper_config.json b/src/test/resources/valid_mapper_config.json
index 39d4ee6..07ccdb1 100644
--- a/src/test/resources/valid_mapper_config.json
+++ b/src/test/resources/valid_mapper_config.json
@@ -1,17 +1,5 @@
{
- "pm-mapper-filter": {
- "filters": [
- {
- "pmDefVsn": "V9",
- "nfType": "NrRadio",
- "vendor": "Ericsson",
- "measTypes": [
- "A",
- "B"
- ]
- }
- ]
- },
+ "pm-mapper-filter": "{\"filters\": [{\"pmDefVsn\": \"V9\", \"nfType\": \"NrRadio\", \"vendor\": \"Ericsson\", \"measTypes\": [\"A\", \"B\"]}]}",
"key_store_path": "src/test/resources/testkeystore.jks.b64",
"key_store_pass_path": "src/test/resources/password",
"trust_store_path": "src/test/resources/testkeystore.jks.b64",