aboutsummaryrefslogtreecommitdiffstats
path: root/tests/sdnc/sdnc_netconf_tls_post_deploy/sdnc_post_deploy_cert_check.robot
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2021-05-17 10:20:29 -0400
committerDan Timoney <dtimoney@att.com>2021-05-17 10:20:29 -0400
commit9a7128436b8d7c292dd8de849883c0cce18e5e68 (patch)
treedcd6a173ffc27eff83ac733d439443395167bf95 /tests/sdnc/sdnc_netconf_tls_post_deploy/sdnc_post_deploy_cert_check.robot
parentde929b31c7eaeb5f8769028e4e80f265afadef39 (diff)
Remove SDNC CSIT tests
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>
Diffstat (limited to 'tests/sdnc/sdnc_netconf_tls_post_deploy/sdnc_post_deploy_cert_check.robot')
-rw-r--r--tests/sdnc/sdnc_netconf_tls_post_deploy/sdnc_post_deploy_cert_check.robot27
1 files changed, 0 insertions, 27 deletions
diff --git a/tests/sdnc/sdnc_netconf_tls_post_deploy/sdnc_post_deploy_cert_check.robot b/tests/sdnc/sdnc_netconf_tls_post_deploy/sdnc_post_deploy_cert_check.robot
deleted file mode 100644
index 4d935974..00000000
--- a/tests/sdnc/sdnc_netconf_tls_post_deploy/sdnc_post_deploy_cert_check.robot
+++ /dev/null
@@ -1,27 +0,0 @@
-*** Settings ***
-
-Documentation SDNC, Netconf-Pnp-Simulator E2E Test Case Scenarios
-
-Library RequestsLibrary
-Resource ./resources/sdnc-keywords.robot
-
-Suite Setup Create sessions
-
-*** Test Cases ***
-
-Check SDNC Keystore For Netopeer2 Certificates
- [Tags] SDNC-NETOPEER2-CERT-DEPLOYMENT
- [Documentation] Checking Keystore after SDNC istallation
- Send Get Request And Validate Response Sdnc ${SDNC_KEYSTORE_CONFIG_PATH} 200
-
-
-Check SDNC And PNF TLS Connection Over Netopeer2 Certificates
- [Tags] SDNC-PNF-TLS-CONNECTION-CHECK
- [Documentation] Checking PNF Mount after SDNC Installation
- Send Get Request And Validate TLS Connection Response ${SDNC_MOUNT_PATH} 200
-
-Check PNF Delete And Remove Netopeer2 Certificates From Keystore
- [Tags] SDNC-PNF-MOUNT-DELETE-CLEAR-KEYSTORE
- [Documentation] Checking PNF Mount Delete from SDNC
- Send Delete Request And Validate PNF Mount Deleted ${SDNC_MOUNT_PATH} 200
-