Commit 633e732a authored by Najam UI Hassan's avatar Najam UI Hassan
Browse files

fixed issues #107,111,112

parent 0c6b8b56
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -22,7 +22,7 @@ GET Individual Network Service Descriptor Information
    GET Individual Network Service Descriptor Information
    GET Individual Network Service Descriptor Information
    Check HTTP Response Status Code Is    200
    Check HTTP Response Status Code Is    200
    Check HTTP Response Body Json Schema Is   NsdInfo
    Check HTTP Response Body Json Schema Is   NsdInfo
    Check HTTP Response Header Contains Etag
    Check HTTP Response Header Contains ETag
    Check HTTP Response Body NsdInfo Identifier matches the requested Network Service Descriptor Information
    Check HTTP Response Body NsdInfo Identifier matches the requested Network Service Descriptor Information


GET Individual Network Service Descriptor Information with invalid resource identifier
GET Individual Network Service Descriptor Information with invalid resource identifier
+3 −3
Original line number Original line Diff line number Diff line
@@ -1030,10 +1030,10 @@ Check HTTP Response Header Contains
    Should Contain    ${response['headers']}    ${CONTENT_TYPE}
    Should Contain    ${response['headers']}    ${CONTENT_TYPE}
    Log    Header is present
    Log    Header is present


Check HTTP Response Header Contains Etag
Check HTTP Response Header Contains ETag
    Should Contain    ${response['headers']}    Etag
    Should Contain    ${response['headers']}    ETag
    Log    Header is present
    Log    Header is present
    Set Suite Variable    ${original_etag}    ${response['headers]['Etag']}
    Set Suite Variable    ${original_etag}    ${response['headers]['ETag']}


Create Sessions
Create Sessions
    Pass Execution If    ${NFVO_CHECKS_NOTIF_ENDPOINT} == 0    MockServer not started as NFVO is not checking the notification endpoint
    Pass Execution If    ${NFVO_CHECKS_NOTIF_ENDPOINT} == 0    MockServer not started as NFVO is not checking the notification endpoint
+1 −1
Original line number Original line Diff line number Diff line
@@ -1103,5 +1103,5 @@ PUT notification
    Clear Requests  ${callback_endpoint}         
    Clear Requests  ${callback_endpoint}         
        
        
Check LINK in Header
Check LINK in Header
    ${linkURL}=    Get Value From Json    ${response.headers}    $..Link
    ${linkURL}=    Get Value From Json    ${response['headers']}    $..Link
    Should Not Be Empty    ${linkURL}
    Should Not Be Empty    ${linkURL}
+1832 −171

File changed.

Preview size limit exceeded, changes collapsed.

+1671 −10

File changed.

Preview size limit exceeded, changes collapsed.