aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dcaegen2/prh-testcases/resources/PrhLibrary.py
AgeCommit message (Collapse)AuthorFilesLines
2019-07-17Fix log checking in PRH so that only entries generated during test execution ↵grabinsk1-14/+35
are taken into account. - fixing "Should not send PNF ready when DMaaP event is not JSON array" test that was passing due to checking log entry generated by a previous test - improving logs generated by keyword waiting for log entry - changing 'find log entry' to 'wait for log entry' with explicit timeout setting - adjusting timeouts for waiting for log entries to appear (20s is enough when prh workflow execution is scheduled every 10s) Change-Id: I20c67dfce6e8d1809d24ddb3108a088b00165996 Issue-ID: DCAEGEN2-1544 Signed-off-by: grabinsk <maciej.grabinski@nokia.com>
2019-06-17PRH test fixes - align simulated Dmaap response to the real onegrabinsk1-2/+1
(real Dmaap response consists of array of escaped event json strings) Change-Id: I84f1c5ee576b833e40138ce8af8a8558f39e0609 Issue-ID: INT-1100 Signed-off-by: grabinsk <maciej.grabinski@nokia.com>
2019-06-10Update expected log entries in PRH in case AAI has missing entry or is not ↵grabinsk1-5/+6
reponding Change-Id: I43bbd055002e0c399a2c837bb0df738e01c06b63 Issue-ID: DCAEGEN2-1601 Signed-off-by: grabinsk <maciej.grabinski@nokia.com>
2019-06-04Refactor PrhLibrary.pybiniek1-60/+100
Issue-ID: INT-1094 Signed-off-by: biniek <lukasz.biniek@nokia.com> Change-Id: Ic946c3ce58b3d94e4d8e3c4f206be4b707c31084
2019-05-22Update PRH tests after SDK update to El Alto in PRHgrabinsk1-10/+10
Change-Id: I0ce656cc2b0e59254b788ac114f5617cacea1ffb Issue-ID: Issue-ID: DCAEGEN2-1501 Signed-off-by: grabinsk <maciej.grabinski@nokia.com>
2019-04-26PRH BBS tests - part 2kurczews1-2/+3
Issue-ID: INT-989 Change-Id: Ifa55723579d763e4bede7dbc373c7605dccb9b0e Signed-off-by: kurczews <krzysztof.kurczewski@nokia.com>
2019-04-08Fix for PRH CSITsMichal Kabaj1-7/+1
Removed check of redundant fields. Change-Id: I8e4c6a4caa308bf45ddaf3fd6fd9b797d49e344f Signed-off-by: Michal Kabaj <michal.kabaj@nokia.com> Issue-ID: INT-972
2019-04-05Fix extracting PNF nameMarcin Migdal1-1/+1
Change-Id: I372f56adcd8224fc32025d739d5938996b8692ee Issue-ID: INT-989 Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
2019-03-19Add new testcase to PRH CSITsJoanna Jeremicz1-15/+23
Change-Id: I14fec39acc2794e6cabd89fa95a457da88a36667 Issue-ID: INT-972 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
2019-03-18Fix PRH CSITs with additionalFieldsJoanna Jeremicz1-50/+42
Change-Id: I51796ed76ce9bd1d74777411fcb172cae205ef8a Issue-ID: INT-961 Signed-off-by: Joanna Jeremicz <joanna.jeremicz@nokia.com>
2019-02-15Add new json events to PRH CSITMarcin Migdal1-14/+61
Change-Id: Ide0ee411eb05fa3243a77cf399c6889e73f2d4b3 Issue-ID: INT-871 Signed-off-by: Marcin Migdal <marcin.migdal@nokia.com>
2019-02-12Add new json events to PRH CSITpwielebs1-1/+7
Change-Id: I0d09bc1d8abd686145d82694e9fc367bc486206d Issue-ID: INT-871 Signed-off-by: pwielebs <piotr.wielebski@nokia.com>
2018-10-22tests for ssl connection for PRH, AAI and DmaaPpkaras1-3/+39
Change-Id: I503a0749f22336b35b2633d372a3ef59d6bf71c8 Issue-ID: DCAEGEN2-880 Signed-off-by: piotr.karas <piotr.karas@nokia.com>
2018-09-28Fixed job in JenkinsMariusz Wagner1-6/+6
- fixed job - added new TC - event without IPv6 field Issue-ID: INT-673 Change-Id: I4fe7c2259d61c19eea6ad7b018c953ceee1442dc Signed-off-by: Mariusz Wagner <mariusz.wagner@nokia.com>
2018-09-27Move CSIT to integration/csit repoGary Wu1-0/+46
To facilite branching of CSIT tests, all CSIT test code and scripts are relocated to the integration/csit repo. Change-Id: I1e4c0eff44691f73f8098b3c52764107f6b8b8df Issue-ID: INT-671 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>