Check HTTP Response Body vnfIndicators Matches the requested attribute-based filter
LogCheck Response includes VNF Indicators according to filter
#todo
\ No newline at end of file
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
#todo
Should Be True"${response[0]['body']['name']}"=="${POS_FIELDS['name']}" and "${response[0]['body']['vnfInstanceId']}"=="${POS_FIELDS['vnfInstanceId']}"
Get all indicators for a VNF instance
LogThis resource represents VNF indicators related to a VNF instance.
...
...
@@ -397,11 +397,15 @@ Send DELETE Request for indicators in VNF instance
Check HTTP Response Body Includes Requested VNF Instances ID
LogCheck Response includes Indicators according to resource identifier
#todo
Should Be Equal As Strings${response['body']['vnfInstanceId']}${vnfInstanceId}
Check Postcondition Indicators for VNF instance Exist
LogCheck Response includes VNF Indicators according to filter
#todo
LogCheck Postcondition Indicators for VNF instance Exist
Set Headers{"Accept": "${ACCEPT_JSON}"}
Run Keyword If${AUTH_USAGE}== 1Set Headers{"Authorization": "${AUTHORIZATION}"}
@@ -54,7 +54,7 @@ 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
#todo
Should Be True"${response[0]['body']['vnfdId']}"=="${POS_FILTER['vnfdId']}" and "${response[0]['body']['vnfProvider']}"=="${POS_FILTER['vnfProvider']}"
GET VNF Packages with invalid attribute-based filter
LogTrying to perform a negative get, filtering by the inexistent filter 'nfvId'
...
...
@@ -631,7 +631,7 @@ Check HTTP Response Body Is Empty
Check HTTP Response Body Subscriptions Match the requested Attribute-Based Filter
LogCheck Response includes VNF Package Management according to filter
#TODO
Should Be Equal As Strings${response[0]['body']['callbackUri']}${filter_ok['callbackUri']}
Check HTTP Response Body PkgmSubscription Attributes Values Match the Issued Subscription
@@ -59,7 +59,7 @@ 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
#todo
Should Be True"${response[0]['body']['vnfdId']}"=="${POS_FILTER['vnfdId']}" and "${response[0]['body']['vnfProvider']}"=="${POS_FILTER['vnfProvider']}"
GET VNF Packages with invalid attribute-based filter
LogTrying to perform a negative get, filtering by the inexistent filter 'nfvId'
...
...
@@ -907,7 +907,7 @@ Check HTTP Response Body Json Schema Is
Check HTTP Response Body Subscriptions Match the requested Attribute-Based Filter
LogCheck Response includes VNF Package Management according to filter
#TODO
Should Be Equal As Strings${response[0]['body']['callbackUri']}${filter_ok['callbackUri']}
Check HTTP Response Body Subscription Identifier matches the requested Subscription