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 --- .../ves/pnf_registration_request.template | 36 ++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 robot/assets/templates/ves/pnf_registration_request.template (limited to 'robot/assets/templates/ves') diff --git a/robot/assets/templates/ves/pnf_registration_request.template b/robot/assets/templates/ves/pnf_registration_request.template new file mode 100644 index 00000000..61b46d16 --- /dev/null +++ b/robot/assets/templates/ves/pnf_registration_request.template @@ -0,0 +1,36 @@ +{ + "event": { + "commonEventHeader": { + "startEpochMicrosec": 1538407540940, + "sourceId": "val13", + "eventId": "registration_38407540", + "nfcNamingCode": "oam", + "internalHeaderFields": {}, + "eventType": "pnfRegistration", + "priority": "Normal", + "version": "4.0.1", + "reportingEntityName": "NOK6061ZW3", + "sequence": 0, + "domain": "pnfRegistration", + "lastEpochMicrosec": 1538407540940, + "eventName": "pnfRegistration_Nokia_5gDu", + "vesEventListenerVersion": "7.0.1", + "sourceName": "${correlation_id}", + "nfNamingCode": "gNB" + }, + "pnfRegistrationFields": { + "unitType": "val8", + "serialNumber": "6061ZW3", + "pnfRegistrationFieldsVersion": "2.0", + "manufactureDate": "1538407540942", + "modelNumber": "val6", + "lastServiceDate": "1538407540942", + "unitFamily": "BBU", + "vendorName": "Nokia", + "oamV4IpAddress": "${PNF_IPv4_address}", + "oamV6IpAddress": "${PNF_IPv6_address}", + "softwareVersion": "val7" + } + } +} + -- cgit 1.2.3-korg