summaryrefslogtreecommitdiffstats
path: root/test/csit/plans/sdnc
AgeCommit message (Collapse)AuthorFilesLines
2018-09-27Move CSIT to integration/csit repoGary Wu4-200/+0
To facilite branching of CSIT tests, all CSIT test code and scripts are relocated to the integration/csit repo. Change-Id: I6777cd414e43dbf2bfa6215f7e50849e1a6a2e59 Issue-ID: INT-671 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-07-19Update CCSDK,SDNC version for CasablancaTimoney, Dan (dt5972)1-2/+2
Update CSIT test and version manifests to reflect Casablanca version of CCSDK. Change-Id: Id88a6ca538cbf07d45514aa56fca4c01fb502762 Issue-ID: INT-590 Issue-ID: INT-591 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com> Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-05-01Add download of ansible image to setup.shTimoney, Daniel (dt5972)1-0/+3
Updated setup.sh to download sdnc-ansible-server-image Change-Id: I255734e3fc453251477ffbce656188984c2b161d Issue-ID: INT-486 Signed-off-by: Timoney, Daniel (dt5972) <dt5972@att.com>
2018-03-20Fix SDNC and CCSDK CSIT issuesTimoney, Dan (dt5972)1-9/+11
Fixed CCSDK and SDNC setup.sh scripts to use karaf client without -u arg (change for karaf 4), and to fix versions of containers used by SDNC CSIT script. Change-Id: I292e25d04b54d3e12696dab09ca007c97e632555 Issue-ID: SDNC-277 Signed-off-by: Timoney, Dan (dt5972) <dt5972@att.com>
2018-03-14skip docker-compose install in SDNC CSIT setup.shprakash.e1-3/+1
Change-Id: Iaebf39f141f3a2f954d044d54f62ca5375ceff05 Issue-ID: SDNC-272 Signed-off-by: prakash.e <prakash.e@huawei.com>
2018-03-08CSIT fix for SDNC dmaap listener instance killprakash.e1-0/+1
Change-Id: Iac7117eae99392c714df7b86a0923161483eaec9 Issue-ID: SDNC-272 Signed-off-by: prakash.e <prakash.e@huawei.com>
2017-11-15Extend timeoutDan Timoney1-2/+2
CSIT job works on merge, but fails on daily build - most likely due to timing issue. Extend existing sleep from 240 secs to 300 secs to account for this. Change-Id: I5a6b03e9c3dc92eb658fca2b0e506e508fb60302 Issue-ID: SDNC-198 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-11-14Extend wait time for SDNC to initializeGary Wu1-1/+1
Change-Id: I15907fafc139062ead415e38a63f67cff0121dae Issue-ID: SDNC-192 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2017-11-13Extend timeoutDan Timoney1-2/+2
CSIT job fails because test starts before container is fully up Issue-ID: SDNC-192 Change-Id: Iff32cac05a86d93f32d7c33ac320699e938b83d1 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-11-06Add ueblistener image pullDan Timoney1-1/+9
Need to update CSIT script to pull and tag ueblistener image Change-Id: I7269d3e7e7ba439e8c800d01fe35ebf4769bf9b1 Issue-ID: INT-322 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-10-27Add Functional test caseStilwell, David (stilwelld)2-0/+4
Added Functional test case : validate vnf-api Added additional sleep to setup.sh Updated teardown to dmaap container cleanup Change-Id: I7586d0526053baa24a36d9da371d20239abb76b4 Issue-ID: SDNC-84 Signed-off-by: Stilwell, David (stilwelld) <stilwelld@att.com>
2017-10-04Update nexus port for sdnc CI to 10001Dan Timoney1-1/+1
Update nexus port to 10001 to match docker-compose.yml value Change-Id: Icb5d8cd61b9d254a62cd0884acd0d5856f0e179d Issue-ID: INT-241 Signed-off-by: Dan Timoney <dtimoney@att.com>
2017-09-27Fix healthcheck issues with sdnc and ccsdkStilwell, David (stilwelld)2-7/+16
Fix listen port for ccsdk, fix image download with sdnc, fixed teardown.sh to bring down dgbuilder. Change-Id: Ib0d6c85a6f75fdfbc46dc88d6db4fdaf9296fadf Issue-ID: INT-230 Signed-off-by: Stilwell, David (stilwelld) <stilwelld@att.com>
2017-09-16Create CSIT HealthCheck Test for SDNCramu.n4-0/+175
Adding initial changes for SDNC's CSIT HealthCheck Test. To execute it, run the command ./integration/test/csit/run-csit.sh plans/sdnc/healthcheck Change-Id: Ibbb471ff3427073c37e1fc53fe5a601f2e5ce754 Issue-Id: SDNC-82 Signed-off-by: Ramu N <ramu.n@huawei.com>