summaryrefslogtreecommitdiffstats
path: root/csit/resources/tests/policy-clamp-test.robot
AgeCommit message (Collapse)AuthorFilesLines
2024-11-13Fix issues with grafana dashboards after multiple micrometeradheli.tavares1-408/+408
and spring actuator uplifts. - changed the metrics that have been renamed automatically - changed the irate functions range to the same used on each dashboard instead of fixed - apex_healthcheck function wasn't being called when running csit script because it was declared after usage Issue-ID: POLICY-5155 Change-Id: I993f022937f6e2041a6c50dc5037c559da087849 Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2024-10-04Add Timeout test in ACM CSITFrancescoFioraEst1-15/+43
Issue-ID: POLICY-5132 Change-Id: If2999eb8a17d4906959cceff7ebb603c44577def Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2024-09-03Fix tests after changing Spring Framework version.adheli.tavares1-0/+22
Issue-ID: POLICY-5073 Change-Id: Ie71e3f4b7e2de9e8251e16cfac3c5d87d708a75a Signed-off-by: adheli.tavares <adheli.tavares@est.tech>
2024-08-13Allow migration to be performed in stages in CSITFrancescoFioraEst1-235/+140
Issue-ID: POLICY-5093 Change-Id: I54faa8400981c7200e5289b08928770704419a3a Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2024-08-06Add tests for Prepare, Review and Migrate pre-check in CSITFrancescoFioraEst1-0/+40
Issue-ID: POLICY-5081 Change-Id: I4293a3adf698f62dcc6f310d11e66838a1ece832 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2024-08-01Add tests for add/remove elements in migrationrameshiyer271-0/+29
Issue-ID: POLICY-4917 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: If42e834954e19f4fe21642be042caea6da10d33e
2024-06-27Add fail scenarios in csitFrancescoFioraEst1-3/+114
Add fail scenarios (prime, deploy, undeploy, delete and deprime) in csit using participant simulator. Issue-ID: POLICY-5064 Change-Id: I39de4633b7465f857bb00937a0365820c3535bfe Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2024-06-26Add CSITs for Tracingsaul.gill1-0/+34
Added custom start scripts for acm and participants Added config for tracing to acm and participants Added CSITs for Jaeger tracing of acm and participants Issue-ID: POLICY-5062 Change-Id: I58c4dcc85d119d5dc3a74c39b786491f080bafdc Signed-off-by: saul.gill <saul.gill@est.tech>
2024-06-13Add group id for operation topicrameshiyer271-2/+1
Group id added for operation topic config Fix K8s test cases that were not invoked in clamp due to a missing env variable. Issue-ID: POLICY-5031 Change-Id: I1b48509091717317a2e501cc1d19e4b9da69c5c8 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
2024-04-29Add migration in integration testsFrancescoFioraEst1-14/+229
Issue-ID: POLICY-4972 Change-Id: I40c554fcb062b4928663bbfd5a03ddd2dd1f6805 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2024-04-19Improve stability in integration testsFrancescoFioraEst1-11/+39
Issue-ID: POLICY-4964 Change-Id: I0ca1ff2fdfb02a9c39d4b860333f5aebc959d650 Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
2024-01-22Add kafka support in K8s CSITrameshiyer271-1/+2
Issue-ID: POLICY-4402 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I29ef966ed5eb70997574269ff6180f68d754383b
2024-01-14Add kafka support in Policy CSITrameshiyer271-0/+1
Issue-ID: POLICY-4402 Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech> Change-Id: I802c19a3c9817d304164eba634adb8c119aa4ced
2023-06-22Fix 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
2023-05-02Enable ACM tests in K8s CSITrameshiyer271-1/+5
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-04-13Add CSIT for ACM in dockerrameshiyer271-79/+158
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-02-22Restructure of csit files to be used both by docker and k8s configadheli.tavares1-0/+98
Issue-ID: POLICY-4125 Change-Id: Id63b3badb1b451b36e3226970dcafaa5a62d860f Signed-off-by: adheli.tavares <adheli.tavares@est.tech>