Removing Invoke VNF Notification for SOL002 in CSIT due to expired cert 29/113329/2
authorMukeshKumar <mukeshsharma@est.tech>
Tue, 29 Sep 2020 13:24:02 +0000 (14:24 +0100)
committerMukesh Kumar <mukeshsharma@est.tech>
Fri, 16 Oct 2020 09:28:53 +0000 (09:28 +0000)
Issue-ID: INT-1729
Change-Id: I78a58a78f43c3fd0c85c88f74ca8d990fffffb98
Signed-off-by: Mukesh <mukeshsharma@est.tech>
tests/so/etsi/etsi_tests.robot

index 49670d9..684034b 100644 (file)
@@ -78,15 +78,6 @@ Invoke VNF Instantiation
     Run Keyword If  '${actual_request_state}' == 'COMPLETE'  log to console   \nexecuted with expected result
     Should Be Equal As Strings    '${actual_request_state}'    'COMPLETE'
 
-Invoke VNF Notification for SOL002
-    Create Session    ve-vnfm-adapter-session    http://${REPO_IP}:9098
-    ${data}=    Get Binary File    ${CURDIR}${/}data${/}notification.json
-    &{headers}=    Create Dictionary    Content-Type=application/json    Accept=application/json    Authorization=Basic YWRtaW46YTRiM2MyZDE=
-    ${notification_request}=    Post Request    ve-vnfm-adapter-session    /lcm/v1/vnf/instances/notifications    data=${data}    headers=${headers}
-    Log To Console    ${notification_request}
-    Run Keyword If    '${notification_request.status_code}' == '200'    Log To Console    \nexecuted with expected result
-    Should Be Equal As Strings    '${notification_request.status_code}'    '200'
-
 Delete VNF Instance
     Run Keyword If      "${vnf_instance_Id}" != "${EMPTY}"      Log to Console    VNF Instance ID :${vnf_instance_Id} received
     ...                ELSE      Fail           Log to Console  Invalid VNF Instance ID :${vnf_instance_Id} recieved