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}
No newline at end of file
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']['vnfSoftwareVesion']}${software_version}
Should Be Equal As Strings${response['body']['filter']['vnfProductsFromProviders']['vnfProducts']['versions']['vnfdVersion']}${descriptor_version}