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

[test-new][SOL002][VNF-LCM][v5.2.1][6.3.5.3.12 Test-ID] Implement 404 error response for LCM APIs

parent c8d10a7a
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -149,6 +149,19 @@ POST Instantiate a vnfInstance with not valid authorization token
    POST instantiate individual vnfInstance with not valid authorization token
    Check HTTP Response Status Code Is    401
    Check HTTP Response Body Json Schema Is    ProblemDetails

POST Instantiate a vnfInstance - Not Found
    [Documentation]    Test ID: 6.3.5.3.12
    ...    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 002 [2] v5.1.1
    ...    Config ID: Config_prod_VE
    ...    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
*** Keywords ***
Check resource existence
    Set Headers    {"Accept":"${ACCEPT}"}