diff options
author | Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> | 2020-05-07 13:49:12 +0200 |
---|---|---|
committer | Daniel Rose <dr695h@att.com> | 2020-05-07 13:39:27 +0000 |
commit | c39a2a2085435b93b624b4d8b890bd187e6417a5 (patch) | |
tree | 232879d8938a3ae7645fca3a8543dbb4137ef4bb /robot | |
parent | df0ca461be8369a1c3ab9ac66ecb8fb834532fe5 (diff) |
Extend PnF registrate test cases for GR API - adding test to xtesting
Issue-ID: INT-1477
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: I8b724f9953d420da13cdebd12af38d1410fc04a4
Diffstat (limited to 'robot')
-rw-r--r-- | robot/testsuites/pnf-registration.robot | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/robot/testsuites/pnf-registration.robot b/robot/testsuites/pnf-registration.robot index 2f6eee40..83d757f5 100644 --- a/robot/testsuites/pnf-registration.robot +++ b/robot/testsuites/pnf-registration.robot @@ -14,7 +14,7 @@ PNF Registration only DCAE part: AAI, VES, PRH, DMaaP ... This test case creates A&AI entry for PNF without SDC model distribution and service instantiation in SO. ... Test case verify PNF Registration only in DCAE part: AAI, VES, PRH, DMaaP. ... During test case Robot adds PNF entry to A&AI that contains: correlation ID, PNF_IPv4_address and PNF_IPv6_address - [Tags] pnf_registrate ete pnf_registrate_all + [Tags] pnf_registrate ete ${pnf_correlation_id}= Generate Random String 20 [LETTERS][NUMBERS] ${PNF_entry_dict}= Create Dictionary correlation_id=${pnf_correlation_id} PNF_IPv4_address=13.13.13.13 PNF_IPv6_address=2001:0db8:0:0:0:0:1428:57ab Log Initial PNF entry ${PNF_entry_dict} @@ -32,7 +32,7 @@ Instantiate PNF_macro service and succesfully registrate PNF ... At the end of the service is checked in terms ... - service completion ... - PNF entry update about information from VES event - [Tags] pnf_registrate ete pnf_registrate_all + [Tags] pnf_registrate ete ${pnf_correlation_id}= Generate Random String 20 [LETTERS][NUMBERS] ${PNF_entry_dict}= Create Dictionary correlation_id=${pnf_correlation_id} PNF_IPv4_address=13.13.13.13 PNF_IPv6_address=2001:0db8:0:0:0:0:1428:57ab ${PNF_service_model}= Set Variable Demo_pNF_${pnf_correlation_id} @@ -48,7 +48,7 @@ Instantiate PNF service (using building blocks) and succesfully registrate PNF ... - service completion ... - PNF entry update about information from VES event ... - PNF orchestration status - [Tags] pnf_registrate_gr_api pnf_registrate_all ete + [Tags] pnf_registrate ete ${pnf_correlation_id}= Generate Random String 20 [LETTERS][NUMBERS] ${PNF_entry_dict}= Create Dictionary correlation_id=${pnf_correlation_id} PNF_IPv4_address=13.13.13.13 PNF_IPv6_address=2001:0db8:0:0:0:0:1428:57ab ${PNF_service_model}= Set Variable Demo_pNF_${pnf_correlation_id} |