aboutsummaryrefslogtreecommitdiffstats
path: root/plans/sdnc/healthcheck
AgeCommit message (Collapse)AuthorFilesLines
2021-05-17Remove SDNC CSIT testsDan Timoney4-198/+0
SDNC CSIT tests have been moved to SDNC project repo (sdnc/oam), so tests in integration/csit are no longer needed. Change-Id: Iae8b2e5b609e50ea7f6a215e82fb8344fea0fe69 Issue-ID: SDNC-1545 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-05-07Update tested sdnc image versionsLasse Kaihlavirta1-1/+1
Issue-ID: SDNC-1541 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: I055ff90df12ddb6ffd94bac31e1205ce2bb9fa57
2021-05-07Update ccsdk-dgbuilder versionLasse Kaihlavirta1-1/+1
- replace use of obsolete 1.1-STAGING-latest version of ccsdk-dgbuilder-image with latest *released* version Issue-ID: SDNC-1533 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: Ib184ea02495c2a9435437cfa9e3df353dfa2a17f
2021-03-03Update SDNC CSIT for Honolulu changesDan Timoney1-0/+33
Added env settings needed to start up SDNC container, and updated URL used to retrieve list of APIs (which changes in OpenDaylight Aluminum). Removed unneeded code to start up cert service (since those certs are not needed for NETCONF/TLS ... the certs we need are for the NETCONF device itself). Commented out tests of TLS connection for now - simulator we had been using no longer exists (docker is no longer in nexus3.onap.org) and connection to new simulator is not yet working. Will restore those tests in a separate commit after debugging with new netconf simulator. Change-Id: I096694a3c70c92c951b7e50f73418ecb8c99d575 Issue-ID: SDNC-1473 Signed-off-by: Dan Timoney <dtimoney@att.com>
2020-12-01Align SDNC healthcheck CSIT to masterLasse Kaihlavirta1-44/+16
- update the tested docker image versions - remove test cases referring to obsoleted VNF-API - remove references to obsoleted admportal image - reduce timeouts significantly - improve readiness checks - fail the suite on any setup failures Issue-ID: CCSDK-2915 Signed-off-by: Lasse Kaihlavirta <l.kaihlavirt@partner.samsung.com> Change-Id: I8ff49054d5895bf19eb35729e5c1db7919c22f81
2020-04-07Update CSIT to use Frankfurt imagesDan Timoney1-9/+6
Update CSIT test case to use Frankfurt version of SDNC images Change-Id: I524fd49268e5a3f473e585c96e61ace1440a3d5f Issue-ID: SDNC-1131 Signed-off-by: Dan Timoney <dtimoney@att.com>
2019-10-01fix sdnc csit testsumry83641-3/+2
split 95349 into sub patches Issue-ID: INT-1237 Signed-off-by: umry8364 <morgan.richomme@orange.com> Change-Id: If196a642eb3a60dff6041718abeb8a68649203e4
2019-02-09Update SDNC CSIT for Dublin/FluorineTimoney, Dan (dt5972)1-7/+4
Update SDNC CSIT tests to use Dublin / OpenDaylight Fluorine based containers Change-Id: I1ae8b6dfbfebc23b9489a0faaba5cb3c8d0f7b63 Issue-ID: SDNC-552 Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
2018-09-27Adjust relative paths for CSIT filesGary Wu2-2/+2
Remove leading test/csit/ from all relative paths to accomodate the move into integration/csit repo. Change-Id: Id9482b46df839f5eba28135e9f987a3eda1d7d94 Issue-ID: INT-671 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
2018-09-27Move CSIT to integration/csit repoGary Wu4-0/+200
To facilite branching of CSIT tests, all CSIT test code and scripts are relocated to the integration/csit repo. Change-Id: I1e4c0eff44691f73f8098b3c52764107f6b8b8df Issue-ID: INT-671 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>