aboutsummaryrefslogtreecommitdiffstats
path: root/csit/clamp/plans
AgeCommit message (Collapse)AuthorFilesLines
2023-03-23Remove clamp robot tests from Jakartarameshiyer272-57/+2
Clamp ACM tests in Jakarta are not relevant anymore Added dummy script to generate result files for k8s CSIT Issue-ID: POLICY-4541 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I45f9651a505cbee38805ea94724a570afc8ff8a8
2022-09-09Convert CSIT tests to use HTTP rather than HTTPSliamfallon1-1/+3
This commit converts the CSITs from HTTPS to HTTP. It also does some refactoring and didying up on the CSIT environment. Issue-ID: POLICY-4338 Change-Id: I31ac4aa83d476dd677f611a0a0f368dbec4ac21f Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-06-17Make CSIT scripts locally executableliamfallon2-0/+0
The CSIT scripts do not have their executable flags set, this change makes the scripts locally executable. Issue-ID: POLICY-4233 Change-Id: I6ce1f2abc3b3b3a1fa71c393a8f3e26a2fa85144 Signed-off-by: liamfallon <liam.fallon@est.tech>
2022-03-24Start Participant containers after Runtime startsSirisha_Manchikanti1-6/+18
PARTICIPANT_REGISTER message from participants is getting lost, as RUNTIME_ACM is not started completely. Adjusted CSIT bringup of containers accordingly. This needs a correction in Participant Intermediary for next release, Jira raised for the same https://jira.onap.org/browse/POLICY-4042 Issue-ID: POLICY-4003 Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech> Change-Id: I146fa5c2ae2090d504b7e665905ff2dba61097ef
2022-02-23Fix CLAMP controlloop CSIT testcasesSirisha_Manchikanti1-8/+8
Made corrections according to the application yaml to fix CLAMP CSIT testcases Issue-ID: POLICY-3933 Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech> Change-Id: I9dfb4ecb1a4dd1fa967aeafe341cddb38049d312
2022-02-15Add docker configuration for Prometheus and Grafanaadheli.tavares1-21/+20
- docker compose file with the policy components - configuration files for components to allow usage of http - basic prometheus configuration to connect to api, pap, drools (apps/pdp), xaclm and apex - examples of metrics to be added to a dashboard in Grafana Issue-ID: POLICY-3886 Change-Id: Ic377b69b1a296017a85cb08ccdbbf9b8b281d8e3 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2021-09-30Add http and k8s participant to CSITSirisha_Manchikanti1-7/+10
Add HTTP and Kubernetes participant to policy/docker/csit Issue-ID: POLICY-3413 Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech> Change-Id: Id87dca9ba6487b2f12e9d036136ea553d2b67a23
2021-06-22Add CSIT for clamp controlloopSirisha_Manchikanti3-0/+80
Add CSIT testcases, scripts and a seperate docker-compose file for integration testing between controlloop components, this involves integration between Mariadb, Dmaap, ControlLoop-Runtime, Policy-Participant, Policy-API and DCAE-Participant docker images. Issue-ID: POLICY-3217 Signed-off-by: Sirisha_Manchikanti <sirisha.manchikanti@est.tech> Change-Id: Id7cb1451afc4331b4ed1ad1ac6c2528a747eaaa0