Update cits after upgrade libraries in prh
[integration/csit.git] / tests / dcaegen2 / prh-testcases / resources / prh_library.robot
index 8001734..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
+    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
@@ -154,7 +154,7 @@ Add service instance entry in AAI
     [Arguments]    ${aai_service_instance}
     ${headers}=    Create Dictionary    Accept=application/json    Content-Type=application/json
     Log    AAI url ${AAI_SIMULATOR_SETUP_URL}
-    ${resp}=    Put Request    ${aai_session}    /setup/add_service_instace    headers=${suite_headers}    data=${aai_service_instance}
+    ${resp}=    Put Request    ${aai_session}    /setup/add_service_instance    headers=${suite_headers}    data=${aai_service_instance}
     Should Be Equal As Strings    ${resp.status_code}    200
 
 Add logical link entry in AAI
@@ -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}