diff options
author | efiacor <fiachra.corcoran@est.tech> | 2020-01-24 13:19:01 +0000 |
---|---|---|
committer | efiacor <fiachra.corcoran@est.tech> | 2020-02-10 15:45:13 +0000 |
commit | 8b3fc62050a344fe9a9c8909e4c672cb9aa3281d (patch) | |
tree | aa74fef6de378a1914067cb8a3fffa3798cb6a35 /components/pm-subscription-handler/tests/expected_config.json | |
parent | bbe05d8a65ee0ac698d906b50282406bafe34f80 (diff) |
Adding DB Init and setup
Signed-off-by: efiacor <fiachra.corcoran@est.tech>
Change-Id: Ie32efcf007c9b6fa25b0072019f4a91a841d9d0c
Issue-ID: DCAEGEN2-1828
Diffstat (limited to 'components/pm-subscription-handler/tests/expected_config.json')
-rwxr-xr-x | components/pm-subscription-handler/tests/expected_config.json | 68 |
1 files changed, 0 insertions, 68 deletions
diff --git a/components/pm-subscription-handler/tests/expected_config.json b/components/pm-subscription-handler/tests/expected_config.json deleted file mode 100755 index 43f67e88..00000000 --- a/components/pm-subscription-handler/tests/expected_config.json +++ /dev/null @@ -1,68 +0,0 @@ -{ - "config":{}, - "policy": { - "subscription": { - "subscriptionName": "someExtraPM-AllKista-gNB-R2B", - "administrativeState": "UNLOCKED", - "fileBasedGP": 15, - "fileLocation": "c:\/\/PM", - "nfTypeModelInvariantId": "2829292", - "nfFilter": { - "swVersions": [ - "A21", - "B" - ], - "nfNames": [ - "ABC", - "DEF", - "foo.*" - ] - }, - "measurementGroups": [ - { - "measurementGroup": { - "measurementTypes": [ - { - "measurementType": "countera" - }, - { - "measurementType": "counterb" - } - ], - "managedObjectDNsBasic": [ - { - "DN": "dna" - }, - { - "DN": "dnb" - } - ] - } - }, - { - "measurementGroup": { - "measurementTypes": [ - { - "measurementType": "counterc" - }, - { - "measurementType": "counterd" - } - ], - "managedObjectDNsBasic": [ - { - "DN": "dnc" - }, - { - "DN": "dnd" - } - ] - } - } - ] - } -} - - - -}
\ No newline at end of file |