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