Fixed broken test 05/66005/1
authorMariusz Wagner <mariusz.wagner@nokia.com>
Wed, 12 Sep 2018 08:03:10 +0000 (10:03 +0200)
committerMariusz Wagner <mariusz.wagner@nokia.com>
Wed, 12 Sep 2018 08:03:10 +0000 (10:03 +0200)
- Invalid DMaaP event cannot be converted to PNF_READY notification

Issue-ID: INT-654

Change-Id: I39d2089d0fc3c26b64926ca0de0345a411e7f11f
Signed-off-by: Mariusz Wagner <mariusz.wagner@nokia.com>
test/csit/tests/dcaegen2/prh-testcases/resources/PrhLibrary.py
test/csit/tests/dcaegen2/prh-testcases/resources/prh_library.robot

index c2a8b78..7c52f54 100644 (file)
@@ -43,4 +43,4 @@ class PrhLibrary(object):
     def create_invalid_notification(self, json_file):
         return self.create_pnf_ready_notification(json_file).replace("\":", "\": ")\
             .replace("ipaddress-v4-oam", "oamV4IpAddress").replace("ipaddress-v6-oam", "oamV6IpAddress")\
-            .replace("}", "\\\\n}")
+            .replace("}", "\\n}")
index fa8c0d0..b7e339b 100644 (file)
@@ -19,7 +19,7 @@ Invalid event processing
     [Timeout]    30s
     Set event in DMaaP    ${input_invalid_event_in_dmaap}
     ${invalid_notification}=    Create invalid notification    ${input_invalid_event_in_dmaap}
-    ${notification}=     Catenate        SEPARATOR= \\\\n        |org.onap.dcaegen2.services.prh.exceptions.DmaapNotFoundException: Incorrect json, consumerDmaapModel can not be created:        ${invalid_notification}
+    ${notification}=     Catenate        SEPARATOR= \\n        |org.onap.dcaegen2.services.prh.exceptions.DmaapNotFoundException: Incorrect json, consumerDmaapModel can not be created:        ${invalid_notification}
     Wait Until Keyword Succeeds    100x    100ms    Check PRH log       ${notification}
     
 Valid event processing