[PMSH] Remove CBS sim from the suit
[integration/csit.git] / plans / dcaegen2-services-pmsh / testsuite / assets / cbs_sim / cbs-initializer.json
diff --git a/plans/dcaegen2-services-pmsh/testsuite/assets/cbs_sim/cbs-initializer.json b/plans/dcaegen2-services-pmsh/testsuite/assets/cbs_sim/cbs-initializer.json
deleted file mode 100644 (file)
index 0c3592b..0000000
+++ /dev/null
@@ -1,124 +0,0 @@
-[
-  {
-    "httpRequest": {
-      "path": "/service_component_all/.*"
-    },
-    "httpResponse": {
-      "statusCode": 200,
-      "headers": {
-        "content-type": [
-          "application/json"
-        ]
-      },
-      "body": {
-        "type": "JSON",
-        "json": {
-          "config": {
-            "control_loop_name": "pmsh-control-loop",
-            "operational_policy_name": "pmsh-operational-policy",
-            "cert_path": "/opt/app/pmsh/etc/certs/cert.pem",
-            "enable_tls": true,
-            "ca_cert_path": "/opt/app/pmsh/etc/certs/cacert.pem",
-            "pmsh_policy": {
-              "subscription": {
-                "subscriptionName": "ExtraPM-All-gNB-R2B",
-                "administrativeState": "LOCKED",
-                "fileBasedGP": 15,
-                "fileLocation":"\/pm\/pm.xml",
-                "nfFilter": {
-                  "nfNames": [
-                    "^pnf.*",
-                    "^vnf.*"
-                  ],
-                  "modelInvariantIDs": [
-                    "7129e420-d396-4efb-af02-6b83499b12f8"
-                  ],
-                  "modelVersionIDs": [
-                  ],
-                  "modelNames": [
-                  ]
-                },
-                "measurementGroups": [
-                  {
-                    "measurementGroup": {
-                      "measurementTypes": [
-                        {
-                          "measurementType": "countera"
-                        },
-                        {
-                          "measurementType": "counterb"
-                        }
-                      ],
-                      "managedObjectDNsBasic": [
-                        {
-                          "DN": "dna"
-                        },
-                        {
-                          "DN": "dnb"
-                        }
-                      ]
-                    }
-                  },
-                  {
-                    "measurementGroup": {
-                      "measurementTypes": [
-                        {
-                          "measurementType": "counterc"
-                        },
-                        {
-                          "measurementType": "counterd"
-                        }
-                      ],
-                      "managedObjectDNsBasic": [
-                        {
-                          "DN": "dnc"
-                        },
-                        {
-                          "DN": "dnd"
-                        }
-                      ]
-                    }
-                  }
-                ]
-              }
-            },
-            "streams_publishes": {
-              "policy_pm_publisher": {
-                "dmaap_info": {
-                  "client_id": "1475976809466",
-                  "client_role": "org.onap.dcae.pmPublisher",
-                  "topic_url": "http://mr-sim:3904/events/unauthenticated.DCAE_CL_OUTPUT",
-                  "location": "san-francisco"
-                },
-                "type": "message_router"
-              }
-            },
-            "streams_subscribes": {
-              "aai_subscriber": {
-                "type": "message_router",
-                "dmaap_info": {
-                  "client_id": "1575976809466",
-                  "client_role": "org.onap.dcae.aaiSub",
-                  "topic_url": "http://mr-sim:3904/events/AAI-EVENT",
-                  "location": "san-francisco"
-                }
-              },
-              "policy_pm_subscriber": {
-                "dmaap_info": {
-                  "location": "san-francisco",
-                  "topic_url": "http://mr-sim:3904/events/unauthenticated.PMSH_CL_INPUT",
-                  "client_role": "org.onap.dcae.pmSubscriber",
-                  "client_id": "1575876809456"
-                },
-                "type": "message_router"
-              }
-            },
-            "key_path": "/opt/app/pmsh/etc/certs/key.pem",
-            "aaf_identity": "dcae@dcae.onap.org",
-            "aaf_password": "demo123456!"
-          }
-        }
-      }
-    }
-  }
-]