aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/policy/drools-apps
AgeCommit message (Collapse)AuthorFilesLines
2020-09-17Fix drools-apps master csitRam Krishna Verma1-1/+1
Base64 encoding of db passwrod has been removed from policy components. Hence, updating the custom pap config used for csit testing of drools-apps. Issue-ID: POLICY-2550 Change-Id: I159e3c81d6c8f7485037f1fc71a82249bfb393b7 Signed-off-by: Ram Krishna Verma <ram_krishna.verma@bell.ca>
2020-04-15End-to-end policy CSITJim Hahn13-299/+155
Modified the CSIT for drools-apps to use more components: - api to create policies - pap to deploy policies Also removed tabs. Issue-ID: POLICY-2491 Change-Id: Iacd8d1953068bb718a63de8813dd1c307c21b1f8 Signed-off-by: Jim Hahn <jrh3@att.com>
2020-04-14Add CSITs for vCPE, vDNS, and vFW policiesJim Hahn16-0/+613
Runs xacml and drools, but does not currently run api or pap. PAP actions are simulated by injecting messages onto the dmaap topic read by xacml-pdp and drools-pdp. All other systems (e.g., dmaap, aai) are simulated using policy-models-simulators. Issue-ID: POLICY-2491 Change-Id: Ic05e3a6514e84040f5a965aa8d2cac9ed2e9abc2 Signed-off-by: Jim Hahn <jrh3@att.com>