diff options
Diffstat (limited to 'csit/tests/data/event.json')
-rw-r--r-- | csit/tests/data/event.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/csit/tests/data/event.json b/csit/tests/data/event.json new file mode 100644 index 000000000..9dbf2790b --- /dev/null +++ b/csit/tests/data/event.json @@ -0,0 +1,11 @@ +{ + "nameSpace": "org.onap.policy.apex.sample.events", + "name": "Event0000", + "version": "0.0.1", + "source": "REST_0", + "target": "apex", + "TestSlogan": "Test slogan for External Event0", + "TestMatchCase": 3, + "TestTimestamp": 1536363522018, + "TestTemperature": 9080.866 +} |