From 0adce51b4e79e3be3b92ab99e671dc4479f80486 Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Tue, 25 Aug 2020 13:18:02 -0400 Subject: 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 --- robot/assets/templates/policy/closedloop_pushpolicy.jinja | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 robot/assets/templates/policy/closedloop_pushpolicy.jinja (limited to 'robot/assets/templates/policy/closedloop_pushpolicy.jinja') diff --git a/robot/assets/templates/policy/closedloop_pushpolicy.jinja b/robot/assets/templates/policy/closedloop_pushpolicy.jinja deleted file mode 100644 index 7be4c9a9..00000000 --- a/robot/assets/templates/policy/closedloop_pushpolicy.jinja +++ /dev/null @@ -1,5 +0,0 @@ -{ - "policyName" : "{{policy_name}}", - "policyType" : "{{policy_type}}", - "pdpGroup" : "default" -} \ No newline at end of file -- cgit 1.2.3-korg