Commit 0f410fc6 authored by Mudassar Khan's avatar Mudassar Khan Committed by Giacomo Bernini
Browse files

implement missing test cases for mandatory response codes as per SOL 002...

implement missing test cases for mandatory response codes as per SOL 002 specifications version 5.1.1
parent 3a654c50
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -201,3 +201,15 @@ POST Create a new vnfInstance with not permitted authorization scope
    POST Create a new vnfInstance with not permitted authorization scope
    Check HTTP Response Status Code Is    403
    Check HTTP Response Body Json Schema Is    ProblemDetails
GET information about multiple VNF instances - Bad Request Response too big
    [Documentation]    Test ID: 6.3.5.1.16
    ...    Test title: GET information about multiple VNF instances - Bad Request Response too big
    ...    Test objective: The objective is to test that GET method fail retrieving information about multiple VNF instances because Response is too big.
    ...    Pre-conditions: none
    ...    Reference: Clause 5.4.2.3.2 - ETSI GS NFV-SOL 002 [2] v5.1.1
    ...    Config ID: Config_prod_VE
    ...    Applicability: none
    ...    Post-Conditions: none 
    GET multiple vnfInstances
    Check HTTP Response Status Code Is    400
    Check HTTP Response Body Json Schema Is    ProblemDetails
+12 −1
Original line number Diff line number Diff line
@@ -211,4 +211,15 @@ GET status information about multiple VNF LCM operation occurrences with not per
    GET VNF LCM OP occurrences with not permitted authorization scope
    Check HTTP Response Status Code Is    403
    Check HTTP Response Body Json Schema Is    ProblemDetails 
    
 No newline at end of file
GET information about multiple VNF instances - Bad Request Response too big
    [Documentation]    Test ID: 6.3.5.11.17
    ...    Test title: GET information about multiple VNF instances - Bad Request Response too big
    ...    Test objective: The objective is to test that GET method fail retrieving information about multiple VNF LCM operation occurrences because Response is too big.
    ...    Pre-conditions: none
    ...    Reference: Clause 5.4.12.3.2 - ETSI GS NFV-SOL 002 [2] v5.1.1
    ...    Config ID: Config_prod_VE
    ...    Applicability: none
    ...    Post-Conditions: none 
    GET VNF LCM OP occurrences
    Check HTTP Response Status Code Is    400
    Check HTTP Response Body Json Schema Is    ProblemDetails