diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-08-25 13:18:02 -0400 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2020-08-26 14:40:05 +0000 |
commit | 0adce51b4e79e3be3b92ab99e671dc4479f80486 (patch) | |
tree | 961ce6f2bfafe2c2e72b2622f8c02efa2feede82 /robot/assets/templates/policy/FirewallPolicy_delete.jinja | |
parent | e8a9ad112aee6e5250f8ee53d72718b529a4dc9c (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/FirewallPolicy_delete.jinja')
-rw-r--r-- | robot/assets/templates/policy/FirewallPolicy_delete.jinja | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/robot/assets/templates/policy/FirewallPolicy_delete.jinja b/robot/assets/templates/policy/FirewallPolicy_delete.jinja deleted file mode 100644 index ba891aff..00000000 --- a/robot/assets/templates/policy/FirewallPolicy_delete.jinja +++ /dev/null @@ -1,6 +0,0 @@ -{ - "pdpGroup": "default", - "policyComponent" : "PDP", - "policyName": "{{policyName}}", - "policyType": "BRMS_Param" -}
\ No newline at end of file |