Commit 72f4b0d5 authored by Giacomo Bernini's avatar Giacomo Bernini
Browse files

[test-fix][SOL005][VNF-PCKG-MGMT][v5.3.1][5.3.5.1.15...

[test-fix][SOL005][VNF-PCKG-MGMT][v5.3.1][5.3.5.1.15 Test-ID][NFVSOL(26)0000093] Fixed GET all VNF Packages as Paged Response
 in checking proper HTTP Header Link.
parent 6542012c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1349,7 +1349,7 @@ Check HTTP Response Header Contains
    Should Contain    ${response['headers']}    ${CONTENT_TYPE}
    Log    Header is present
    
Check HTTP Response Header Contains Location
Check HTTP Response Header Contains Link
    ${linkURL}=    Get Value From Json    ${response['headers']}    $..Link
    Should Not Be Empty    ${linkURL}

+1 −1
Original line number Diff line number Diff line
@@ -207,7 +207,7 @@ GET all VNF Packages as Paged Response
    ...    Post-Conditions: none
    GET all VNF Packages
    Check HTTP Response Status Code Is    200
    Check HTTP Response Header Contains Location
    Check HTTP Response Header Contains Link
    
GET VNF Packages - Bad Request Response too Big
    [Documentation]    Test ID: 5.3.5.1.16