diff options
author | a.sreekumar <ajith.sreekumar@est.tech> | 2019-08-29 13:24:04 +0000 |
---|---|---|
committer | Ajith Sreekumar <ajith.sreekumar@est.tech> | 2019-08-29 15:17:49 +0000 |
commit | df7d47f59562eea8cc541f6751465cd4563df679 (patch) | |
tree | ca523d6496703bce6e11887b8ca55da68fd4b8b3 /tests/policy/distribution/data | |
parent | f0e01e60b40d883c40bf7de73c8aef84689e179f (diff) |
Change policy-distribution csit test cases
Change policy-distribution csit test cases to support ToscaPolicyType
and ToscaPolicy.
Change-Id: Ic6539a2c6f3d2a5b0a4a0b66ce456512d909a320
Issue-ID: POLICY-1893
Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
Diffstat (limited to 'tests/policy/distribution/data')
-rw-r--r-- | tests/policy/distribution/data/event.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/policy/distribution/data/event.json b/tests/policy/distribution/data/event.json new file mode 100644 index 00000000..9dbf2790 --- /dev/null +++ b/tests/policy/distribution/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 +} |