summaryrefslogtreecommitdiffstats
path: root/components/pm-subscription-handler/tests/expected_config.json
diff options
context:
space:
mode:
authorJoseph O'Leary <joseph.o.leary@est.tech>2020-01-10 11:43:57 +0000
committerGerrit Code Review <gerrit@onap.org>2020-01-10 11:43:57 +0000
commit8570063f9b5de18acfa9eec7395430745b891863 (patch)
tree89ab0c66b8467b75a7c9b742a25ad931c4d03410 /components/pm-subscription-handler/tests/expected_config.json
parent6670cf98b8141f6b0f67efa9ec5caeca6e5863a8 (diff)
parent331a93a59c60f570c2ab231b425f9cd46c07ccf4 (diff)
Merge "Pull config from CBS"
Diffstat (limited to 'components/pm-subscription-handler/tests/expected_config.json')
-rwxr-xr-xcomponents/pm-subscription-handler/tests/expected_config.json68
1 files changed, 68 insertions, 0 deletions
diff --git a/components/pm-subscription-handler/tests/expected_config.json b/components/pm-subscription-handler/tests/expected_config.json
new file mode 100755
index 00000000..43f67e88
--- /dev/null
+++ b/components/pm-subscription-handler/tests/expected_config.json
@@ -0,0 +1,68 @@
+{
+ "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