summaryrefslogtreecommitdiffstats
path: root/csit/tests/actuator/actuator.robot
AgeCommit message (Collapse)AuthorFilesLines
2024-01-25Omitting the basic auth header in healthcheck testwaqas.ikram1-3/+1
as it is not required and adding v3 to uri of api-docs plus allowing swagger-ui.html to be access as well Issue-ID: CPS-2045 Change-Id: Ia254e718a28d58578b8b0dcbf2abd8f7ef1c0e1d Signed-off-by: waqas.ikram <waqas.ikram@est.tech>
2024-01-10Add CSIT test for DMI Swagger UIhalil.cakal1-8/+19
- Test that DMI Swagger UI is accessible. Issue-ID: CPS-1916 Change-Id: I4b357c47903b6541674146ad726899f67af28858 Signed-off-by: halil.cakal <halil.cakal@est.tech>
2023-10-25[BUG] DMI Change management base endpointhalil.cakal1-1/+1
- Update DMI management endpoint from /manage to /actuator - The actuator port is as same as application port - Change CSIT portfolio - Change web config filters - Change docker-compose - Update the docs Issue-ID: CPS-1922 Change-Id: Iab45a625b518f1b24a77c99dbdf20a58105723b6 Signed-off-by: halil.cakal <halil.cakal@est.tech>
2022-03-16CSIT setup in NCMP-DMI-PLUGIN Repompriyank1-0/+33
- Infrastructure code for ncmp-dmi CSITs. - Enhanced timeout message for sdnc during setup. - Basic CSITs for dmi health and get modules from SDNC. - Fixed shell script permissions from 100644 to 100755. - Fixing .gitignore as it was ignoring *.zip format and we need key0.zip as part of SDNC CSIT setup. Issue-ID: CPS-930 Change-Id: I39054e3ec2c9281821ca146831ae6cc82d674924 Signed-off-by: mpriyank <priyank.maheshwari@est.tech>