aboutsummaryrefslogtreecommitdiffstats
path: root/tests/sdnc/sdnc_netconf_tls_post_deploy/sdnc_post_deploy_cert_check.robot
blob: 4d935974fd77b7cf3399926f8a13e95943a0fab0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
*** 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