aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dcaegen2/prh-testcases/resources/prh_library.robot
diff options
context:
space:
mode:
authorMarcin Migdal <marcin.migdal@nokia.com>2019-06-10 14:36:50 +0200
committerMarcin Migdal <marcin.migdal@nokia.com>2019-06-11 13:28:50 +0000
commitc47ac0f30036e4f525d095b089eb8936bc779087 (patch)
tree9b9ece8d529a4140ff2b63c20135072ac975d4e4 /tests/dcaegen2/prh-testcases/resources/prh_library.robot
parent2d51f2b775dc4800d41faaf3faff36b9ace11894 (diff)
PRH -> BBS re-registration case
Skeleton for test Change-Id: I1a78b04a653e5cf9f21f25b0d29d989920390984 Issue-ID: INT-1100 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.robot9
1 files changed, 8 insertions, 1 deletions
diff --git a/tests/dcaegen2/prh-testcases/resources/prh_library.robot b/tests/dcaegen2/prh-testcases/resources/prh_library.robot
index 482a6ee5..86c10954 100644
--- a/tests/dcaegen2/prh-testcases/resources/prh_library.robot
+++ b/tests/dcaegen2/prh-testcases/resources/prh_library.robot
@@ -54,6 +54,13 @@ Verify AAI not responding is logged
Check PRH log connection timed out: aai Host is unreachable: aai
Ensure Container Is Running aai_simulator
+Verify PNF re registration
+ [Timeout] 100s
+ [Arguments] ${test_case_directory}
+ ${expected_logical_link}= Get Data From File ${test_case_directory}/expected-logical-link.json
+ Verify PNF ready sent ${test_case_directory}
+ Check recorded Logical Link ${expected_logical_link}
+
Check CBS ready
${resp}= Get Request ${consul_setup_session} /v1/catalog/services
Should Be Equal As Strings ${resp.status_code} 200
@@ -130,4 +137,4 @@ Reset DMaaP simulator
Create headers
${headers}= Create Dictionary Accept=application/json Content-Type=application/json
- Set Suite Variable ${suite_headers} ${headers}
+ Set Suite Variable ${suite_headers} ${headers} \ No newline at end of file