From 70c4e539b0b472b845ebea54e81497c5f8341843 Mon Sep 17 00:00:00 2001 From: Marcin Migdal Date: Tue, 16 Apr 2019 14:35:58 +0200 Subject: Attempt to check CSIT Fix positive cases - they work all now Change-Id: I451f79e3a6cfd1aba9b373e7138c0e8cd3efb88c Issue-ID: INT-989 Signed-off-by: Marcin Migdal --- tests/dcaegen2/prh-testcases/resources/prh_library.robot | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'tests/dcaegen2/prh-testcases/resources/prh_library.robot') diff --git a/tests/dcaegen2/prh-testcases/resources/prh_library.robot b/tests/dcaegen2/prh-testcases/resources/prh_library.robot index 88d4b501..7c486eab 100644 --- a/tests/dcaegen2/prh-testcases/resources/prh_library.robot +++ b/tests/dcaegen2/prh-testcases/resources/prh_library.robot @@ -16,6 +16,7 @@ Create sessions Set Suite Variable ${aai_setup_session} aai_setup_session Create Session consul_setup_session ${CONSUL_SETUP_URL} Set Suite Variable ${consul_setup_session} consul_setup_session + Sleep 60s Reset Simulators Reset AAI simulator @@ -33,8 +34,7 @@ Invalid event processing Valid event processing [Arguments] ${input_valid__ves_event_in_dmaap} ${input_aai} - [Timeout] 100s - Sleep 50s + [Timeout] 150s Wait Until Keyword Succeeds 10x 3000ms Check CBS ready ${data}= Get Data From File ${input_valid__ves_event_in_dmaap} ${aai_entry_to_be_set}= Get Data From File ${input_aai} @@ -44,15 +44,15 @@ Valid event processing Set PNF content in AAI ${aai_entry_to_be_set} ${expected_event_pnf_ready_in_dpaap}= create pnf ready_notification as pnf ready ${data} #TODO to fix after CBS merge - #Wait Until Keyword Succeeds 10x 300ms Check PNF_READY notification ${expected_event_pnf_ready_in_dpaap} - #Wait Until Keyword Succeeds 10x 5000ms Check PRH log Mandingo + Wait Until Keyword Succeeds 10x 3000ms Check PNF_READY notification ${expected_event_pnf_ready_in_dpaap} + #Wait Until Keyword Succeeds 10x 3000ms Check PRH log Mandingo Check PRH log [Arguments] ${searched_log} ${status}= Check for log ${searched_log} Should Be Equal As Strings ${status} True -Check PNF_READY nojson_objectification +Check PNF_READY notification [Arguments] ${expected_event_pnf_ready_in_dpaap} ${resp}= Get Request ${dmaap_setup_session} /events/pnfReady headers=${suite_headers} Should Be Equal ${resp.text} ${expected_event_pnf_ready_in_dpaap} @@ -92,5 +92,4 @@ Reset DMaaP simulator Check CBS ready ${resp}= Get Request ${consul_setup_session} /v1/catalog/service/cbs Should Be Equal As Strings ${resp.status_code} 200 - #${json_as_str} Convert JSON To String ${resp.content} - #Log CBS ${json_as_str} \ No newline at end of file + Log CBS ${resp.content} \ No newline at end of file -- cgit 1.2.3-korg