From 3c494af52c476a86ae1389991b464914517774b8 Mon Sep 17 00:00:00 2001 From: Bartosz Gardziejewski Date: Wed, 8 Apr 2020 09:31:13 +0200 Subject: Move PNF simulator from /test/mocks to new project This code is a copy of pnfsimulator located in integration repository (/test/mocks/pnfsimulator) with added profile "docker" in pom.xml located in pnfsimulator and netconfsimulator subprojects Issue-ID: INT-1517 Signed-off-by: Bartosz Gardziejewski Change-Id: I725fa0530c41b13cb12705979dee8b8b354dc1a1 --- simulator-cli/tests/resources/notification.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 simulator-cli/tests/resources/notification.json (limited to 'simulator-cli/tests/resources/notification.json') diff --git a/simulator-cli/tests/resources/notification.json b/simulator-cli/tests/resources/notification.json new file mode 100644 index 0000000..ca9641e --- /dev/null +++ b/simulator-cli/tests/resources/notification.json @@ -0,0 +1,17 @@ +{ + "commonEventHeader": { + "domain": "notification", + "eventName": "#RandomString(20)", + "version": "4.0.1" + }, + "notificationFields": { + "arrayOfNamedHashMap": [ + { + "name": "A20161221.1031-1041.bin.gz", + "hashMap": { + "fileformatType": "org.3GPP.32.435#measCollec" + } + } + ] + } +} -- cgit 1.2.3-korg