diff options
author | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-05-07 17:00:14 +0100 |
---|---|---|
committer | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-05-07 17:00:14 +0100 |
commit | 1c441157f9760944fe151dfeeae88713177d8742 (patch) | |
tree | 6e9d2ccd740f2222d9e51377d9b585e79d014423 | |
parent | 6e53ed6654beb2acf7114e3469d61c4bc5848056 (diff) |
Fix pap stability jmx event parameters
Issue-ID: POLICY-4979
Change-Id: I8e71762f9d954ceda3d1d41d2f13877c638ecf01
Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
-rw-r--r-- | testsuites/stability/src/main/resources/testplans/stability.jmx | 40 |
1 files changed, 9 insertions, 31 deletions
diff --git a/testsuites/stability/src/main/resources/testplans/stability.jmx b/testsuites/stability/src/main/resources/testplans/stability.jmx index 572e0435..2cf6b07c 100644 --- a/testsuites/stability/src/main/resources/testplans/stability.jmx +++ b/testsuites/stability/src/main/resources/testplans/stability.jmx @@ -7518,23 +7518,13 @@ "eventInputParameters": {
 "FirstConsumer": {
 "carrierTechnologyParameters": {
 - "carrierTechnology": "KAFKA",
 - "parameterClassName": "org.onap.policy.apex.plugins.event.carrier.kafka.KafkaCarrierTechnologyParameters",
 + "carrierTechnology": "RESTSERVER",
 + "parameterClassName": "org.onap.policy.apex.plugins.event.carrier.restserver.RestServerCarrierTechnologyParameters",
 "parameters": {
 - "bootstrapServers": "kafka:9092",
 - "groupId": "apex-grp2",
 - "enableAutoCommit": true,
 - "autoCommitTime": 1000,
 - "sessionTimeout": 30000,
 - "consumerPollTime": 100,
 - "consumerTopicList": [
 - "unauthenticated.dcae_cl_output"
 - ],
 - "keyDeserializer": "org.apache.kafka.common.serialization.StringDeserializer",
 - "valueDeserializer": "org.apache.kafka.common.serialization.StringDeserializer",
 - "kafkaProperties": [
 -
 - ]
 + "standalone": true,
 + "host": "0.0.0.0",
 + "port": 23324
 + }
 },
 "eventProtocolParameters": {
 "eventProtocol": "JSON"
 @@ -7546,21 +7536,9 @@ },
 "eventOutputParameters": {
 "FirstProducer": {
 - "carrierTechnology": "KAFKA",
 - "parameterClassName": "org.onap.policy.apex.plugins.event.carrier.kafka.KafkaCarrierTechnologyParameters",
 - "parameters": {
 - "bootstrapServers": "kafka:9092",
 - "acks": "all",
 - "retries": 0,
 - "batchSize": 16384,
 - "lingerTime": 1,
 - "bufferMemory": 33554432,
 - "producerTopic": "apex-cl-mgt2",
 - "keySerializer": "org.apache.kafka.common.serialization.StringSerializer",
 - "valueSerializer": "org.apache.kafka.common.serialization.StringSerializer",
 - "kafkaProperties": [
 -
 - ]
 + "carrierTechnologyParameters": {
 + "carrierTechnology": "RESTSERVER",
 + "parameterClassName": "org.onap.policy.apex.plugins.event.carrier.restserver.RestServerCarrierTechnologyParameters"
 },
 "eventProtocolParameters": {
 "eventProtocol": "JSON"
 |