aboutsummaryrefslogtreecommitdiffstats
path: root/tests/policy
AgeCommit message (Collapse)AuthorFilesLines
2019-04-19Flesh out PAP CSITsJim Hahn2-0/+131
This exercises all of the PAP REST APIs, except for the simple policy "deploy" API. Change-Id: I681c4c40f05f6e343a782e764f7f939ecbb31258 Issue-ID: POLICY-1672 Signed-off-by: Jim Hahn <jrh3@att.com>
2019-04-18Finish drools CSIT infrapdragosh31-0/+17
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 <pdragosh@research.att.com> Signed-off-by: Pamela Dragosh <pdragosh@research.att.com> Signed-off-by: pdragosh <pdragosh@research.att.com> Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
2019-04-16Fixing policy file after code changeBilal A1-1/+2
Change-Id: If21e4dfa5735d8804dda4fe26fe9c0ccb0f3f008 Issue-ID: POLICY-1270 Signed-off-by: Bilal A <bilal@research.att.com>
2019-04-15Adds CSIT tests for Policy APIBilal A3-0/+338
Change-Id: Iaec1d8476d90ab15e16549589c18e055b85bb73b Issue-ID: POLICY-1270 Signed-off-by: Bilal A <bilal@research.att.com>
2019-04-15DB Connection Setup for API and PAP for CSITBilal A1-0/+12
1) Adds CSIT Test for API 2) Adds a mariadb container setup and configuration for API. 3) Adds a mariadb container setup and configuration for PAP. Change-Id: I9beea4f2445215bc95962ebceb4ec626dd0d5521 Issue-ID: POLICY-1270 Signed-off-by: Bilal A <bilal@research.att.com>
2019-04-05Added CSIT support for pushPolicy and deletePolicy APIHOCKLA3-0/+40
Issue-ID: POLICY-1616 Change-Id: I6689d0e9908badd31a3fed509546348779f522d8 Signed-off-by: HOCKLA <ah999m@att.com>
2019-03-14Adding Policy/drools-pdp CSIT "Alive" TestBilal A1-0/+17
Issue-ID: POLICY-1459 Signed-off-by: Bilal A <bilal@research.att.com> Change-Id: I2e33e18feaff5882eb45012ffab16f47f3153c41
2019-03-13CSIT tests for policy/distribution statisticsBilal A1-0/+10
Change-Id: I7aad6452daa3122098e3a4073408deb98291c0be Issue-ID: POLICY-1346 Signed-off-by: Bilal A <bilal@research.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 Mokry2-2/+30
- 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>
2019-02-22Merge "Update REST API url in policy/pap test cases"Yang Xu1-2/+2
2019-02-22Update REST API url in policy/pap test casesramverma1-2/+2
Change-Id: I62e05f0c438c0a015cd20eee40352d19aa1c42b8 Issue-ID: POLICY-1480 Signed-off-by: ramverma <ram.krishna.verma@est.tech>
2019-02-21Added CSIT support for listPolicy APIHOCKLA3-2/+29
Issue-ID: POLICY-1488 Change-Id: I27a504ad3c4e8835212d3ab05e48712636b7f402 Signed-off-by: HOCKLA <ah999m@att.com>
2019-02-12Change http to https in robot testChenfei Gao1-5/+5
Changed http to https in robot test since https is enabled for policy-api rest service by default. Issue-ID: POLICY-1270 Change-Id: Id108c956f2265db0e90b97b7e08371ee0df483c4 Signed-off-by: Chenfei Gao <cgao@research.att.com>
2019-02-11Merge "Fix csit tests of policy/distribution"Gary Wu1-2/+2
2019-02-11Create CSIT tests for policy/papramverma1-0/+28
Change-Id: I0a969749b5cd77949ef1e86fd1962952b3385f88 Issue-ID: POLICY-1480 Signed-off-by: ramverma <ram.krishna.verma@est.tech>
2019-02-11Fix csit tests of policy/distributionramverma1-2/+2
1) Changed the docker image version to 2.1.0-SNAPSHOT 2) Changed the communication protocol to https Change-Id: I042a0a1054f98fd2efb520b92443f1a9f734a9be Issue-ID: POLICY-1346 Signed-off-by: ramverma <ram.krishna.verma@est.tech>
2019-02-06Add csit test plans for policy-apiChenfei Gao1-0/+28
Includes: 1) Added setup, teardown scripts and test plan 2) Added test robot including test cases Issue-ID: POLICY-1270 Change-Id: Id4fe5527609d9e13906d02bccc4ae8bc7c364bd9 Signed-off-by: Chenfei Gao <cgao@research.att.com>
2018-10-02Change to AAF-compatible default credentialsJorge Hernandez1-2/+2
Change-Id: I4a5f5bb716a5acd0d823ca29d85defeebbcb55ef Issue-ID: POLICY-1156 Signed-off-by: Jorge Hernandez <jh1730@att.com>
2018-09-27Move CSIT to integration/csit repoGary Wu30-0/+773
To facilite branching of CSIT tests, all CSIT test code and scripts are relocated to the integration/csit repo. Change-Id: I1e4c0eff44691f73f8098b3c52764107f6b8b8df Issue-ID: INT-671 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>