Commit 80935e75 authored by aureliano sinatra's avatar aureliano sinatra
Browse files

wording changes

parent 4cf28307
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -11,7 +11,7 @@ Resource VnfLcmMntOperationKeywords.robot
Post Fail operation task  
Post Fail operation task  
    [Documentation]    Test ID: 7.3.1.15.1
    [Documentation]    Test ID: 7.3.1.15.1
    ...    Test title: Post Fail operation task
    ...    Test title: Post Fail operation task
    ...    Test objective: The objective is to test that POST method mark as "finally failed" a VNF lifecycle operation if that operation has experienced a temporary failure
    ...    Test objective: The objective is to test that POST method mark as "finally failed" a VNF lifecycle operation 
    ...    Pre-conditions: the "VNF LCM operation occurrence" resource is in "FAILED_TEMP" state.
    ...    Pre-conditions: the "VNF LCM operation occurrence" resource is in "FAILED_TEMP" state.
    ...    Reference:  section 5.4.16.3.1 - SOL003 v2.4.1
    ...    Reference:  section 5.4.16.3.1 - SOL003 v2.4.1
    ...    Config ID: Config_prod_VNFM
    ...    Config ID: Config_prod_VNFM
@@ -25,7 +25,7 @@ Post Fail operation task Conflict (Not-FAILED_TEMP)
    # TODO: Need to set the pre-condition of the test. VNF instance shall be in INSTANTIATED state
    # TODO: Need to set the pre-condition of the test. VNF instance shall be in INSTANTIATED state
    [Documentation]    Test ID: 7.3.1.15.2
    [Documentation]    Test ID: 7.3.1.15.2
    ...    Test title: Post Fail operation task
    ...    Test title: Post Fail operation task
    ...    Test objective: The objective is to test that POST method cannot mark as "finally failed" a VNF lifecycle operation if that operation has experienced a temporary failure
    ...    Test objective: The objective is to test that POST method cannot mark as "finally failed" a VNF lifecycle operation 
    ...    Pre-conditions: the "VNF LCM operation occurrence" resource is not in "FAILED_TEMP" state.
    ...    Pre-conditions: the "VNF LCM operation occurrence" resource is not in "FAILED_TEMP" state.
    ...    Reference:  section 5.4.16.3.1 - SOL003 v2.4.1
    ...    Reference:  section 5.4.16.3.1 - SOL003 v2.4.1
    ...    Config ID: Config_prod_VNFM
    ...    Config ID: Config_prod_VNFM
+1 −1
Original line number Original line Diff line number Diff line
@@ -55,7 +55,7 @@ PATCH Individual VNFInstance
     [Documentation]    Test ID: 7.3.1.2.4
     [Documentation]    Test ID: 7.3.1.2.4
    ...    Test title: PATCH Individual VNFInstance
    ...    Test title: PATCH Individual VNFInstance
    ...    Test objective: This method modifies an individual VNF instance resource
    ...    Test objective: This method modifies an individual VNF instance resource
    ...    Pre-conditions: the VNF instance resource is existing
    ...    Pre-conditions: an existing VNF instance resource
    ...    Reference: section 5.4.3.3.4 - SOL003 v2.4.1
    ...    Reference: section 5.4.3.3.4 - SOL003 v2.4.1
    ...    Config ID: Config_prod_VNFM
    ...    Config ID: Config_prod_VNFM
    ...    Applicability: 
    ...    Applicability: 
+1 −1
Original line number Original line Diff line number Diff line
@@ -14,7 +14,7 @@ Instantiate a vnfInstance
    [Documentation]    Test ID: 7.3.1.3.1
    [Documentation]    Test ID: 7.3.1.3.1
    ...    Test title: Post Instantiate Individual VNFInstance 
    ...    Test title: Post Instantiate Individual VNFInstance 
    ...    Test objective: The objective is to instantiate a VNF instance
    ...    Test objective: The objective is to instantiate a VNF instance
    ...    Pre-conditions: an existing VNF 
    ...    Pre-conditions: VNF instance resource is in NOT INSTANTIATED state
    ...    Reference: section 5.4.4.3.1 - SOL003 v2.4.1
    ...    Reference: section 5.4.4.3.1 - SOL003 v2.4.1
    ...    Config ID: Config_prod_VNFM
    ...    Config ID: Config_prod_VNFM
    ...    Applicability: 
    ...    Applicability: 
+6 −9
Original line number Original line Diff line number Diff line
@@ -18,20 +18,18 @@ POST Create a new subscription
    ...    Config ID: Config_prod_VNFM
    ...    Config ID: Config_prod_VNFM
    ...    Applicability: none
    ...    Applicability: none
    ...    Post-Conditions: in response header Location shall not be null
    ...    Post-Conditions: in response header Location shall not be null
    ...    POST Cancel operation task
    Post Create subscription
    Post Create subscription
    Check HTTP Response Status Code Is    201
    Check HTTP Response Status Code Is    201
    Check HTTP Response Body Json Schema Is    Subscription
    Check HTTP Response Body Json Schema Is    Subscription
Create a new Subscription - DUPLICATION
Create a new Subscription - DUPLICATION
    [Documentation]    Test ID: 7.3.1.17.2
    [Documentation]    Test ID: 7.3.1.17.2
    ...    Test title: POST Create a new subscription - DUPLICATION
    ...    Test title: POST Create a new subscription - DUPLICATION
    ...    Test objective: The POST method creates a new subscription even if an existing subscription to same content exist
    ...    Test objective: The POST method creates a duplicate subscription 
    ...    Pre-conditions: none
    ...    Pre-conditions: none
    ...    Reference:  section 5.4.18.3.1 - SOL003 v2.4.1
    ...    Reference:  section 5.4.18.3.1 - SOL003 v2.4.1
    ...    Config ID: Config_prod_VNFM
    ...    Config ID: Config_prod_VNFM
    ...    Applicability: none
    ...    Applicability: none
    ...    Post-Conditions: in response header Location shall not be null
    ...    Post-Conditions: in response header Location shall not be null
    ...    POST Cancel operation task
    Post Create subscription - DUPLICATION
    Post Create subscription - DUPLICATION
    Check HTTP Response Status Code Is    201
    Check HTTP Response Status Code Is    201
    Check HTTP Response Body Json Schema Is    Subscription
    Check HTTP Response Body Json Schema Is    Subscription
@@ -39,13 +37,12 @@ Create a new Subscription - DUPLICATION
Create a new Subscription - NO-DUPLICATION
Create a new Subscription - NO-DUPLICATION
    [Documentation]    Test ID: 7.3.1.17.3
    [Documentation]    Test ID: 7.3.1.17.3
    ...    Test title: POST Create a new subscription - NO-DUPLICATION
    ...    Test title: POST Create a new subscription - NO-DUPLICATION
    ...    Test objective: The POST method creates a new subscription even if an existing subscription to same content exist
    ...    Test objective: The POST method can't create a duplicate subscription
    ...    Pre-conditions: none
    ...    Pre-conditions: none
    ...    Reference:  section 5.4.18.3.1 - SOL003 v2.4.1
    ...    Reference:  section 5.4.18.3.1 - SOL003 v2.4.1
    ...    Config ID: Config_prod_VNFM
    ...    Config ID: Config_prod_VNFM
    ...    Applicability: none
    ...    Applicability: none
    ...    Post-Conditions: in response header Location shall not be null
    ...    Post-Conditions: in response header Location shall not be null
    ...    POST Cancel operation task
    Post Create subscription - NO-DUPLICATION
    Post Create subscription - NO-DUPLICATION
    Check HTTP Response Status Code Is    303
    Check HTTP Response Status Code Is    303
    Check Operation Occurrence Id
    Check Operation Occurrence Id
@@ -79,7 +76,7 @@ GET Subscription - Filter
GET subscriptions - Bad Request Invalid attribute-based filtering parameters
GET subscriptions - Bad Request Invalid attribute-based filtering parameters
    [Documentation]    Test ID: 7.3.1.17.6
    [Documentation]    Test ID: 7.3.1.17.6
    ...    Test title: GET Subscriptions - Filter
    ...    Test title: GET Subscriptions - Filter
    ...    Test objective: The objective is Get the list of active subscriptions using a filter
    ...    Test objective: The objective is Get the list of active subscriptions using an invalid filter
    ...    Pre-conditions: none
    ...    Pre-conditions: none
    ...    Reference:  section 5.4.18.3.2 - SOL003 v2.4.1
    ...    Reference:  section 5.4.18.3.2 - SOL003 v2.4.1
    ...    Config ID: Config_prod_VNFM
    ...    Config ID: Config_prod_VNFM
@@ -97,7 +94,7 @@ PUT subscriptions - Method not implemented
    ...    Reference:  section 5.4.18.3.3 - SOL003 v2.4.1
    ...    Reference:  section 5.4.18.3.3 - SOL003 v2.4.1
    ...    Config ID: Config_prod_VNFM
    ...    Config ID: Config_prod_VNFM
    ...    Applicability: none
    ...    Applicability: none
    ...    Post-Conditions: none 
    ...    Post-Conditions: subscription not modified
    PUT subscriptions
    PUT subscriptions
	Check HTTP Response Status Code Is    405
	Check HTTP Response Status Code Is    405


@@ -109,7 +106,7 @@ PATCH subscriptions - Method not implemented
    ...    Reference:  section 5.4.18.3.4 - SOL003 v2.4.1
    ...    Reference:  section 5.4.18.3.4 - SOL003 v2.4.1
    ...    Config ID: Config_prod_VNFM
    ...    Config ID: Config_prod_VNFM
    ...    Applicability: none
    ...    Applicability: none
    ...    Post-Conditions: none 
    ...    Post-Conditions: subscription not modified
    PATCH subscriptions
    PATCH subscriptions
	Check HTTP Response Status Code Is    405
	Check HTTP Response Status Code Is    405


@@ -121,7 +118,7 @@ DELETE subscriptions - Method not implemented
    ...    Reference:  section 5.4.18.3.5 - SOL003 v2.4.1
    ...    Reference:  section 5.4.18.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: subscription not deleted
    DELETE subscriptions
    DELETE subscriptions
	Check HTTP Response Status Code Is    405
	Check HTTP Response Status Code Is    405
    
    
 No newline at end of file
+1 −2
Original line number Original line Diff line number Diff line
@@ -23,10 +23,9 @@ POST Terminate a vnfInstance
    Check Operation Occurrence Id
    Check Operation Occurrence Id


Terminate a vnfInstance Conflict (Not-Instantiated)
Terminate a vnfInstance Conflict (Not-Instantiated)
    # TODO: Need to set the pre-condition of the test. VNF instance shall be in INSTANTIATED state
    [Documentation]    Test ID: 7.3.1.7.2
    [Documentation]    Test ID: 7.3.1.7.2
    ...    Test title: POST Terminate a vnfInstance
    ...    Test title: POST Terminate a vnfInstance
    ...    Test objective: The objective is to test that the operation cannot be executed currently, due to a conflict with the state of the VNF instance resource. 
    ...    Test objective: The objective is to test that the vnf Instance can't be terminated 
    ...    Pre-conditions:  VNF instance resource is in NOT-INSTANTIATED state
    ...    Pre-conditions:  VNF instance resource is in NOT-INSTANTIATED state
    ...    Reference:  section 5.4.8.3.1 - SOL003 v2.4.1
    ...    Reference:  section 5.4.8.3.1 - SOL003 v2.4.1
    ...    Config ID: Config_prod_VNFM
    ...    Config ID: Config_prod_VNFM
Loading