Commit c815a802 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

fixed issue #162 on v2.4.1

parent cbe3b53f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -188,6 +188,7 @@ GET Individual Network Service Descriptor Information
    GET    ${apiRoot}/${apiName}/${apiVersion}/ns_descriptors/${nsdInfoId}
    ${output}=    Output    response
    Set Suite Variable    ${response}    ${output}
    Set Suite Variable    ${usageState}    ${response['body']['nsdUsageState']}
    
Check HTTP Response Body NsdInfo Identifier matches the requested Network Service Descriptor Information
    Log    Going to validate info retrieved
@@ -202,7 +203,6 @@ GET Individual Network Service Descriptor Information with invalid resource iden
    Integer    response status    404
    ${output}=    Output    response
    Set Suite Variable    ${response}    ${output}
    Set Suite Variable    ${usageState}    ${response['body']['nsdUsageState']}

Send PATCH to disable Individual Network Service Descriptor
    Log    Trying to perform a PATCH. As prerequisite the nsdInfo shall be in enabled operational state