SOL002 - Implementation of additional test steps for checks against VNFD content in v2.7.1
Merge request reports
Activity
added MR ready to review label
added 1 commit
- 28ecd83a - SOL006 reference descriptor file and checking functionality updated (with...
added 1 commit
- 5a464a59 - minor bug fix for previous commit (FlavorId got deleted by mistake)
I have a question for clarification.
For example, in VNFLifecycleManagement-API / IndividualVNFInstance.robot, CHECK is added on line 40.
- Check HTTP Response Body vnfInstance content against VNF Descriptor
What does this check for vnfinstance against VNFD?
- Where does this test item check in the content?
- For example, is the comparison in this item whether the values match?
The Check HTTP Response Body vnfInstance content against VNF Descriptor inspects the content of the vnfInstance data structure returned by the FUT, and verifies that its attribute values match those in the VNFD used to instantiate such VNF. For example, some of the attributes checked are:
Descriptor ID Provider Product Name Software Version Descriptor Version VDU names Virtual link names Connection point names etc.
Thank you for your confirmation. I would like to clarify which of the SOL002 Attribute corresponds to some of the CHECK items listed.
The correspondence I am assuming is described below. Could you please tell me the Attribute corresponding to the item marked "???" ?
- Descriptor ID (>vnfdId SOL002 5.5.2.2)
- Provider (>vnfProvider SOL002 5.5.2.2)
- Product Name (>vnfProductName SOL002 5.5.2.2)
- Software Version (>vnfSoftware Version SOL002 5.5.2.2)
- Descriptor Version (>vnfdVersion SOL002 5.5.2.2)
- VDU names (>???)
- Virtual link names (>???)
- Connection point names (>???)
Also, could you tell me the criteria for selecting these items for testing?
I confused "names" with "identifiers".
- VDU id (>vduId SOL002 5.5.3.8)
- virtual link id (>vnfVirtualLinkDescId SOL002 5.5.3.5)
- Connection point id (>cpdId SOL002 5.5.3.8)
The criteria for selecting the items was taken from SOL001 Annex D, and applying the same mapping to SOL006 attributes.
added MR ready to be merged label
removed MR ready to review label
added 2.7.1 label
mentioned in commit f363742d