From 3f9a0960ae775678d1e1d4b598b593b59146cb0f Mon Sep 17 00:00:00 2001 From: pdragosh Date: Tue, 16 Apr 2019 13:19:45 -0400 Subject: Finish drools CSIT infra Basic health check for now. Need to have ci-management jobs enabled for this to work on every merge. Cleaning out unused scripts and mock server. Renaming policy engine script so its obvious that is what it is for. Issue-ID: POLICY-1651 Change-Id: I469823795d4a9f5531d150610ba2ed0b75585677 Signed-off-by: pdragosh Signed-off-by: Pamela Dragosh Signed-off-by: pdragosh Signed-off-by: jhh --- tests/policy/suite1/opspolicy_VFW.template | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 tests/policy/suite1/opspolicy_VFW.template (limited to 'tests/policy/suite1/opspolicy_VFW.template') diff --git a/tests/policy/suite1/opspolicy_VFW.template b/tests/policy/suite1/opspolicy_VFW.template deleted file mode 100644 index 224f5cf4..00000000 --- a/tests/policy/suite1/opspolicy_VFW.template +++ /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": "ControlLoop-vFirewall-d0a1dfc6-94f5-4fd4-a5b5-4630b438850a", - "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 - } - } -} - -- cgit 1.2.3-korg