diff options
author | Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> | 2020-04-10 17:31:43 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2020-04-13 10:10:46 +0000 |
commit | 80c61bf3c01ab00d23cdd0e7b96336d8d859b49e (patch) | |
tree | 6e6f2cfd6e809deb15ab8d46092dbed0fd00a231 /robot/testsuites | |
parent | 83a352f8c04a608f2b6acded0a091b7da00d4d08 (diff) |
Enhance PNF registration test cases in Frankfurt release
Issue-ID: INT-1525
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: I67ae25340a3480194910709ce06866c4fb0f0c37
Diffstat (limited to 'robot/testsuites')
-rw-r--r-- | robot/testsuites/pnf-registration.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/robot/testsuites/pnf-registration.robot b/robot/testsuites/pnf-registration.robot index 14cefb37..d3e98fa6 100644 --- a/robot/testsuites/pnf-registration.robot +++ b/robot/testsuites/pnf-registration.robot @@ -52,4 +52,4 @@ Instantiate PNF service (using building blocks) and succesfully registrate PNF ${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} - Instantiate PNF service (using building blocks) and succesfully registrate PNF template ${PNF_service_model} ${PNF_entry_dict} ${pnf_correlation_id} true
\ No newline at end of file + Instantiate PNF_macro service and succesfully registrate PNF template ${PNF_service_model} ${PNF_entry_dict} ${pnf_correlation_id} building_block_flow=true
\ No newline at end of file |