aboutsummaryrefslogtreecommitdiffstats
path: root/tests/policy/xacml-pdp/xacml-pdp-test.robot
AgeCommit message (Collapse)AuthorFilesLines
2020-08-19Update to new tcagen2 policy typePamela Dragosh1-1/+1
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 Hahn1-7/+54
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 Hahn1-14/+29
Issue-ID: POLICY-2491 Signed-off-by: Jim Hahn <jrh3@att.com> Change-Id: I06db49336860f7fccb5b72f769f9f9bdcd42f11a Signed-off-by: Jim Hahn <jrh3@att.com>
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-05-24Xacml-PDP CSIT tests with DmaaP SimulatorMichael Mokry1-0/+107
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>