summaryrefslogtreecommitdiffstats
path: root/csit
AgeCommit message (Collapse)AuthorFilesLines
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>