diff options
author | DR695H <dr695h@att.com> | 2019-08-02 17:18:13 -0400 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2019-08-05 15:51:27 +0000 |
commit | 87b84d05616d54df459e8b2628717918d4c81da6 (patch) | |
tree | a44a88fb06d201cae98b148236117310368dc12c /robot/testsuites/pnf-registration.robot | |
parent | 498057b5c15ca37c4980536aed23424251584007 (diff) |
property cleanup and pnf cleanup
Issue-ID: TEST-184
Change-Id: I355c3de561dfb80334e881c884467116ad5ee25e
Signed-off-by: DR695H <dr695h@att.com>
Diffstat (limited to 'robot/testsuites/pnf-registration.robot')
-rw-r--r-- | robot/testsuites/pnf-registration.robot | 15 |
1 files changed, 3 insertions, 12 deletions
diff --git a/robot/testsuites/pnf-registration.robot b/robot/testsuites/pnf-registration.robot index 9a22a9e2..384c787b 100644 --- a/robot/testsuites/pnf-registration.robot +++ b/robot/testsuites/pnf-registration.robot @@ -5,7 +5,8 @@ Test Timeout 10m ... Resource ../resources/test_templates/pnf_registration_without_SO_template.robot - +Library String + *** Test Cases *** @@ -36,14 +37,4 @@ Design, create, instantiate PNF/macro service and succesfully registrate PNF [Tags] pnf_registrate ${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} - - - - - - - - - - + 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 |