aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2023-07-12Make update to allow local image to be used in Nordixlondonrameshiyer272-1/+125
Change-Id: I6be9de1afa529c0d6f20ecfd594a1b48a45b543a Issue-ID: POLICY-4647 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> (cherry picked from commit bdced49a2f16f1787088aa4f1013d8a07be51ec4)
2023-06-28Fix clamp CSIT failurewaynedunican2-3/+4
- Disable SSL and Https in participant simulator Issue-ID: POLICY-4738 Change-Id: Ic33e54020ead216410770c4f1cbe5204def02c59 Signed-off-by: waynedunican <wayne.dunican@est.tech> (cherry picked from commit 50f836bb0c266ffa20ffeef6720c81aa8133091c)
2023-06-27Add participant simulator to docker-compose.ymlwaynedunican3-0/+68
Issue-ID: POLICY-4738 Change-Id: I76a01fed165b7d39c00be7a56f9627818e14df33 Signed-off-by: waynedunican <wayne.dunican@est.tech> (cherry picked from commit b3d195d3d3a1db6cacb2a2e10e7d9331fa374b7f)
2023-06-23Fix CSIT failure in clamp.rameshiyer271-1/+13
ACM uninstantiate Api response was changed to 202 from 200. Test case updated. Issue-ID: POLICY-4729 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I4b88a5bb19a1889d899ddf9c39d1712c0a0b5e46 (cherry picked from commit 82cd63adf72978d85db4e470582c98f804bbf224)
2023-05-25Set references for london releaseliamfallon1-1/+1
Set references for london release *** This commit is generated by a PF release script *** Issue-ID: POLICY-4662 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: Ib366ffb4d3eff8c7c50dd1526e03f17c6c36ba7b
2023-05-16Fixed versions for all python libs used for CSIT testing.adheli.tavares2-19/+19
- some libs from pylibs.txt are incompatible with the latest pip and setuptools, so now it's fixed at version 23 or lower and 66 or lower, respectively. Issue-ID: POLICY-4680 Change-Id: I3214f91e9e0eeec2991fb505b5da81f1d6a427ca Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2023-05-10Keep policy installation after running test.adheli.tavares3-3/+0
As k8s tests are not running in jenkins, the uninstall of a policy component is not necessary, so the environment can be use without having to start the whole deployment. Issue-ID: POLICY-4626 Change-Id: Id36505cbed99a80d24c30827222945b4ca12cf12 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2023-05-09Fix Apex-PDP postgres CSIT failureswaynedunican2-4/+3
- Fix APEX_EVENTS_PORT variable - Bring up promethues Issue-ID: POLICY-4645 Change-Id: Ief2627d910f86796b42e9a8a289e12564b8c83a0 Signed-off-by: waynedunican <wayne.dunican@est.tech>
2023-05-02Enable ACM tests in K8s CSITrameshiyer2741-837/+641
Moved all the image references to the parent chart. Updating the latest image tags during installation. Disabling charts by default and enabling only the project specific ones. Issue-ID: POLICY-4541 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: Ie22584ff38e777379ac1ee2d61743868a8b93b5c
2023-05-02Add Adheli Tavares as a committerliamfallon1-0/+8
Add Adheli Tavares as a committer *** This commit is generated by a PF release script *** Issue-ID: POLICY-4653 Signed-off-by: liamfallon <liam.fallon@est.tech> Change-Id: I23e73a730a7149a2a611608f3b848cff5853e33e
2023-05-02Merge "Add postgres CSIT tests for Apex-PDP"Liam Fallon5-0/+414
2023-04-27Add postgres CSIT tests for Apex-PDPwaynedunican5-0/+414
Issue-ID: POLICY-4645 Change-Id: Ia3aa4bd9f6b6852a35a60c380a1a573390838034 Signed-off-by: waynedunican <wayne.dunican@est.tech>
2023-04-24Update snapshot and/or references of policy/docker to latest snapshotsrameshiyer278-9/+9
policy/docker updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4648 Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech> Change-Id: Iea14df61ba745fa3121b7b51fa4f8d419695fdce
2023-04-24Release docker images for policy/docker: 2.6.2rameshiyer271-0/+12
This commit releases docker images for repo policy/docker. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4648 Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech> Change-Id: I588e67620ebb24eac4e7c597ab7af0fcd8395d63
2023-04-24update parent references in policy/docker pom2.6.2rameshiyer272-2/+2
updated the parent references in the policy/docker pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-4648 Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech> Change-Id: If877a16fa939c09cca335e2f3c3343cc44f335c6
2023-04-20Fix postgres sql syntax errorswaynedunican7-7/+11
Issue-ID: POLICY-4649 Change-Id: I96bb55ddadae9449f5cb115dd294bf7630b93fcc Signed-off-by: waynedunican <wayne.dunican@est.tech>
2023-04-13Add CSIT for ACM in dockerrameshiyer2720-3674/+1400
Included policy particiant tests in docker. Http and Kubernetes will be tested in kubernetes env. Issue-ID: POLICY-4541 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I2dcc294d9127307ef74a0f47791aed9d641b37f2
2023-04-06Fix drools-pdp and applications mismatch names on docker compose x config folderadheli.tavares4-109/+4
Issue-ID: POLICY-4125 Change-Id: Ic63e99f19f46e494895e64525b2d9413e901bef6 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2023-03-31Improvements to scripts and test configurationadheli.tavares7-128/+278
- reduced csit image for k8s test from 1gb to 230mb - fixed some small hindrances with start-compose.sh - added README for how to use and configure compose script - cleaning of Chart.lock as it fails helm install if outdated even after running helm dependencies update Issue-ID: POLICY-4125 Change-Id: If1711523bb836c212f27a032a46cc18d68766478 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2023-03-31Add SLA Validations for Apex-PDPwaynedunican16-111/+579
- Add multiple apex microservice SLA tests - Add single instance apex SLA tests - Single instance SLA tests to be ran as part of CSIT runs - Multiple microservice will not be ran as part of CSITs due to high resource consumption - Multiple microservice SLA test results can be found in the linked JIRA - Added setup scripts for multiple instance SLA tests - nginx added for load balancing purposes for multiple apex instances Issue-ID: POLICY-4530 Issue-ID: POLICY-4164 Change-Id: Ib86e96c57f4b7bf2b4f5e930fd7d4a3805b50687 Signed-off-by: Wayne Dunican <wayne.dunican@est.tech> Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2023-03-30Disable K8s CSIT temporarily to fix timeout issue in Jenkinsrameshiyer276-248/+674
The pods take longer time than usual in Jenkins vm which prevents robot test cases getting executed. This will be fixed in the upcoming patch. Fixing supporting docker images to be pulled from nexus Issue-ID: POLICY-4541 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: If01b98bee51e36cb6104fa6eff006ad8194dc1b2
2023-03-16Fix microk8s permission issue in jenkinsrameshiyer271-12/+14
Issue-ID: POLICY-4541 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: Ifb33b5f292fbf50291d52e432b80719d9097ec96
2023-03-15Merge "Update PF for SNI checking support"Liam Fallon1-1/+4
2023-03-14Update PF for SNI checking supportliamfallon1-1/+4
Fix the script to allow CSITs to run on MacOS Issue-ID: POLICY-4474 Change-Id: If11ad6ba4f4b4bc52543d46d12ce5b40d3cc26be Signed-off-by: liamfallon <liam.fallon@est.tech>
2023-03-14Add prometheus server to k8s chartsadheli.tavares12-102/+350
- add pap-slas.test to list of robot tests for k8s - fix an export var on docker compose Issue-ID: POLICY-4545 Change-Id: Id1dd55693ab6d016fd0dd38230972ffe96b28b14 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2023-03-14Merge "Fix consolidated health check failure in PAP CSIT"Ram Krishna Verma1-1/+2
2023-03-14Merge "Add SLA Validations for API"Liam Fallon2-7/+11
2023-03-14Fix consolidated health check failure in PAP CSITrameshiyer271-1/+2
Issue-ID: POLICY-4546 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I4e11f3b485b886878d12dc0079d245bf7d75cc0e
2023-03-13Add SLA Validations for APIwaynedunican2-7/+11
- Add tests for querying policies/policyTypes by version/id - Add tests for deletion of policies/policyTypes - Update expected response time Issue-ID: POLICY-4528 Change-Id: I393383ef8771274501509ee9b3073b3a0ef01b38 Signed-off-by: Wayne Dunican <wayne.dunican@est.tech>
2023-03-10Add A1pms participant in CSIT helmaravind.est12-0/+628
This adds the helm chart for the a1pms participant in CSIT helm folder. Issue-ID: POLICY-4525 Signed-off-by: aravind.est <aravindhan.a@est.tech> Change-Id: I2045770de5dc2b9507cd40fd3a488ee352a0acd0
2023-03-09Merge "Upgrade helm charts ACM release to 6.4.1 in CSIT"Jorge Hernandez7-23/+20
2023-03-09Merge "Add kserve participant in CSIT helm"Jorge Hernandez12-0/+671
2023-03-09Add kserve participant in CSIT helmaravind.est12-0/+671
This adds the helm chart for the kserve participant in CSIT helm folder. Issue-ID: POLICY-4574 Signed-off-by: aravind.est <aravindhan.a@est.tech> Change-Id: Id4ee4655e115cf48f3266cb06d2cbfd548114a89
2023-03-08Upgrade helm charts ACM release to 6.4.1 in CSITFrancescoFioraEst7-23/+20
Issue-ID: POLICY-4565 Change-Id: I3118cb3c3d259b731d0c7b59994d0d933fdf9363 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2023-03-08Add kserve participant in CSIT docker composearavind.est2-0/+79
Kserve participant added in docker-compose configuration of CSIT. Issue-ID: POLICY-4574 Signed-off-by: aravind.est <aravindhan.a@est.tech> Change-Id: I2b25eac7cf9414fc8a4d4bff80d0a2a61ddd6890
2023-03-08Fix groups.json to have xacml supported policies for CSIT.adheli.tavares3-129/+89
Issue-ID: POLICY-4125 Change-Id: Id0900117f051e560515e1def40e86e144a4f7740 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2023-03-07Add helm charts for distribution and http-ppnt in CSITrameshiyer2725-4/+1410
Issue-ID: POLICY-4542 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I18453af111dff7943c65c8b1113df0ded23b6f99
2023-03-02Fix drools-pdp helm charts to run csit testadheli.tavares2-6/+7
Issue-ID: POLICY-4125 Change-Id: I50ad9e44081faf52744dbb6fd491980225a3a754 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2023-03-01New Test Developmentadheli.tavares57-19135/+427
- api, pap (except consolidated HC), apex and acm runtime passing on both docker and helm environment - other simulators exposed on simulator service - topics are checked on test with robot http support - apex temp engine port exposed - xacml readiness added Issue-ID: POLICY-4125 Change-Id: I39ee8c38e70dd3a4ad26ba69d7c62e61a211469e Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2023-03-01Merge "Add helm charts for drools,xacml pdps"Liam Fallon33-154/+2067
2023-03-01Merge "Add SLA validations to API"Liam Fallon3-1/+52
2023-02-28Update snapshot and/or references of policy/docker to latest snapshotssaul.gill8-9/+9
policy/docker updated to its latest own and reference snapshots *** This commit is generated by a PF release script *** Issue-ID: POLICY-4570 Signed-off-by: saul.gill <saul.gill@est.tech> Change-Id: Ie7cebf3963d13081b4ec1c31e454c7026370aef3 Signed-off-by: saul.gill <saul.gill@est.tech>
2023-02-28Release docker images for policy/docker: 2.6.1saul.gill1-0/+12
This commit releases docker images for repo policy/docker. *** This commit is generated by a PF release script *** Issue-ID: POLICY-4570 Signed-off-by: saul.gill <saul.gill@est.tech> Change-Id: Ib7db310517aac4c4202277f562c44883c799bbb8
2023-02-28update parent references in policy/docker pom2.6.1saul.gill2-2/+2
updated the parent references in the policy/docker pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-4570 Signed-off-by: saul.gill <saul.gill@est.tech> Change-Id: I527246c9df1f9dcd34a1d2c31301e39650fdc598
2023-02-27Add helm charts for drools,xacml pdpsrameshiyer2733-154/+2067
Robot test files will be included in a common directory as part of the CSIT refactoring work. Issue-ID: POLICY-4542 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I0915bb9801d483a9ce382a8c6978de6138c86d72
2023-02-27Add SLA validations to APIwaynedunican3-1/+52
Issue-ID: POLICY-4528 Change-Id: I517cb477bbccb36d5e2000b60450a2c015d4940b Signed-off-by: Wayne Dunican <wayne.dunican@est.tech>
2023-02-22Restructure of csit files to be used both by docker and k8s configadheli.tavares165-1154/+645
Issue-ID: POLICY-4125 Change-Id: Id63b3badb1b451b36e3226970dcafaa5a62d860f Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2023-02-21Merge "Add volume mount for storing k8s robot logs to the host"Ram Krishna Verma4-5/+13
2023-02-17Merge "Remove integration base images from PF base images"Ramesh Murugan Iyer5-247/+110
2023-02-14Add volume mount for storing k8s robot logs to the hostrameshiyer274-5/+13
Issue-ID: POLICY-4546 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I498aa9db39d6b04e685a893c9bca41c6bb108265