diff options
author | Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> | 2019-11-05 11:47:56 +0100 |
---|---|---|
committer | Daniel Rose <dr695h@att.com> | 2019-11-06 14:10:29 +0000 |
commit | c3188106f419bbd851c2fb059b150a46b603609c (patch) | |
tree | 987991640900beceffd1a826112c500216f33ada /robot/testsuites/pnf-registration.robot | |
parent | 7fee2e6355c5fe80d177b603526d849adf4adfdf (diff) |
ROBOT test cases correction due to failing test case
Issue-ID: INT-1348
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: I6b16cba681d1da47e6a7dceffc8f8a4c62e61606
Diffstat (limited to 'robot/testsuites/pnf-registration.robot')
-rw-r--r-- | robot/testsuites/pnf-registration.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/robot/testsuites/pnf-registration.robot b/robot/testsuites/pnf-registration.robot index 6217ed52..8fd0d824 100644 --- a/robot/testsuites/pnf-registration.robot +++ b/robot/testsuites/pnf-registration.robot @@ -23,7 +23,7 @@ PNF Registration only DCAE part: AAI, VES, PRH, DMaaP -Design, create, instantiate PNF/macro service and succesfully registrate PNF +Instantiate PNF_macro service and succesfully registrate PNF [Documentation] ... This test case creates TOSCA csar software package for PNF. Imports it as VSP package. ... Cretaes PNF resource, cretaes Macro service, attach PNF resource and distributes it. @@ -35,4 +35,4 @@ Design, create, instantiate PNF/macro service and succesfully registrate PNF [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 - Design, create, instantiate PNF/macro service and succesfully registrate PNF template Demo_pNF ${PNF_entry_dict} ${pnf_correlation_id}
\ No newline at end of file + Instantiate PNF_macro service and succesfully registrate PNF template Demo_pNF ${PNF_entry_dict} ${pnf_correlation_id}
\ No newline at end of file |