Commit 9b2c35b9 authored by Mudassar Khan's avatar Mudassar Khan Committed by Giacomo Bernini
Browse files

correction of response code as per SOL 003 version 5.1.1

parent 6453017d
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -120,10 +120,8 @@ POST Scale a vnfInstance with not permitted authorization scope
    ...    Applicability: none
    ...    Post-Conditions: none 
    POST Scale vnfInstance with not permitted authorization scope
    Check HTTP Response Status Code Is    202
    Check HTTP Response Header Contains    Location
    Check Individual VNF LCM operation occurrence operationState is    STARTING

    Check HTTP Response Status Code Is    403
    Check HTTP Response Body Json Schema Is    ProblemDetails
*** Keywords ***
Check resource existence
    Set Headers    {"Accept":"${ACCEPT}"}  
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@ POST Terminate a vnfInstance Conflict (Not-Instantiated)
    ...    Applicability: none
    ...    Post-Conditions: none
    POST Terminate VNF in NOT-INSTANTIATED state
    Check HTTP Response Status Code Is    202
    Check HTTP Response Status Code Is    409
    Check HTTP Response Body Json Schema Is    ProblemDetails

GET Terminate VNFInstance - Method not implemented
+8 −8
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@ GET status information about multiple VNF LCM Operation OCC
    ...    Applicability: none
    ...    Post-Conditions: none   
    GET VNF LCM Operation occurrences
    Check HTTP Response Status Code Is    202
    Check HTTP Response Status Code Is    200
    Check HTTP Response Body Json Schema Is    VnfLcmOpOccs 

GET status information about multiple VNF LCM Operation OCC Bad Request Invalid attribute-based filtering parameters
@@ -67,7 +67,7 @@ GET status information about multiple VNF LCM Operation OCC with "all_fields"
    ...    Applicability: none
    ...    Post-Conditions: none   
    Get VNF LCM Operation occurrences with all_fields attribute selector
    Check HTTP Response Status Code Is    202
    Check HTTP Response Status Code Is    200
    Check HTTP Response Body Json Schema Is    VnfLcmOpOccs 

GET status information about multiple VNF LCM Operation OCC with "exlude_default"   
@@ -80,7 +80,7 @@ GET status information about multiple VNF LCM Operation OCC with "exlude_default
    ...    Applicability: none
    ...    Post-Conditions: none   
    Get VNF LCM Operation occurrences with exclude_default attribute selector
    Check HTTP Response Status Code Is    202
    Check HTTP Response Status Code Is    200
    Check HTTP Response Body Json Schema Is    VnfLcmOpOccs 

GET status information about multiple VNF LCM Operation OCC with "fields"   
@@ -93,7 +93,7 @@ GET status information about multiple VNF LCM Operation OCC with "fields"
    ...    Applicability: none
    ...    Post-Conditions: none   
    Get VNF LCM Operation occurrences with fields attribute selector
    Check HTTP Response Status Code Is    202
    Check HTTP Response Status Code Is    200
    Check HTTP Response Body Json Schema Is    VnfLcmOpOccs

GET status information about multiple VNF LCM Operation OCC with "exclude_fields"   
@@ -106,7 +106,7 @@ GET status information about multiple VNF LCM Operation OCC with "exclude_fields
    ...    Applicability: none
    ...    Post-Conditions: none   
    Get VNF LCM Operation occurrences with exclude_fields attribute selector
    Check HTTP Response Status Code Is    202
    Check HTTP Response Status Code Is    200
    Check HTTP Response Body Json Schema Is    VnfLcmOpOccs
            
PUT status information about multiple VNF LCM Operation OCC - Method not implemented
@@ -155,7 +155,7 @@ GET status information about multiple VNF LCM Operation OCC to get Paged Respons
    ...    Applicability: The VNFM supports response paging for the VNF lifecycle management operation occurrences resources
    ...    Post-Conditions: none   
    GET VNF LCM Operation occurrences
    Check HTTP Response Status Code Is    202
    Check HTTP Response Status Code Is    200
    Check HTTP Response Header Contain Link

GET information about multiple VNF LCM Operation OCC as a Paged Response with nextpage_opauque_marker parameter 
@@ -193,7 +193,7 @@ GET status information about multiple VNF LCM Operation OCC with "exclude_defaul
    ...    Applicability: none
    ...    Post-Conditions: none   
    Get VNF LCM Operation occurrences with exclude_default and fields attribute selector
    Check HTTP Response Status Code Is    202
    Check HTTP Response Status Code Is    200
    Check HTTP Response Body Json Schema Is    VnfLcmOpOccs

GET status information about multiple VNF LCM Operation OCC with permitted authorization scope
@@ -206,7 +206,7 @@ GET status information about multiple VNF LCM Operation OCC with permitted autho
    ...    Applicability: none
    ...    Post-Conditions: none   
    GET VNF LCM Operation occurrences with permitted authorization scope
    Check HTTP Response Status Code Is    202
    Check HTTP Response Status Code Is    200
    Check HTTP Response Body Json Schema Is    VnfLcmOpOccs

GET status information about multiple VNF LCM Operation OCC with not permitted authorization scope