aboutsummaryrefslogtreecommitdiffstats
path: root/compose/stop-compose.sh
AgeCommit message (Collapse)AuthorFilesLines
2024-08-26Change default database to PostgreSQLadheli.tavares1-8/+26
Issue-ID: POLICY-5118 Change-Id: I22ece93aca3cbc5e406e4942ce5255a7b7b60761 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2024-08-02Drools-apps CSIT tests (almost) fix.adheli.tavares1-5/+2
- controller usecases is now starting normally. - drools policy is deploying. - two policy executions are still failing. Issue-ID: POLICY-4955 Change-Id: I08cee61463c1e8e52f0f874bbb15acca8ed7d6b2 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2024-07-04Fixes for CSITadheli.tavares1-2/+4
- fix API tests from changes in code coverage / sonar fixes - fix some env variables in docker compose - stick jaeger version for compatibility Issue-ID: POLICY-5067 Change-Id: I48d05f54bfba0ca2e259428c4f8e83047ef42a18 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2024-05-14Restructure of CSIT scriptsadheli.tavares1-3/+25
- CSIT robot test suits are now compiled into a docker image - dependencies are now installed as part of Dockerfile build Issue-ID: POLICY-4987 Change-Id: I5ae4e9f58471a6038c25548d9392ece78b20e67a Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2023-03-31Improvements to scripts and test configurationadheli.tavares1-4/+8
- 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-PDPwaynedunican1-1/+1
- 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-02-22Restructure of csit files to be used both by docker and k8s configadheli.tavares1-0/+36
Issue-ID: POLICY-4125 Change-Id: Id63b3badb1b451b36e3226970dcafaa5a62d860f Signed-off-by: adheli.tavares <adheli.tavares@est.tech>