aboutsummaryrefslogtreecommitdiffstats
path: root/tests/sdnc/sdnc_netconf_tls_post_deploy
AgeCommit message (Collapse)AuthorFilesLines
2021-05-17Remove SDNC CSIT testsDan Timoney9-622/+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-03-04Update tests to use new netconf simDan Timoney3-14/+11
Updated netconf TLS tests to use new netconf simulator. Change-Id: I9c6706222bf0b7223c3cfe6416dee085fae9df6b Issue-ID: SDNC-1500 Signed-off-by: Dan Timoney <dtimoney@att.com>
2021-03-03Update SDNC CSIT for Honolulu changesDan Timoney2-44/+12
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-08-11Resolved Intermittent failure issue in SDNC CSITajay_dp0014-13/+123
Issue-ID: INT-1679 Signed-off-by: ajay_dp001 <ajay.deep.singh@est.tech> Change-Id: I022f6c3dd9c651bf21f3201340ccf1dbd0ad20c7
2020-07-24[SDNC-Netconf-TLS] Update SDNC CSITajay_dp0014-21/+45
-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_dp0019-52/+520
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
2020-04-07Update CSIT to use Frankfurt imagesDan Timoney1-15/+15
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-04-04CSIT for SDNC Netconf ConfigurationRahul Yadav3-0/+55
This commit have 2 csits for sdnc 1. Checking keystore after SDNC installation 2. Checking PNF mount after SDNC installation Change-Id: I69782b3bc426dac02c691392ae679aeedcf81ee3 Signed-off-by: Rahul Yadav <rahul4talk@gmail.com> Issue-ID: SDNC-660