diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-10-10 09:57:14 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-10-10 09:57:14 +0000 |
commit | d34367f4733ca498ead3dd0365f27fc4601097df (patch) | |
tree | 845534a6620028422ae1b504ff0a72a3d4ddf9b9 /robot/resources/aai/add_pnf_registration_info.template | |
parent | 796b9ebfd05abefe67f15bcd1c3caea6a03d1b36 (diff) | |
parent | 0deebae5d65e5ef521a79958f1878862f88c3583 (diff) |
Merge "E2E sunny scenario for PNF registration"
Diffstat (limited to 'robot/resources/aai/add_pnf_registration_info.template')
-rw-r--r-- | robot/resources/aai/add_pnf_registration_info.template | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/robot/resources/aai/add_pnf_registration_info.template b/robot/resources/aai/add_pnf_registration_info.template new file mode 100644 index 00000000..2122ef24 --- /dev/null +++ b/robot/resources/aai/add_pnf_registration_info.template @@ -0,0 +1,12 @@ +{ + "pnf-name": "${correlation_id}", + "pnf-name2": "example-pnf-name2-val-78244", + "pnf-name2-source": "example-pnf-name2-source-val-99275", + "pnf-id": "example-pnf-id-val-7989", + "equip-type": "example-equip-type-val-20348", + "equip-vendor": "example-equip-vendor-val-52182", + "equip-model": "example-equip-model-val-8370", + "management-option": "example-management-option-val-72881", + "ipaddress-v4-oam": "", + "ipaddress-v6-oam": "" +} |