summaryrefslogtreecommitdiffstats
path: root/robot/resources/aai/service_instance.robot
diff options
context:
space:
mode:
authorJerry Flood <jf9860@att.com>2017-11-22 17:32:18 -0500
committerJerry Flood <jf9860@att.com>2017-11-22 17:37:07 -0500
commitfe79d7f26a5e211984504dc15ec042d052e65ff8 (patch)
tree649bf16ee9f2e038eec8292d85976493cbf15ae8 /robot/resources/aai/service_instance.robot
parent81d33fb58ca4b7f6dc58fde0324df7fd6ca5bc61 (diff)
Report test failure when Delete VNF fails1.0.0-ONAP1.0.0-Amsterdam
Issue-ID: TEST-54 Change-Id: Id92f2bbdcc967f44024c8f3aa53d45f82616ea9f Signed-off-by: Jerry Flood <jf9860@att.com>
Diffstat (limited to 'robot/resources/aai/service_instance.robot')
-rw-r--r--robot/resources/aai/service_instance.robot2
1 files changed, 2 insertions, 0 deletions
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