aboutsummaryrefslogtreecommitdiffstats
path: root/tests/policy/xacml-pdp
AgeCommit message (Collapse)AuthorFilesLines
2020-09-02Use models-examples in CSITsJim Hahn2-52/+1
Replaced tosca policies found in the test "data" directory with policies from models-examples. Also added the dmaap simulator to the pap CSIT to prevent the error log from filling with dmaap errors while trying to debug the CSIT. Issue-ID: POLICY-2813 Change-Id: I6bccffa41acd0fda0b945fe8e3cd6badde1ac4c1 Signed-off-by: Jim Hahn <jrh3@att.com>
2020-08-19Update to new tcagen2 policy typePamela Dragosh2-3/+3
Replacing deprecated tca policy type with new tcagen2 policy type. Issue-ID: POLICY-2772 Change-Id: Id53e61caf9675e0080274784870970c7ea2575f8 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
2020-05-11xacml-pdp csit should wait for deploymentJim Hahn1-0/+8
Added code to the xacml-pdp CSIT so that, after deploying policies, it waits until the xacml-pdp indicates that the policies have been deployed before performing any guard or decision requests. Issue-ID: POLICY-2554 Signed-off-by: Jim Hahn <jrh3@att.com> Change-Id: Icd016b699afbbfe3b60e866c88b45951499fa228
2020-04-29Update SDNC Naming policy in xacml csitJim Hahn1-1/+1
Issue-ID: POLICY-2525 Signed-off-by: Jim Hahn <jrh3@att.com> Change-Id: Id466c6a113bfff087e4dd9d594e5f286f108a73c
2020-04-20Add XACML optimization test to CSITJim Hahn6-218/+90
Added CSIT to test XACML optimization policy. Also added CSIT to test XACML default result. Issue-ID: POLICY-2491 Change-Id: I5a9c8f076ba603e39d648a5e40630aa4b6d3f99e Signed-off-by: Jim Hahn <jrh3@att.com>
2020-04-16Add Naming policy test for xacml CSITJim Hahn2-14/+42
Issue-ID: POLICY-2491 Signed-off-by: Jim Hahn <jrh3@att.com> Change-Id: I06db49336860f7fccb5b72f769f9f9bdcd42f11a Signed-off-by: Jim Hahn <jrh3@att.com>
2020-03-11Fixing policy csits with the tosca version changea.sreekumar2-8/+5
Also making the apex test policy changes related to rhino migration. Change-Id: I20f6c87bf6e2208840eb62a8109f8a98d67e0327 Issue-ID: POLICY-1402 Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
2020-01-20Updating the jdk version from jdk8 to jdk11 for CSITsBilal A1-15/+0
Removes JAVA_HOME for drools pdp Updates Policy API tests Updates XACML-PDP database connection Downloads dmaap simulator instead of compiling it for xacml-pdp,apex-pdp and distribution Changes from Jim, Jorge and Chenfei Issue-ID: POLICY-2325 Change-Id: I28ff3384f9ae9b7d1ce6940eb62aa87278e7a9c5 Signed-off-by: Bilal A <bilal@research.att.com>
2019-10-24Added CSIT test for abbreviated Monitor decision API callHOCKLA1-5/+32
Issue-ID: POLICY-2167 Change-Id: I8f730b3960fb91807e0b9154947db03cb714f870 Signed-off-by: HOCKLA <ah999m@att.com>
2019-09-09Fix policy type json files as per new modelramverma1-211/+201
As per updated model, policy type & data type are represented as Map directly instead of List of Map earlier. Updating the json files to adapt to this change. Issue-ID: POLICY-2047 Change-Id: Id46b6d20f3c1cb727909b0825066e4763120e46a Signed-off-by: ramverma <ram.krishna.verma@est.tech>
2019-05-24Xacml-PDP CSIT tests with DmaaP SimulatorMichael Mokry5-0/+391
1. Added test cases for creating policy, deploying policy, and getting a decision for monitoring policies 2. Included statistics check between some tests 3. Modified to use dmaap simulator, policy-pap, and policy-api for end to end tests 5. UPDATE: made changes per Ajith's review 6. Removed most config overrides and changed dmaap to message-router where appropriate Change-Id: Ia9935193f189f249e11f23b2ffe49f87090b7b54 Issue-ID: POLICY-1767 Signed-off-by: Jim Hahn <jrh3@att.com>
2019-03-12Fixed CSIT test issue in xacml-pdpMichael Mokry1-4/+4
Changed http to https in robot script Change-Id: Ife1800430382805e03fff99534bcd50bf5dd7a8d Issue-ID: POLICY-1436 Signed-off-by: Michael Mokry <michael.mokry@att.com>
2019-03-05CSIT tests for PDPX Healthcheck/StatisitcsMichael Mokry1-0/+28
- Added csit setup and teardown scripts - Added test plan - Added xacml pdp test robot script - Modified api test with correct path Change-Id: I8844f8c75f5c39877410d406b064df7ba6049e1a Issue-ID: POLICY-1436 Signed-off-by: Michael Mokry <michael.mokry@att.com>