Commit 63180fbf authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

Merge branch 'master' into 'master'

Master

See merge request !33
parents 9841d8c7 9d731e33
Loading
Loading
Loading
Loading
+4 −3
Original line number Original line Diff line number Diff line
@@ -97,7 +97,7 @@ PUT Virtualised Resources Quota Available Notification subscriptions - Method no
    [Documentation]    Test ID: 7.3.7.1.7
    [Documentation]    Test ID: 7.3.7.1.7
    ...    Test title: PUT Virtualised Resources Quota Available Notification subscriptions - Method not implemented
    ...    Test title: PUT Virtualised Resources Quota Available Notification subscriptions - Method not implemented
    ...    Test objective: The objective is to test that PUT method is not allowed to update  existing subscriptions instance on VNF 
    ...    Test objective: The objective is to test that PUT method is not allowed to update  existing subscriptions instance on VNF 
    ...    Pre-conditions: A NFV instance is instantiated
    ...    Pre-conditions: A VNF instance is instantiated
    ...    Reference:  section 11.4.3.3.4 - SOL003 v2.4.1
    ...    Reference:  section 11.4.3.3.4 - SOL003 v2.4.1
    ...    Config ID: Config_prod_VNFM
    ...    Config ID: Config_prod_VNFM
    ...    Applicability: none
    ...    Applicability: none
@@ -109,7 +109,7 @@ PATCH Virtualised Resources Quota Available Notification subscriptions - Method
    [Documentation]    Test ID: 7.3.7.1.8
    [Documentation]    Test ID: 7.3.7.1.8
    ...    Test title: PATCH Virtualised Resources Quota Available Notification subscriptions - Method not implemented
    ...    Test title: PATCH Virtualised Resources Quota Available Notification subscriptions - Method not implemented
    ...    Test objective: The objective is to test that PATCH method is not allowed to modify subscriptions instance on VNF 
    ...    Test objective: The objective is to test that PATCH method is not allowed to modify subscriptions instance on VNF 
    ...    Pre-conditions: A NFV instance is instantiated
    ...    Pre-conditions: A VNF instance is instantiated
    ...    Reference:  section 11.4.3.3.4 - SOL003 v2.4.1
    ...    Reference:  section 11.4.3.3.4 - SOL003 v2.4.1
    ...    Config ID: Config_prod_VNFM
    ...    Config ID: Config_prod_VNFM
    ...    Applicability: none
    ...    Applicability: none
@@ -121,12 +121,13 @@ DELETE Virtualised Resources Quota Available Notification subscriptions - Method
    [Documentation]    Test ID: 7.3.7.1.9
    [Documentation]    Test ID: 7.3.7.1.9
    ...    Test title: DELETE Virtualised Resources Quota Available Notification subscriptions - Method not implemented
    ...    Test title: DELETE Virtualised Resources Quota Available Notification subscriptions - Method not implemented
    ...    Test objective: The objective is to test that PATCH method is not allowed to delete  subscriptions instance on VNF 
    ...    Test objective: The objective is to test that PATCH method is not allowed to delete  subscriptions instance on VNF 
    ...    Pre-conditions: A NFV instance is instantiated
    ...    Pre-conditions: A VNF instance is instantiated
    ...    Reference:  section 11.4.3.3.5 - SOL003 v2.4.1
    ...    Reference:  section 11.4.3.3.5 - SOL003 v2.4.1
    ...    Config ID: Config_prod_VNFM
    ...    Config ID: Config_prod_VNFM
    ...    Applicability: none
    ...    Applicability: none
    ...    Post-Conditions: none
    ...    Post-Conditions: none
    Send Delete request for Virtualised Resources Quota Available Notification subscription   
    Send Delete request for Virtualised Resources Quota Available Notification subscription   
    Check HTTP Response Status Code Is    405
    Check HTTP Response Status Code Is    405
    Check Postcondition VNF Virtualised Resources Quota Available Notification Subscriptions Exists


    
    
 No newline at end of file
+4 −0
Original line number Original line Diff line number Diff line
@@ -43,6 +43,10 @@ Check HTTP Response Header ContentType is
    Should Be Equal    ${response[0]['headers']['Content-Type']}    ${expected_contentType}
    Should Be Equal    ${response[0]['headers']['Content-Type']}    ${expected_contentType}
    Log    Content Type validated 
    Log    Content Type validated 
    
    
Check Postcondition VNF Virtualised Resources Quota Available Notification Subscriptions Exists
    Log    Checking that subscriptions exists
    GET Virtualised Resources Quota Available Notification Subscriptions  

Do Post Individual Subscription
Do Post Individual Subscription
    log    Trying to perform a POST. This method should not be implemented
    log    Trying to perform a POST. This method should not be implemented
    Set Headers  {"Accept":"${ACCEPT}"}
    Set Headers  {"Accept":"${ACCEPT}"}