Update cits after upgrade libraries in prh 34/117634/2
authorMaciej Malewski <maciej.malewski@nokia.com>
Tue, 9 Feb 2021 11:15:51 +0000 (12:15 +0100)
committerMaciej Malewski <maciej.malewski@nokia.com>
Tue, 9 Feb 2021 11:42:16 +0000 (12:42 +0100)
Libraries:
Spring Web from 5.2.12 to 5.3.3
Spring Boot from 2.2.4.RELEASE to 2.4.2
Spring Cloud from Greenwich.SR1 to 2020.0.1

Issue-ID: DCAEGEN2-2537
Signed-off-by: Maciej Malewski <maciej.malewski@nokia.com>
Change-Id: I6d3fd57346856b7e071360d3b6eba07c5ac61868

tests/dcaegen2/prh-testcases/resources/prh_library.robot

index 212dfe0..c53d5d1 100644 (file)
@@ -57,7 +57,7 @@ Verify AAI not responding is logged
     ${ves_event}=    Get Data From File    ${test_case_directory}/ves-event.json
     Ensure Container Is Exited    aai_simulator
     Set VES event in DMaaP    ${ves_event}
-    Wait for one of PRH log entries    90s    connection timed out: aai    Host is unreachable: aai    No route to host: aai
+    Wait for one of PRH log entries    90s    connection timed out: aai    Host is unreachable: aai    No route to host: aai    failed to resolve 'aai'
     [Teardown]    Ensure Container Is Running   aai_simulator
 
 Verify PNF re registration
@@ -217,4 +217,4 @@ Verify logs with heartbeat
 Verify PRH logs contains
    [Arguments]    ${expected_entry}
    ${log}=    Get docker logs since test start    prh
-   Should Contain    ${log}    ${expected_entry}
\ No newline at end of file
+   Should Contain    ${log}    ${expected_entry}