diff options
author | Dan Timoney <dtimoney@att.com> | 2023-10-13 16:39:54 -0400 |
---|---|---|
committer | highstreetherbert <herbert.eiselt@highstreet-technologies.com> | 2023-11-19 19:45:05 +0100 |
commit | 013bee7cdc2f2db170fa9235d29958a7fc5b1104 (patch) | |
tree | cadebf39d7ff4370475930e2ced9f34823a400bb /csit/tests | |
parent | 38c044d1b25a5702220e5be32111ca7e71f87139 (diff) |
Update to version 2.6.1 of parent pom
Update to version 2.6.1 of parent pom to pick up Argon SR2 versions
Issue-ID: CCSDK-3944
Change-Id: Idba0a162fd079f35d420e62f3026f6c8dfc1d983
Signed-off-by: Dan Timoney <dtimoney@att.com>
Signed-off-by: highstreetherbert <herbert.eiselt@highstreet-technologies.com>
Diffstat (limited to 'csit/tests')
-rw-r--r-- | csit/tests/sdnc/resources/sdnc-keywords.robot | 2 | ||||
-rw-r--r-- | csit/tests/sdnc/sdnc_csit.robot | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/csit/tests/sdnc/resources/sdnc-keywords.robot b/csit/tests/sdnc/resources/sdnc-keywords.robot index 8c417bc3..4c4750db 100644 --- a/csit/tests/sdnc/resources/sdnc-keywords.robot +++ b/csit/tests/sdnc/resources/sdnc-keywords.robot @@ -45,7 +45,7 @@ Send Get Request And Validate TLS Connection Response ${mount}= Get File ${REQUEST_DATA_PATH}${/}mount.xml &{headers}= Create Dictionary Content-Type=application/xml Accept=application/xml ${resp}= PUT On Session sdnc_restconf ${url} data=${mount} headers=${headers} expected_status=201 - Sleep 30 + Sleep 120 &{headers1}= Create Dictionary Content-Type=application/json Accept=application/json ${resp1}= GET On Session sdnc_restconf ${PNFSIM_MOUNT_PATH} headers=${headers1} expected_status=${resp_code} diff --git a/csit/tests/sdnc/sdnc_csit.robot b/csit/tests/sdnc/sdnc_csit.robot index 6b49b0f7..bcd2f013 100644 --- a/csit/tests/sdnc/sdnc_csit.robot +++ b/csit/tests/sdnc/sdnc_csit.robot @@ -16,17 +16,17 @@ Check SDNC Keystore For PNF Simulator Certificates [Tags] SDNC-PNFSIM-CERT-DEPLOYMENT [Documentation] Checking Keystore after SDNC installation Send Get Request And Validate Response Sdnc ${SDNC_KEYSTORE_CONFIG_PATH} 200 - + Check SDNC NETCONF/TLS Connection to PNF Simulator [Tags] SDNC-PNFSIM-TLS-CONNECTION-CHECK - [Documentation] Checking NETCONF/TLS connection to PNF Simulator + [Documentation] Checking NETCONF/TLS connection to PNF Simulator Send Get Request And Validate TLS Connection Response ${SDNC_MOUNT_PATH} 200 Check Dropping NETCONF/TLS Connection [Tags] SDNC-PNFSIM-TLS-DISCONNECT-CHECK [Documentation] Checking PNF Simulator Mount Delete from SDNC - Send Delete Request And Validate PNF Mount Deleted ${SDNC_MOUNT_PATH} 204 + Send Delete Request And Validate PNF Mount Deleted ${SDNC_MOUNT_PATH} 204 Load network preload data [Tags] SDNC-GRA-PRELOAD-NETWORK |