diff options
author | Adheli Tavares <adheli.tavares@est.tech> | 2024-02-09 14:21:06 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2024-02-09 14:21:06 +0000 |
commit | 665815fc5c91c3437a0b0459448994789464a391 (patch) | |
tree | 5b1eba0de9b41cf0f62df891f6ca3906b69999bc /runtime-acm | |
parent | d0ed457d63e22c83e730c7929c7422b6780ad5d1 (diff) | |
parent | b75c36362e7f64577733255f6c80757e05ea0bed (diff) |
Merge "Remove Dmaap from clamp"
Diffstat (limited to 'runtime-acm')
-rw-r--r-- | runtime-acm/src/test/resources/application-prometheus-noauth.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime-acm/src/test/resources/application-prometheus-noauth.yaml b/runtime-acm/src/test/resources/application-prometheus-noauth.yaml index b34491124..e961df075 100644 --- a/runtime-acm/src/test/resources/application-prometheus-noauth.yaml +++ b/runtime-acm/src/test/resources/application-prometheus-noauth.yaml @@ -30,11 +30,11 @@ runtime: topic: POLICY-ACRUNTIME-PARTICIPANT servers: - localhost - topicCommInfrastructure: dmaap + topicCommInfrastructure: noop fetchTimeout: 15000 topicSinks: - - topicCommInfrastructure: dmaap + topicCommInfrastructure: noop servers: - localhost topic: POLICY-ACRUNTIME-PARTICIPANT |