Commit 8e540b96 authored by aureliano sinatra's avatar aureliano sinatra
Browse files

wording correction temp_failed

parent 80935e75
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ Post Cancel operation task
    ...    Post-Conditions: none    
    POST Cancel operation task
    Check HTTP Response Status Code Is    202
    Check resource has a temporary failure
    Check operation resource state is FAILED_TEMP
    
Post Cancel operation task Conflict
    [Documentation]    Test ID: 6.3.5.16.2
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@ Post Fail operation task
    Post Fail operation
    Check HTTP Response Status Code Is    202
    Check Operation Occurrence Id
    Check operation resource state is FINALLY_FAILED

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
+8 −3
Original line number Diff line number Diff line
@@ -58,11 +58,16 @@ Check VNF Status
    Should Be Equal As Strings    ${current}    ${expected}
    Log    VNF Status in the correct status

Check resource has a temporary failure
Check operation resource state is FAILED_TEMP
    Run Keyword If    ${AUTH_USAGE} == 1    Set Headers    {"Authorization":"${AUTHORIZATION}"}
    Get    ${apiRoot}/${apiName}/${apiVersion}/vnf_lcm_op_occs/${vnfLcmOpOccId} 
    String    response body instantiationState    FAILED_TEMP   

Check operation resource state is FINALLY_FAILED      
    Run Keyword If    ${AUTH_USAGE} == 1    Set Headers    {"Authorization":"${AUTHORIZATION}"}
    Get    ${apiRoot}/${apiName}/${apiVersion}/vnf_lcm_op_occs/${vnfLcmOpOccId} 
    String    response body instantiationState    FINALLY_FAILED  
     
Check HTTP Response Header Contains
    [Arguments]    ${CONTENT_TYPE}
    Should Contain    ${response.headers}    ${CONTENT_TYPE}
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ Post Cancel operation task
    ...    Post-Conditions: VNF instance status equal to FAILED_TEMP     
    POST Cancel operation task
    Check HTTP Response Status Code Is    202
    Check resource has a temporary failure
    Check operation resource state is FAILED_TEMP
    
Post Cancel operation task Conflict
    [Documentation]    Test ID: 7.3.1.16.2
+2 −1
Original line number Diff line number Diff line
@@ -16,10 +16,11 @@ Post Fail operation task
    ...    Reference:  section 5.4.16.3.1 - SOL003 v2.4.1
    ...    Config ID: Config_prod_VNFM
    ...    Applicability: none
    ...    Post-Conditions: none 
    ...    Post-Conditions: VNF resource state is FINALLY_FAILED
    Post Fail operation
    Check HTTP Response Status Code Is    202
    Check Operation Occurrence Id
    Check operation resource state is FINALLY_FAILED

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
Loading