From f8c267cf722fab31e4d6b5b94f445ae556ce7890 Mon Sep 17 00:00:00 2001 From: krzysztof kuzmicki Date: Wed, 10 Oct 2018 13:04:28 +0200 Subject: E2E sunny scenario for PNF registration Change-Id: Icbe8914f6111f5ca385117d3c7027e53e960281b Issue-ID: INT-685 Signed-off-by: krzysztof kuzmicki --- .../assets/templates/aai/add_pnf_registration_info.template | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 robot/assets/templates/aai/add_pnf_registration_info.template (limited to 'robot/assets/templates/aai') diff --git a/robot/assets/templates/aai/add_pnf_registration_info.template b/robot/assets/templates/aai/add_pnf_registration_info.template new file mode 100644 index 00000000..2122ef24 --- /dev/null +++ b/robot/assets/templates/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": "" +} -- cgit 1.2.3-korg