Commit 02d67361 authored by Mudassar Khan's avatar Mudassar Khan Committed by Giacomo Bernini
Browse files

correct the response codes as per SOL specifications

parent 6c446fb3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ POST Fail operation task
    ...    Applicability: none
    ...    Post-Conditions: none 
    Post Fail operation
    Check HTTP Response Status Code Is    202
    Check HTTP Response Status Code Is    200
    Check Operation Occurrence Id
    Check operation resource state is FINALLY_FAILED

@@ -104,7 +104,7 @@ POST Fail operation task with permitted authorization scope
    ...    Applicability: none
    ...    Post-Conditions: none 
    Post Fail operation with permitted authorization scope
    Check HTTP Response Status Code Is    202
    Check HTTP Response Status Code Is    200
    Check Operation Occurrence Id
    Check operation resource state is FINALLY_FAILED
POST Fail operation task with not permitted authorization scope
+6 −6
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@ GET status information about multiple VNF LCM operation occurrences
    ...    Applicability: none
    ...    Post-Conditions: none   
    GET VNF LCM OP occurrences
    Check HTTP Response Status Code Is    202
    Check HTTP Response Status Code Is    200
    Check HTTP Response Body Json Schema Is    VnfLcmOpOccs 
    Check HTTP Response Body vnf LCM OpOCCs content against VNF Descriptor
    
@@ -70,7 +70,7 @@ GET status information about multiple VNF LCM Operation occurrences with "all_fi
    ...    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 occurrences with "exlude_default"   
@@ -83,7 +83,7 @@ GET status information about multiple VNF LCM Operation occurrences with "exlude
    ...    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 occurrences with "fields"   
@@ -96,7 +96,7 @@ GET status information about multiple VNF LCM Operation occurrences 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 occurrences with "exclude_fields"   
@@ -109,7 +109,7 @@ GET status information about multiple VNF LCM Operation occurrences with "exclud
    ...    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 occurrences - Method not implemented
@@ -196,7 +196,7 @@ GET status information about multiple VNF LCM operation occurrences with permitt
    ...    Applicability: none
    ...    Post-Conditions: none   
    GET VNF LCM OP 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 
    Check HTTP Response Body vnf LCM OpOCCs content against VNF Descriptor
GET status information about multiple VNF LCM operation occurrences with not permitted authorization scope