Commit 6453017d authored by Mudassar Khan's avatar Mudassar Khan Committed by Giacomo Bernini
Browse files

Add test case for changeExternal VNF Connectivity Task to validate 409 - Conflict response code

parent 1f48263c
Loading
Loading
Loading
Loading
+13 −1
Original line number Diff line number Diff line
@@ -94,3 +94,15 @@ POST Change external VNF connectivity with not permitted authorization scope
    ...    Post-Conditions: in response header Location shall not be null         
    POST Change External VNF Connectivity with not permitted authorization scope
    Check HTTP Response Status Code Is    403
POST Change external VNF connectivity - Conflict
    [Documentation]    Test ID: 7.3.1.10.8
    ...    Test title: POST Change external VNF connectivity - Conflict
    ...    Test objective: The objective is to test that POST method can not trigger a change in VNF external connectivity due to conflict
    ...    Pre-conditions: none
    ...    Reference: Clause 5.4.11.3.1 - ETSI GS NFV-SOL 003 [1] v5.1.1
    ...    Config ID: Config_prod_VNFM
    ...    Applicability: none
    ...    Post-Conditions: in response header Location shall not be null         
    POST Change External VNF Connectivity
    Check HTTP Response Status Code Is    409
    Check HTTP Response Body Json Schema Is    ProblemDetails
 No newline at end of file