summaryrefslogtreecommitdiffstats
path: root/csit
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-22Update relevant robot scripts in DMI CSITsemaclee3-29/+74
Issue-ID: CPS-2032 Change-Id: I9f7f1e9078612434d07efeb9dadeb65d2f5acc48 Signed-off-by: emaclee <lee.anjella.macabuhay@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.cakal3-3/+2
- 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>
2023-04-20Align dependencies with CPS/NCMPToineSiebelink1-2/+2
- Updated several generic dependecies - Changed OpenAPI to use core.v3 version - Order of parameters in generated controlelr code changed - Some maven plugins can uses 'latest' version (affected OpenApi code gen) - set some lib versions for csit test - removed spotbug exclusion file (it alwasy used CPS version of this file anyway) - removed @Valid annotaions in affect file (as agrred long time back) Issue-ID: CPS-1627 Signed-off-by: ToineSiebelink <toine.siebelink@est.tech> Change-Id: Ib355382df68ed440618737067590631c7c3a1c8b
2023-02-02NCMP-DMI: Modify CSIT script to have absolute root path envemaclee3-7/+6
- change set up to call docker compose for cps-ncmp - add root as a property in 'test.properties' - root is specified to be root directory folder for the current project Issue-ID: CPS-1472 Signed-off-by: emaclee <lee.anjella.macabuhay@est.tech> Change-Id: I7648285ab55dd48a934535014953d6f887594742
2022-11-09Hack to get CSIT test workingsourabh_sourabh1-4/+4
Reviewers : Toine, Priyank and Luke Issue-ID: CPS-1353 Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech> Change-Id: Ia9c5a907562793940d663e82033fa0eb2f1049a1 Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech>
2022-07-14Update dependencies (release task)ToineSiebelink3-14/+6
- Changed HTTP Client version to 4.5.13 - Use system Docker-Compose instead of downloading it - Removed ALL Docker Compose File versions Issue-ID: CPS-1106 Change-Id: I0734099caad79acd52aecdb2faf98cceb0943224 Signed-off-by: JosephKeenan <joseph.keenan@est.tech> Signed-off-by: ToineSiebelink <toine.siebelink@est.tech>
2022-03-29CSIT: DMI to NCMPmpriyank4-2/+50
- CSIT to register cm handle which tests the integration between DMI and NCMP - CSIT to get module refs which tests the integration between DMI and SDNC Issue-ID: CPS-922 Change-Id: I9c89f168cb3cc98ad27cd0022adbf81452717a76 Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
2022-03-16CSIT setup in NCMP-DMI-PLUGIN Repompriyank20-0/+1049
- 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>