aboutsummaryrefslogtreecommitdiffstats
path: root/test/mocks/pnfsimulator/src/test/resources/org/onap/pnfsimulator/message/MessageProviderTest
diff options
context:
space:
mode:
Diffstat (limited to 'test/mocks/pnfsimulator/src/test/resources/org/onap/pnfsimulator/message/MessageProviderTest')
-rw-r--r--test/mocks/pnfsimulator/src/test/resources/org/onap/pnfsimulator/message/MessageProviderTest/notificationParams.json6
-rw-r--r--test/mocks/pnfsimulator/src/test/resources/org/onap/pnfsimulator/message/MessageProviderTest/pnfRegistrationParams.json6
2 files changed, 12 insertions, 0 deletions
diff --git a/test/mocks/pnfsimulator/src/test/resources/org/onap/pnfsimulator/message/MessageProviderTest/notificationParams.json b/test/mocks/pnfsimulator/src/test/resources/org/onap/pnfsimulator/message/MessageProviderTest/notificationParams.json
new file mode 100644
index 000000000..b73c379a8
--- /dev/null
+++ b/test/mocks/pnfsimulator/src/test/resources/org/onap/pnfsimulator/message/MessageProviderTest/notificationParams.json
@@ -0,0 +1,6 @@
+{
+ "notKey1": "notVal1",
+ "notKey2": "notVal2",
+ "notKey3": "notVal3",
+ "notKey4": "notVal4"
+} \ No newline at end of file
diff --git a/test/mocks/pnfsimulator/src/test/resources/org/onap/pnfsimulator/message/MessageProviderTest/pnfRegistrationParams.json b/test/mocks/pnfsimulator/src/test/resources/org/onap/pnfsimulator/message/MessageProviderTest/pnfRegistrationParams.json
new file mode 100644
index 000000000..95446bf80
--- /dev/null
+++ b/test/mocks/pnfsimulator/src/test/resources/org/onap/pnfsimulator/message/MessageProviderTest/pnfRegistrationParams.json
@@ -0,0 +1,6 @@
+{
+ "pnfKey1": "pnfVal1",
+ "pnfKey2": "pnfVal2",
+ "pnfKey3": "pnfVal3",
+ "pnfKey4": "pnfVal4"
+} \ No newline at end of file