diff options
Diffstat (limited to 'feature-lifecycle/src/test/resources/tosca-policy-native-controller-example.json')
-rw-r--r-- | feature-lifecycle/src/test/resources/tosca-policy-native-controller-example.json | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/feature-lifecycle/src/test/resources/tosca-policy-native-controller-example.json b/feature-lifecycle/src/test/resources/tosca-policy-native-controller-example.json index 2b98a242..642ecc0e 100644 --- a/feature-lifecycle/src/test/resources/tosca-policy-native-controller-example.json +++ b/feature-lifecycle/src/test/resources/tosca-policy-native-controller-example.json @@ -18,15 +18,11 @@ "topicName": "DCAE_TOPIC", "events": [ { - "eventClass": "org.onap.policy.controlloop.CanonicalOnset", - "eventFilter": "[?($.closedLoopEventStatus == 'ONSET')]", - "customSerialization": { - "customSerializerClass": "org.onap.policy.controlloop.util.Serialization", - "jsonParser": "gson" - } + "eventClass": "java.util.HashMap", + "eventFilter": "[?($.closedLoopEventStatus == 'ONSET')]" }, { - "eventClass": "org.onap.policy.controlloop.CanonicalAbated", + "eventClass": "java.util.HashMap", "eventFilter": "[?($.closedLoopEventStatus == 'ABATED')]" } ] @@ -37,12 +33,8 @@ "topicName": "APPC-CL", "events": [ { - "eventClass": "org.onap.policy.appc.Response", - "eventFilter": "[?($.CommonHeader && $.Status)]", - "customSerialization": { - "customSerializerClass": "org.onap.policy.appc.util.Serialization", - "jsonParser": "gsonPretty" - } + "eventClass": "java.util.HashMap", + "eventFilter": "[?($.CommonHeader && $.Status)]" } ] } |