Commit 8994e029 authored by Eisha Ayaz's avatar Eisha Ayaz Committed by Giacomo Bernini
Browse files

[test-new][SOL003][VNF-LCM][v5.2.1][7.3.1.3.10 Test-ID] Extend 404 error response for LCM APIs

parent 53b5eebb
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -121,3 +121,16 @@ Instantiate a vnfInstance - Unauthorized
    POST instantiate individual vnfInstance - Unauthorized
    Check HTTP Response Status Code Is    401
    Check HTTP Response Body Json Schema Is    ProblemDetails

POST Instantiate a vnfInstance - Not Found
    [Documentation]    Test ID: 7.3.1.3.10
    ...    Test title: POST Instantiate a vnfInstance - Not Found
    ...    Test objective: The objective is to  Instantiate Individual VNFInstance  when instance is not present.
    ...    Pre-conditions: none
    ...    Reference: Clause 5.4.4.3.1 - ETSI GS NFV-SOL 003 [1] v5.1.1
    ...    Config ID: Config_prod_VNFM
    ...    Applicability: none
    ...    Post-Conditions: none
    POST Instantiate a vnfInstance - Not Found
    Check HTTP Response Status Code Is    404
    Check HTTP Response Body Json Schema Is    ProblemDetails
 No newline at end of file