Check HTTP Response Body vnfIndicators Matches the requested attribute-based filter
LogCheck Response includes VNF Indicators according to filter
Should Be True"${response[0]['body']['name']}"=="${POS_FILTER['name']}" and "${response[0]['body']['vnfInstanceId']}"=="${POS_FILTER['vnfInstanceId']}"
Check HTTP Response Body vnfIndicators Matches the requested attribute-based filter
LogCheck Response includes VNF Indicators according to filter
Should Be True"${response[0]['body']['name']}"=="${POS_FIELDS['name']}" and "${response[0]['body']['vnfInstanceId']}"=="${POS_FIELDS['vnfInstanceId']}"
@@ -54,7 +54,10 @@ GET VNF Packages with attribute-based filter
Check HTTP Response Body VnfPkgsInfo Matches the requested Attribute-Based Filter
LogChecking that attribute-based filter is matched
Should Be True"${response[0]['body']['vnfdId']}"=="${POS_FILTER['vnfdId']}" and "${response[0]['body']['vnfProvider']}"=="${POS_FILTER['vnfProvider']}"