aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMukeshKumar <mukeshsharma@est.tech>2020-09-29 14:24:02 +0100
committerMukesh Kumar <mukeshsharma@est.tech>2020-10-16 09:28:53 +0000
commit8420235a218c8e9a2dbdf408feeb5a7ebea90887 (patch)
treec832f0bd6ec3f8b05b6f687c30ac756368268953
parent72dd8776cc76fc5a7ec949984aea300eef593199 (diff)
Removing Invoke VNF Notification for SOL002 in CSIT due to expired cert
Issue-ID: INT-1729 Change-Id: I78a58a78f43c3fd0c85c88f74ca8d990fffffb98 Signed-off-by: Mukesh <mukeshsharma@est.tech>
-rw-r--r--tests/so/etsi/etsi_tests.robot9
1 files changed, 0 insertions, 9 deletions
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