@@ -1324,12 +1324,12 @@ Match the VNF Instance Response Attributes with Descriptors
Should Be Equal As Strings${response['body']['vnfdVersion']}${Descriptor_Version}
Should Be Equal As Strings${response['body']['instantiatedVnfInfo']['flavourId']}${Flavour_ID}
List Should Contain Value${VDU_IDs}${response['body']['instantiatedVnfInfo']['vnfcResourceInfo']['vduId']}
Run Keyword If'${descriptorType}'=='SOL006'List Should Contain Value${externalCP_IDs}${response['body']['instantiatedVnfInfo']['extCpInfo']['cpdId']}
Run Keyword If'${descriptorType}'=='SOL006'List Should Contain Value${internalCP_IDs}${response['body']['instantiatedVnfInfo']['vnfcResourceInfo']['vnfcCpInfo']['cpdId']}
Run Keyword If'${descriptorType}'=='SOL001'List Should Contain Value@{CP_IDs}${response['body']['instantiatedVnfInfo']['extCpInfo']['cpdId']}
Run Keyword If'${descriptorType}'=='SOL001'List Should Contain Value@{CP_IDs}${response['body']['instantiatedVnfInfo']['vnfcResourceInfo']['vnfcCpInfo']['cpdId']}
List Should Contain value${Storage_IDs}${response['body']['instantiatedVnfInfo']['virtualStorageResourceInfo']['virtualStorageDescId']}
List Should Contain Value${VirtualLink_IDs}${response['body']['instantiatedVnfInfo']['extManagedVirtualLinkInfo']['vnfVirtualLinkDescId']}
Run Keyword If'${descriptorType}'=='SOL006'List Should Contain Value${externalCP_IDs}${response['body']['instantiatedVnfInfo']['extCpInfo'][0]['cpdId']}
Run Keyword If'${descriptorType}'=='SOL006'List Should Contain Value${internalCP_IDs}${response['body']['instantiatedVnfInfo']['vnfcResourceInfo'][0]['vnfcCpInfo'][0]['cpdId']}
Run Keyword If'${descriptorType}'=='SOL001'List Should Contain Value@{CP_IDs}${response['body']['instantiatedVnfInfo']['extCpInfo'][0]['cpdId']}
Run Keyword If'${descriptorType}'=='SOL001'List Should Contain Value@{CP_IDs}${response['body']['instantiatedVnfInfo']['vnfcResourceInfo'][0]['vnfcCpInfo'][0]['cpdId']}
List Should Contain value${Storage_IDs}${response['body']['instantiatedVnfInfo']['virtualStorageResourceInfo'][0]['virtualStorageDescId']}
List Should Contain Value${VirtualLink_IDs}${response['body']['instantiatedVnfInfo']['extManagedVirtualLinkInfo'][0]['vnfVirtualLinkDescId']}
Check HTTP Response Body of Individual VNF LCM Operation occurrences content against VNF Descriptor
Run Keyword If${check_descriptors}== 1Check Individual VNF LCM Operation Occurence Content
...
...
@@ -1342,8 +1342,8 @@ Match the VNF LCM Operation Occurence Response Attributes with Descriptors
#Checking Response attributes with VNF Descriptors
Should Be Equal As Strings${response['body']['changedInfo']['vnfdId']}${Descriptor_ID}
Should Be Equal As Strings${response['body']['changedInfo']['vnfdVersion']}${Descriptor_Version}
List Should Contain Value${VDU_IDs}${response['body']['resourceChanges']['AffectedVnfc']['vduId']}
List Should Contain value${Storage_IDs}${response['body']['resourceChanges']['affectedVirtualStorages']['virtualStorageDescId']}
List Should Contain Value${VirtualLink_IDs}${response['body']['resourceChanges']['affectedVirtualLinks']['virtualStorageDescId']}
List Should Contain Value${VDU_IDs}${response['body']['resourceChanges']['affectedVnfcs'][0]['vduId']}
List Should Contain value${Storage_IDs}${response['body']['resourceChanges']['affectedVirtualStorages'][0]['virtualStorageDescId']}
List Should Contain Value${VirtualLink_IDs}${response['body']['resourceChanges']['affectedVirtualLinks'][0]['virtualStorageDescId']}
Match the VNF subscription Response Attributes with Descriptors
#Checking Response attributes with VNF Descriptors
Should Be Equal As Strings${response['body']['filter']['vnfdId']}${Descriptor_ID}
Should Be Equal As Strings${response['body']['filter']['vnfProductsFromProviders']['vnfProvider']}${Provider}
Should Be Equal As Strings${response['body']['filter']['vnfProductsFromProviders']['vnfProducts']['vnfProductName']}${Product_Name}
Should Be Equal As Strings${response['body']['filter']['vnfProductsFromProviders']['vnfProducts']['versions']['vnfSoftwareVersion']}${Software_Version}
Should Be Equal As Strings${response['body']['filter']['vnfProductsFromProviders']['vnfProducts']['versions']['vnfdVersion']}${Descriptor_Version}
Should Be Equal As Strings${response['body']['filter']['vnfProductsFromProviders'][0]['vnfProvider']}${Provider}
Should Be Equal As Strings${response['body']['filter']['vnfProductsFromProviders'][0]['vnfProducts'][0]['vnfProductName']}${Product_Name}
Should Be Equal As Strings${response['body']['filter']['vnfProductsFromProviders'][0]['vnfProducts']['versions'][0]['vnfSoftwareVersion']}${Software_Version}
Should Be Equal As Strings${response['body']['filter']['vnfProductsFromProviders'][0]['vnfProducts']['versions'][0]['vnfdVersion']}${Descriptor_Version}