aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/sdnc
AgeCommit message (Collapse)AuthorFilesLines
2021-03-03Update SDNC CSIT for Honolulu changesDan Timoney6-196/+34
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-07-24[SDNC-Netconf-TLS] Update SDNC CSITajay_dp0011-1/+1
-Updated Netconf-Pnp-Sim image version -Code update for failing CSIT tests Issue-ID: INT-1655 Signed-off-by: ajay_dp001 <ajay.deep.singh@est.tech> Change-Id: I593cc225730bfa7061448c3a47e458dfa41dc3ed
2020-05-11E2E Integration Test for NETCONF/TLS Configuration in SDNC.ajay_dp00114-0/+1853
Story intended to capture needed updates to E2E Integration Test for NETCONF/TLS Configuration. Involve updates to the PNF simulator. Issue-ID: INT-1295 Signed-off-by: ajay_dp001 <ajay.deep.singh@est.tech> Change-Id: Ie08fe9618a9a0522e00fe0af8d13ab48b0634a70
2018-09-27Adjust relative paths for CSIT filesGary Wu1-1/+1
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 Wu1-0/+20
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>