aboutsummaryrefslogtreecommitdiffstats
path: root/csit/scripts
AgeCommit message (Collapse)AuthorFilesLines
2021-10-12Fix sdnr csit sdnc-image version for Jakartahighstreetherbert2-3/+3
Issue-ID: SDNC-1624 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Change-Id: I5ef2b217d4aedae62db56aac517d2b1f1a5330f8 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Former-commit-id: 700040d833f8954bd0480c547a1beea76b53833f
2021-08-27[SNDC-CSIT] Add tests for device managerdemskeq81-1/+7
Integration tests for wt feature set Issue-ID: SDNC-1584 Signed-off-by: demskeq8 <alexander.dehn@highstreet-technologies.com> Change-Id: I21de1540a664684d55bdec1172112130cdc2902f Former-commit-id: bdbf1ee7ae34887ca40dcc113d1065ce44da4a89
2021-08-17Fix root pom version definitionhighstreetherbert3-6/+8
Change version range to version number Issue-ID: SDNC-1587 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Change-Id: I3553270aa378c718e7e3ddd4564845d2cfc6e9a6 Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com> Former-commit-id: e81e7ae9a71a33fd27904849929ffbc0c7269ce0
2021-07-28Add A&AI Mock Response Simulator for TestingJonathan Platt3-0/+142
Added A&AI mock response simulator for CSIT test cases. Issue-ID: SDNC-1586 Signed-off-by: Jonathan Platt <jonathan.platt@att.com> Change-Id: I89ab08598ae3628e668353097a6763c50951a14d Former-commit-id: 698315d91a4071d467bb7760f57d3584c9008c28
2021-07-19[SNDC-CSIT] Provide test deployment for SDNC/Rdemskeq818-0/+1107
Integration tests for wt feature set Issue-ID: SDNC-1562 Signed-off-by: demskeq8 <alexander.dehn@highstreet-technologies.com> Change-Id: If579b6f23b3e6291dc49b10952b23da2626e45b7 Former-commit-id: c15899f037944cabbcdee16460427b0f813599c3
2021-06-22Effort to reduce image layer and sizeHesam Rahimi1-2/+2
Removing few ENV version variable and those should be read from pom properties (maven-resource-plugin filtering true) Combined Dockerfile and Standalone.Dockerfile Adding Docker build arg AAF which will decide whether to add aaa-app-config.xml in docker image or not for standalone Updated docker-maven-plugin to 0.34.0 to have noCache true Removing start-it-container execution as it's being tested by CSIT Replacing maven-exec-plugin with maven-antrun-plugin Updating latest base docker images versions Updating parent version to 2.1.7 Issue-ID: CCSDK-3226 Signed-off-by: Singal, Kapil (ks220y) <ks220y@att.com> Change-Id: I68f8f4780804a2014b73b5eeb9dba29d1896a602 Former-commit-id: 866ddebbcac80c38c79c46bb37373123a0c678f0
2021-05-25Add GRA CSIT testsDan Timoney2-0/+81
Added CSIT test cases for basic GENERIC-RESOURCE-API flow Change-Id: Ic4f0b1bb5c59ca873e028089e77ab938deaa95f9 Issue-ID: SDNC-1546 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 1e647188c6844f5fdef672feec05282b77cdbf87
2021-05-17Add CSIT test cases to sdnc/oam repoDan Timoney1-0/+75
Refactored csit tests currently in integration/csit and moved them as part of sdnc/oam project so that we can trigger csit tests as part of our docker builds. Change-Id: I3acd25c7a6f1bc0ea9b2a2bd756cedc5fb2bf701 Issue-ID: SDNC-1545 Signed-off-by: Dan Timoney <dtimoney@att.com> Former-commit-id: 16a6e0ea52a4a681ed2799612e310c867e720a61