Commit c27872ff authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

Merge branch 'master' into 'master'

updated test descriptions for contributions 94r2 and 96r2

Closes #63 and #64

See merge request !27
parents 8b76cd34 6703226d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -114,7 +114,7 @@ Send Request Grant Request

Check HTTP Response Status Code Is
    [Arguments]    ${expected_status}    
    Should Be Equal    ${response.status_code}    ${expected_status}
    Should Be Equal as Strings   ${response[0]['status_code']}    ${expected_status}
    Log    Status code validated

Check HTTP Response Header Contains
+2 −2
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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
Loading