diff options
Diffstat (limited to 'main/src/test/resources/e2e/PapConfigParameters.json')
-rw-r--r-- | main/src/test/resources/e2e/PapConfigParameters.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/main/src/test/resources/e2e/PapConfigParameters.json b/main/src/test/resources/e2e/PapConfigParameters.json index b2e100a5..e7f33771 100644 --- a/main/src/test/resources/e2e/PapConfigParameters.json +++ b/main/src/test/resources/e2e/PapConfigParameters.json @@ -1,5 +1,5 @@ { - "name": "PapGroup", + "name": "PapGroupE2E", "restServerParameters": { "host": "0.0.0.0", "port": ${port}, @@ -29,23 +29,23 @@ }, "topicParameterGroup": { "topicSources" : [{ - "topic" : "POLICY-PDP-PAP", + "topic" : "pdp-pap-topic", "servers" : [ "message-router" ], "topicCommInfrastructure" : "noop" }, { - "topic" : "POLICY-HEARTBEAT", + "topic" : "heartbeat-topic", "effectiveTopic": "POLICY-PDP-PAP", "consumerGroup": "policy-pap", "servers" : [ "message-router" ], "topicCommInfrastructure" : "noop" }], "topicSinks" : [{ - "topic" : "POLICY-PDP-PAP", + "topic" : "pdp-pap-topic", "servers" : [ "message-router" ], "topicCommInfrastructure" : "noop" },{ - "topic" : "POLICY-NOTIFICATION", + "topic" : "notification-topic", "servers" : [ "message-router" ], "topicCommInfrastructure" : "noop" }] |