From fe79d7f26a5e211984504dc15ec042d052e65ff8 Mon Sep 17 00:00:00 2001 From: Jerry Flood Date: Wed, 22 Nov 2017 17:32:18 -0500 Subject: Report test failure when Delete VNF fails Issue-ID: TEST-54 Change-Id: Id92f2bbdcc967f44024c8f3aa53d45f82616ea9f Signed-off-by: Jerry Flood --- robot/resources/aai/service_instance.robot | 2 ++ 1 file changed, 2 insertions(+) (limited to 'robot/resources/aai') diff --git a/robot/resources/aai/service_instance.robot b/robot/resources/aai/service_instance.robot index 34ab1eab..31a4a610 100644 --- a/robot/resources/aai/service_instance.robot +++ b/robot/resources/aai/service_instance.robot @@ -50,6 +50,8 @@ Validate Generic VNF Dictionary Should Contain Value ${generic_vnf.json()} ${vnf_name} ${returned_vnf_type}= Get From Dictionary ${generic_vnf.json()} vnf-type Should Contain ${returned_vnf_type} ${vnf_type} + ${vnf_id}= Get From Dictionary ${generic_vnf.json()} vnf-id + ${generic_vnf}= Run A&AI Get Request ${INDEX PATH}/network/generic-vnfs/generic-vnf/${vnf_id}?depth=all [Return] ${generic_vnf.json()} VLB Closed Loop Hack -- cgit 1.2.3-korg