diff options
author | Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com> | 2020-08-26 14:12:52 +0200 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2020-08-31 08:43:00 +0000 |
commit | 8e871a6a34329b893128cb994d44def27abe0b6e (patch) | |
tree | 77bc132fd2acde6d93234c1da7ad68c2a04f48bd /robot/testsuites | |
parent | 0adce51b4e79e3be3b92ab99e671dc4479f80486 (diff) |
Remove from CI PNF registration test that uses deprecated vnf api
Issue-ID: INT-1668
Signed-off-by: Krzysztof Kuzmicki <krzysztof.kuzmicki@nokia.com>
Change-Id: Icf45304b5dd350712c542304cf21d51ae242b2c3
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 83d757f5..c1e3ddfe 100644 --- a/robot/testsuites/pnf-registration.robot +++ b/robot/testsuites/pnf-registration.robot @@ -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 + [Tags] pnf_registrate_macro_vnf_api 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} |