From: Mariusz Wagner Date: Fri, 12 Oct 2018 06:37:03 +0000 (+0200) Subject: Fix negativ TC X-Git-Tag: 3.0.0-ONAP~34 X-Git-Url: https://gerrit.onap.org/r/gitweb?p=integration%2Fcsit.git;a=commitdiff_plain;h=8f3f9993b85b8e78796b74a9adda6e937a33fbaf Fix negativ TC Fix failing negative TC Issue-ID: INT-688 Change-Id: I49d075d072ea34382290e3751ebc00902ea1998b Signed-off-by: Mariusz Wagner --- diff --git a/tests/dcaegen2/prh-testcases/resources/prh_library.robot b/tests/dcaegen2/prh-testcases/resources/prh_library.robot index 73ce2a2c..fcad88d7 100644 --- a/tests/dcaegen2/prh-testcases/resources/prh_library.robot +++ b/tests/dcaegen2/prh-testcases/resources/prh_library.robot @@ -21,7 +21,7 @@ Invalid event processing ${data}= Get Data From File ${input_invalid_event_in_dmaap} Set event in DMaaP ${data} ${invalid_notification}= Create invalid notification ${data} - ${notification}= Catenate SEPARATOR= \\n |org.onap.dcaegen2.services.prh.exceptions.DmaapNotFoundException: Incorrect json, consumerDmaapModel can not be created: ${invalid_notification} + ${notification}= Catenate SEPARATOR= \\n |Incorrect json, consumerDmaapModel can not be created: ${invalid_notification} Wait Until Keyword Succeeds 100x 100ms Check PRH log ${notification} Valid event processing