diff options
author | 2019-02-15 18:06:25 +0000 | |
---|---|---|
committer | 2019-02-15 18:06:25 +0000 | |
commit | 44b5b5260f09f19ff899a29fc42672923da5a6e1 (patch) | |
tree | 1488687ad58ecc8037a6cf473f6af9d1729ac2d7 /tests/dcaegen2/prh-testcases/resources/prh_library.robot | |
parent | 18ef9a149d64dfcf4a43fd16323d6233d09fd6c5 (diff) | |
parent | 183c896e0cb6d5126c06149a529aa17ee86ff6cf (diff) |
Merge "Add new json events to PRH CSIT"
Diffstat (limited to 'tests/dcaegen2/prh-testcases/resources/prh_library.robot')
-rw-r--r-- | tests/dcaegen2/prh-testcases/resources/prh_library.robot | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/dcaegen2/prh-testcases/resources/prh_library.robot b/tests/dcaegen2/prh-testcases/resources/prh_library.robot index 71753875..105365c3 100644 --- a/tests/dcaegen2/prh-testcases/resources/prh_library.robot +++ b/tests/dcaegen2/prh-testcases/resources/prh_library.robot @@ -32,11 +32,12 @@ Valid event processing [Arguments] ${input_valid_event_in_dmaap} [Timeout] 30s ${data}= Get Data From File ${input_valid_event_in_dmaap} - ${posted_event_to_dmaap}= Create PNF_Ready notification ${data} + ${posted_event_to_dmaap}= create pnf ready notification from ves ${data} ${pnf_name}= Create PNF name ${data} Set PNF name in AAI ${pnf_name} Set event in DMaaP ${data} - Wait Until Keyword Succeeds 100x 300ms Check PNF_READY notification ${posted_event_to_dmaap} + ${expected_event_pnf_ready_in_dpaap}= create pnf ready_notification as pnf ready ${data} + Wait Until Keyword Succeeds 100x 300ms Check PNF_READY notification ${expected_event_pnf_ready_in_dpaap} Check PRH log [Arguments] ${searched_log} |