summaryrefslogtreecommitdiffstats
path: root/csit/run-project-csit.sh
AgeCommit message (Collapse)AuthorFilesLines
2023-02-02NCMP-DMI: Modify CSIT script to have absolute root path envemaclee1-0/+1
- 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-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>