X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=tests%2Fso%2Fetsi%2Fetsi_tests.robot;fp=tests%2Fso%2Fetsi%2Fetsi_tests.robot;h=684034b719e5b5ed67317bc83ba5678348c4366c;hb=8420235a218c8e9a2dbdf408feeb5a7ebea90887;hp=49670d96bc8850e61bc35a730d1a4fe716f10e6d;hpb=72dd8776cc76fc5a7ec949984aea300eef593199;p=integration%2Fcsit.git diff --git a/tests/so/etsi/etsi_tests.robot b/tests/so/etsi/etsi_tests.robot index 49670d96..684034b7 100644 --- a/tests/so/etsi/etsi_tests.robot +++ b/tests/so/etsi/etsi_tests.robot @@ -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