Skip to content
Snippets Groups Projects

2.7.1 dev sol003 vnf lcm descriptors

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -1227,6 +1227,6 @@ Parse SOL006
Get key for VNF Descriptor
FOR ${key} IN @{topology_template.node_templates.keys()}
Log ${key}
${check1}= Run Keyword And Return Status Should End With ${key} VNF
${check1}= Run Keyword And Return Status Should Be Equal As Strings ${topology_template.node_templates.${key}.type} tosca.nodes.nfv.VNF
Run Keyword If ${check1} Set Global Variable ${vnfKey} ${key}
END
\ No newline at end of file
Loading