diff options
author | Ram Krishna Verma <ram_krishna.verma@bell.ca> | 2021-03-10 18:08:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-03-10 18:08:22 +0000 |
commit | d1789b584f7fb2d28a8c0ee50202d48d54b8a77e (patch) | |
tree | ce50d01a84e3e72dcc32deff0b5f9abfa6529846 /reception/src/test/resources/PolicyDecoderConfiguration.json | |
parent | 417d39b544bef34bf97606f2e6279c293dbe6bec (diff) | |
parent | ae963fcd018592800f96e9199f848a3fd738f38e (diff) |
Merge "Add code coverage for reception package"
Diffstat (limited to 'reception/src/test/resources/PolicyDecoderConfiguration.json')
-rw-r--r-- | reception/src/test/resources/PolicyDecoderConfiguration.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/reception/src/test/resources/PolicyDecoderConfiguration.json b/reception/src/test/resources/PolicyDecoderConfiguration.json new file mode 100644 index 00000000..80a6dcab --- /dev/null +++ b/reception/src/test/resources/PolicyDecoderConfiguration.json @@ -0,0 +1,7 @@ +{ + "parameterClassName": "org.onap.policy.distribution.reception.testclasses.DummyPolicyDecoderParameterGroup", + "parameters": { + "policyName": "SamplePolicy", + "policyType": "DUMMY" + } +} |