aboutsummaryrefslogtreecommitdiffstats
path: root/test/csit/tests/dcaegen2/prh-testcases/prh_tests.robot
diff options
context:
space:
mode:
authorMariusz Wagner <mariusz.wagner@nokia.com>2018-07-30 14:19:50 +0200
committerMariusz Wagner <mariusz.wagner@nokia.com>2018-07-30 14:36:10 +0200
commit3cbe54761c77812594cf6c497482373e814792c1 (patch)
tree8ffedf6bd1efba888c628eef3bc263f2312275c3 /test/csit/tests/dcaegen2/prh-testcases/prh_tests.robot
parent0b8db8f3fb19c3e41a901e76c930e7f2008239f4 (diff)
Cleaning tests
Code refactor and clean TC code Issue-ID: INT-604 Change-Id: I6b47dae37eb3b3897698bab738abcc8aac97d90d Signed-off-by: Mariusz Wagner <mariusz.wagner@nokia.com>
Diffstat (limited to 'test/csit/tests/dcaegen2/prh-testcases/prh_tests.robot')
-rw-r--r--test/csit/tests/dcaegen2/prh-testcases/prh_tests.robot8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/csit/tests/dcaegen2/prh-testcases/prh_tests.robot b/test/csit/tests/dcaegen2/prh-testcases/prh_tests.robot
index 1504895af..b7013c4a2 100644
--- a/test/csit/tests/dcaegen2/prh-testcases/prh_tests.robot
+++ b/test/csit/tests/dcaegen2/prh-testcases/prh_tests.robot
@@ -1,7 +1,7 @@
*** Settings ***
Documentation Integration tests for PRH.
... PRH receive events from DMaaP and produce or not PNF_READY notification depends on required fields in received event.
-Suite Setup Run keywords Create headers
+Suite Setup Run keywords Create header
... Create sessions
Library resources/PrhLibrary.py
Resource resources/prh_library.robot
@@ -46,8 +46,8 @@ Get valid event from DMaaP and record in AAI does not exist
[Documentation] PRH get valid event from DMaaP with all required fields and in AAI record doesn't exist - PRH does not produce PNF_READY notification
[Tags] PRH Missing AAI record
[Timeout] 30s
- Set pnf name in AAI wrong_aai_record
- Set event in DMAAP ${EVENT_WITH_ALL_VALID_REQUIRED_FIELDS}
+ Set PNF name in AAI wrong_aai_record
+ Set event in DMaaP ${EVENT_WITH_ALL_VALID_REQUIRED_FIELDS}
Wait Until Keyword Succeeds 100x 300ms Check PRH log org.onap.dcaegen2.services.prh.exceptions.AAINotFoundException: Incorrect response code for continuation of tasks workflow
Get valid event from DMaaP and AAI is not responding
@@ -55,5 +55,5 @@ Get valid event from DMaaP and AAI is not responding
[Tags] PRH AAI
[Timeout] 180s
Stop AAI
- Set event in DMAAP ${EVENT_WITH_ALL_VALID_REQUIRED_FIELDS}
+ Set event in DMaaP ${EVENT_WITH_ALL_VALID_REQUIRED_FIELDS}
Wait Until Keyword Succeeds 100x 300ms Check PRH log java.net.NoRouteToHostException: Host is unreachable (Host unreachable)