Skip to content
Snippets Groups Projects
Commit 6703226d authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

updated test descriptions for contributions 94r2 and 96r2

parent fdbada32
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ Create new VNF Performance subscription
Send Post Request for VNF Performance Subscription
Check HTTP Response Status Code Is 201
Check HTTP Response Body Json Schema Is PmSubscription
Check HTTP Response Body Matches the Subscription
Check HTTP Response Body PmSubscription Attributes Values Match the Issued Subscription
Check Postcondition VNF Performance Subscription Is Set
......@@ -109,7 +109,7 @@ Create duplicated VNF Performance subscription with VNFM creating duplicated sub
Send Post Request for Duplicated VNF Performance Subscription
Check HTTP Response Status Code Is 201
Check HTTP Response Body Json Schema Is PmSubscription
Check HTTP Response Body Matches the Subscription
Check HTTP Response Body PmSubscription Attributes Values Match the Issued Subscription
Check Postcondition VNF Performance Subscription Is Set
PUT VNF Performance Subscriptions - Method not implemented
......
......@@ -286,7 +286,7 @@ Check HTTP Response Body Subscriptions Match the requested Attribute-Based Filte
# Should Be Equal As Strings ${response['body']['callbackUri']} ${callbackUri}
#TODO
Check HTTP Response Body Matches the Subscription
Check HTTP Response Body PmSubscription Attributes Values Match the Issued Subscription
Log Check Response matches subscription
${body}= Get File jsons/subscriptions.json
${subscription}= evaluate json.loads('''${body}''') json
......
......@@ -76,7 +76,7 @@ Create new VNF Performance subscription
Send Post Request for VNF Performance Subscription
Check HTTP Response Status Code Is 201
Check HTTP Response Body Json Schema Is PmSubscription
Check HTTP Response Body Matches the Subscription
Check HTTP Response Body PmSubscription Attributes Values Match the Issued Subscription
Check Postcondition VNF Performance Subscription Is Set
......@@ -109,7 +109,7 @@ Create duplicated VNF Performance subscription with VNFM creating duplicated sub
Send Post Request for Duplicated VNF Performance Subscription
Check HTTP Response Status Code Is 201
Check HTTP Response Body Json Schema Is PmSubscription
Check HTTP Response Body Matches the Subscription
Check HTTP Response Body PmSubscription Attributes Values Match the Issued Subscription
Check Postcondition VNF Performance Subscription Is Set
PUT VNF Performance Subscriptions - Method not implemented
......
......@@ -286,7 +286,7 @@ Check HTTP Response Body Subscriptions Match the requested Attribute-Based Filte
# Should Be Equal As Strings ${response['body']['callbackUri']} ${callbackUri}
#TODO
Check HTTP Response Body Matches the Subscription
Check HTTP Response Body PmSubscription Attributes Values Match the Issued Subscription
Log Check Response matches subscription
${body}= Get File jsons/subscriptions.json
${subscription}= evaluate json.loads('''${body}''') json
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment