[CSIT] Fix SDC CSIT Run Errors/Warnings & Path Correction
[integration/csit.git] / tests / sdnc / sdnc_netconf_tls_post_deploy / sdnc_post_deploy_cert_check.robot
1 *** Settings ***
2
3 Documentation     SDNC, Netconf-Pnp-Simulator E2E Test Case Scenarios
4
5 Library               RequestsLibrary
6 Resource          ./resources/sdnc-keywords.robot
7
8 Suite Setup       Create sessions
9
10 *** Test Cases ***
11
12 Check SDNC Keystore For Netopeer2 Certificates
13     [Tags]      SDNC-NETOPEER2-CERT-DEPLOYMENT
14     [Documentation]    Checking Keystore after SDNC istallation
15     Send Get Request And Validate Response Sdnc  ${SDNC_KEYSTORE_CONFIG_PATH}  200
16
17
18 Check SDNC And PNF TLS Connection Over Netopeer2 Certificates
19     [Tags]      SDNC-PNF-TLS-CONNECTION-CHECK
20    [Documentation]    Checking PNF Mount after SDNC Installation
21     Send Get Request And Validate TLS Connection Response  ${SDNC_MOUNT_PATH}  200
22
23 Check PNF Delete And Remove Netopeer2 Certificates From Keystore
24     [Tags]      SDNC-PNF-MOUNT-DELETE-CLEAR-KEYSTORE
25     [Documentation]    Checking PNF Mount Delete from SDNC
26    Send Delete Request And Validate PNF Mount Deleted  ${SDNC_MOUNT_PATH}  200
27