Commit 819df707 authored by poujol's avatar poujol
Browse files

Merge branch 'feature/upgrade-all-libraries' into 'develop'

feat: upgrade all libraries

See merge request !76
parents 9b72b19c a877e61d
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -61,7 +61,8 @@ Check that a notification is JSON
    Reply By   200
    Reply By   200


    ${notification_headers} =    Get Request Headers
    ${notification_headers} =    Get Request Headers
    Dictionary Should Contain Item    ${notification_headers}    Link    ${expected_header_links}
    ${notification_headers_dict}=   Convert To Dictionary   ${notification_headers}
    Dictionary Should Contain Item    ${notification_headers_dict}    Link    ${expected_header_links}


    ${notification_payload}=     Get Request Body
    ${notification_payload}=     Get Request Body
    # json.loads parses the payload as json. It fails if the payload is malformed
    # json.loads parses the payload as json. It fails if the payload is malformed
+2 −1
Original line number Original line Diff line number Diff line
@@ -60,7 +60,8 @@ Check that a notification is sent as JSON-LD
    Reply By   200
    Reply By   200


    ${notification_headers} =    Get Request Headers
    ${notification_headers} =    Get Request Headers
    Dictionary Should Not Contain Key    ${notification_headers}    Link
    ${notification_headers_dict}=   Convert To Dictionary   ${notification_headers}
    Dictionary Should Not Contain Key    ${notification_headers_dict}    Link


    ${notification_payload}=     Get Request Body
    ${notification_payload}=     Get Request Body
    # json.loads parses the payload as json. It fails if the payload is malformed
    # json.loads parses the payload as json. It fails if the payload is malformed
+7 −7
+65 −65

File changed.

Preview size limit exceeded, changes collapsed.

+0 −3
Original line number Original line Diff line number Diff line
@@ -6,9 +6,6 @@ robot --outputdir ./results ./TP/NGSI-LD
# run all tests with base url overriden
# run all tests with base url overriden
robot --variable url:"URL_HERE" --outputdir ./results .
robot --variable url:"URL_HERE" --outputdir ./results .


# specify which tests are mandatory
robot --critical mandatory --outputdir ./results .

# run by specific tag(s)
# run by specific tag(s)
robot --include mandatory --outputdir ./results .
robot --include mandatory --outputdir ./results .