aboutsummaryrefslogtreecommitdiffstats
path: root/common/src/test/resources/examples/acm/PMSH/consul_call_body.json
diff options
context:
space:
mode:
authoradheli.tavares <adheli.tavares@est.tech>2022-03-15 09:38:05 +0000
committerAdheli Tavares <adheli.tavares@est.tech>2022-03-22 09:32:06 +0000
commite5a316e5c8aeaae1ba4aead0a71b6baf2f8cc5c1 (patch)
treed81fc10a5ca261ca2e99753697b1345019b2c6ba /common/src/test/resources/examples/acm/PMSH/consul_call_body.json
parentcbd4d5dbe88928d5765e9749987f6b93f2b347e9 (diff)
Clean up of test resources not used by ACM
Issue-ID: POLICY-3945 Change-Id: I9d3b47a47288816f7ff3d60b21237a458b14cf68 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
Diffstat (limited to 'common/src/test/resources/examples/acm/PMSH/consul_call_body.json')
-rw-r--r--common/src/test/resources/examples/acm/PMSH/consul_call_body.json62
1 files changed, 0 insertions, 62 deletions
diff --git a/common/src/test/resources/examples/acm/PMSH/consul_call_body.json b/common/src/test/resources/examples/acm/PMSH/consul_call_body.json
deleted file mode 100644
index 9118e9a6f..000000000
--- a/common/src/test/resources/examples/acm/PMSH/consul_call_body.json
+++ /dev/null
@@ -1,62 +0,0 @@
-{
- "subscription": {
- "subscriptionName": "subscriptiona",
- "administrativeState": "UNLOCKED",
- "fileBasedGP": 15,
- "fileLocation": "/pm/pm.xml",
- "nfFilter": {
- "nfNames": [
- "^pnf1.*"
- ],
- "modelInvariantIDs": [
- "5845y423-g654-6fju-po78-8n53154532k6",
- "7129e420-d396-4efb-af02-6b83499b12f8"
- ],
- "modelVersionIDs": [
- "e80a6ae3-cafd-4d24-850d-e14c084a5ca9"
- ]
- },
- "measurementGroups": [
- {
- "measurementGroup": {
- "measurementTypes": [
- {
- "measurementType": "countera"
- },
- {
- "measurementType": "counterb"
- }
- ],
- "managedObjectDNsBasic": [
- {
- "DN": "dna"
- },
- {
- "DN": "dnb"
- }
- ]
- }
- },
- {
- "measurementGroup": {
- "measurementTypes": [
- {
- "measurementType": "counterc"
- },
- {
- "measurementType": "counterd"
- }
- ],
- "managedObjectDNsBasic": [
- {
- "DN": "dnc"
- },
- {
- "DN": "dnd"
- }
- ]
- }
- }
- ]
- }
-}