aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dcaegen2/prh-testcases/resources/prh_library.robot
diff options
context:
space:
mode:
authorMarcin Migdal <marcin.migdal@nokia.com>2019-02-13 15:43:12 +0100
committerMarcin Migdal <marcin.migdal@nokia.com>2019-02-15 17:24:10 +0100
commit183c896e0cb6d5126c06149a529aa17ee86ff6cf (patch)
tree3cbb622a1acf02b27bfb94c338bc54ce62f3a2c5 /tests/dcaegen2/prh-testcases/resources/prh_library.robot
parentfd967387f666cdf7f7e57c7ee7ac4947c0dd0535 (diff)
Add new json events to PRH CSIT
Change-Id: Ide0ee411eb05fa3243a77cf399c6889e73f2d4b3 Issue-ID: INT-871 Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
Diffstat (limited to 'tests/dcaegen2/prh-testcases/resources/prh_library.robot')
-rw-r--r--tests/dcaegen2/prh-testcases/resources/prh_library.robot5
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}