7d322c1b475371b80f390083d98bc8c8ed8df8f6
[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 # TLS connection to netconf simulator is not currently working. Commenting
18 # out for now, and will uncomment when we have working solution.
19 #Check SDNC And PNF TLS Connection Over Netopeer2 Certificates
20 #    [Tags]      SDNC-PNF-TLS-CONNECTION-CHECK
21 #   [Documentation]    Checking PNF Mount after SDNC Installation
22 #    Send Get Request And Validate TLS Connection Response  ${SDNC_MOUNT_PATH}  200
23
24 #Check PNF Delete And Remove Netopeer2 Certificates From Keystore
25 #    [Tags]      SDNC-PNF-MOUNT-DELETE-CLEAR-KEYSTORE
26 #    [Documentation]    Checking PNF Mount Delete from SDNC
27 #   Send Delete Request And Validate PNF Mount Deleted  ${SDNC_MOUNT_PATH}  200
28