aboutsummaryrefslogtreecommitdiffstats
path: root/robot/assets/templates/policy/closedloop_opspolicy.jinja
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2020-08-25 13:18:02 -0400
committerMorgan Richomme <morgan.richomme@orange.com>2020-08-26 14:40:05 +0000
commit0adce51b4e79e3be3b92ab99e671dc4479f80486 (patch)
tree961ce6f2bfafe2c2e72b2622f8c02efa2feede82 /robot/assets/templates/policy/closedloop_opspolicy.jinja
parente8a9ad112aee6e5250f8ee53d72718b529a4dc9c (diff)
Remove deprecated Policy Component Tests
These tests I don't think are being called anymore. They refer to the old policy/engine code which is being deprecated. In addition, removing the drools-pdp Health check as the new PAP component consolidates all the policy components into one Healthcheck now. Minor fix for dcagen2 Policy Type that was missed in my last review. Renamed the Policy Healthcheck to remove the "new" Issue-ID: POLICY-2003 Change-Id: I8e90a1a70ca71ec57c665a4de6a02c223f3ccbe5 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'robot/assets/templates/policy/closedloop_opspolicy.jinja')
-rw-r--r--robot/assets/templates/policy/closedloop_opspolicy.jinja24
1 files changed, 0 insertions, 24 deletions
diff --git a/robot/assets/templates/policy/closedloop_opspolicy.jinja b/robot/assets/templates/policy/closedloop_opspolicy.jinja
deleted file mode 100644
index d6d62028..00000000
--- a/robot/assets/templates/policy/closedloop_opspolicy.jinja
+++ /dev/null
@@ -1,24 +0,0 @@
-
-{
- "policyConfigType": "BRMS_PARAM",
- "policyName": "{{policy_name}}",
- "policyDescription": "Create BRMS Param policy for vFW",
- "attributes": {
- "RULE": {
- "templateName": "ControlLoopDemo__closedLoopControlName",
- "closedLoopControlName": "CL-FRWL-LOW-TRAFFIC-SIG-d925ed73-8231-4d02-9545-db4e101f88f8",
- "policyVersion": "v1.0",
- "aaiNamedQueryUUID": "null",
- "aaiPassword": "null",
- "aaiURL": "null",
- "actor": "APPC",
- "appcTopic": "APPC-CL",
- "msoPassword": "null",
- "msoURL": "null",
- "msoUsername": "null",
- "aaiUsername": "null",
- "notificationTopic": "POLICY-CL-MGT",
- "aaiPatternMatch": 1
- }
- }
-} \ No newline at end of file