diff options
Diffstat (limited to 'policy-endpoints/src/test/resources/org/onap')
9 files changed, 14 insertions, 0 deletions
diff --git a/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/TopicEndpointProxyTest.json b/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/TopicEndpointProxyTest.json index 11624af0..3402a524 100644 --- a/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/TopicEndpointProxyTest.json +++ b/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/TopicEndpointProxyTest.json @@ -4,6 +4,7 @@ "topicSources" : [ { "servers" : [ "my-server" ], "topic" : "ueb-source", + "effectiveTopic" : "my-effective-topic", "recentEvents" : [ ], "alive" : false, "locked" : false, @@ -19,6 +20,7 @@ }, { "servers" : [ "my-server" ], "topic" : "dmaap-source", + "effectiveTopic" : "my-effective-topic", "recentEvents" : [ ], "alive" : false, "locked" : false, @@ -34,6 +36,7 @@ }, { "servers" : [ "my-server" ], "topic" : "noop-source", + "effectiveTopic" : "noop-source", "recentEvents" : [ ], "alive" : false, "locked" : false, @@ -42,6 +45,7 @@ "topicSinks" : [ { "servers" : [ "my-server" ], "topic" : "ueb-sink", + "effectiveTopic" : "my-effective-topic", "recentEvents" : [ ], "alive" : false, "locked" : false, @@ -54,6 +58,7 @@ }, { "servers" : [ "my-server" ], "topic" : "dmaap-sink", + "effectiveTopic" : "my-effective-topic", "recentEvents" : [ ], "alive" : false, "locked" : false, @@ -66,6 +71,7 @@ }, { "servers" : [ "my-server" ], "topic" : "noop-sink", + "effectiveTopic" : "noop-sink", "recentEvents" : [ ], "alive" : false, "locked" : false, diff --git a/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/bus/internal/BusTopicBaseTest.json b/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/bus/internal/BusTopicBaseTest.json index 49eafaf1..dd0b8924 100644 --- a/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/bus/internal/BusTopicBaseTest.json +++ b/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/bus/internal/BusTopicBaseTest.json @@ -1,6 +1,7 @@ { "servers" : [ "svra", "svrb" ], "topic" : "my-topic", + "effectiveTopic" : "my-effective-topic", "recentEvents" : [ ], "alive" : false, "locked" : false, diff --git a/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/bus/internal/InlineBusTopicSinkTest.json b/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/bus/internal/InlineBusTopicSinkTest.json index 98318751..8e39fddf 100644 --- a/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/bus/internal/InlineBusTopicSinkTest.json +++ b/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/bus/internal/InlineBusTopicSinkTest.json @@ -1,6 +1,7 @@ { "servers" : [ "svra", "svrb" ], "topic" : "my-topic", + "effectiveTopic" : "my-effective-topic", "recentEvents" : [ ], "alive" : false, "locked" : false, diff --git a/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/bus/internal/InlineDmaapTopicSinkTest.json b/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/bus/internal/InlineDmaapTopicSinkTest.json index a83f5c97..2bed3347 100644 --- a/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/bus/internal/InlineDmaapTopicSinkTest.json +++ b/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/bus/internal/InlineDmaapTopicSinkTest.json @@ -1,6 +1,7 @@ { "servers" : [ "svra", "svrb" ], "topic" : "my-topic", + "effectiveTopic" : "my-effective-topic", "recentEvents" : [ ], "alive" : false, "locked" : false, diff --git a/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/bus/internal/InlineUebTopicSinkTest.json b/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/bus/internal/InlineUebTopicSinkTest.json index 4ec0c80f..e7419d88 100644 --- a/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/bus/internal/InlineUebTopicSinkTest.json +++ b/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/bus/internal/InlineUebTopicSinkTest.json @@ -1,6 +1,7 @@ { "servers" : [ "svra", "svrb" ], "topic" : "my-topic", + "effectiveTopic" : "my-effective-topic", "recentEvents" : [ ], "alive" : false, "locked" : false, diff --git a/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/bus/internal/SingleThreadedBusTopicSourceTest.json b/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/bus/internal/SingleThreadedBusTopicSourceTest.json index 4f880257..aeb233bc 100644 --- a/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/bus/internal/SingleThreadedBusTopicSourceTest.json +++ b/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/bus/internal/SingleThreadedBusTopicSourceTest.json @@ -1,6 +1,7 @@ { "servers" : [ "svra", "svrb" ], "topic" : "my-topic", + "effectiveTopic" : "my-effective-topic", "recentEvents" : [ ], "alive" : false, "locked" : false, diff --git a/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/bus/internal/SingleThreadedDmaapTopicSourceTest.json b/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/bus/internal/SingleThreadedDmaapTopicSourceTest.json index 82e4b3ff..07aa916a 100644 --- a/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/bus/internal/SingleThreadedDmaapTopicSourceTest.json +++ b/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/bus/internal/SingleThreadedDmaapTopicSourceTest.json @@ -1,6 +1,7 @@ { "servers" : [ "svra", "svrb" ], "topic" : "my-topic", + "effectiveTopic" : "my-effective-topic", "recentEvents" : [ ], "alive" : false, "locked" : false, diff --git a/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/bus/internal/SingleThreadedUebTopicSourceTest.json b/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/bus/internal/SingleThreadedUebTopicSourceTest.json index 4eeacc6d..6a6e8f52 100644 --- a/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/bus/internal/SingleThreadedUebTopicSourceTest.json +++ b/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/bus/internal/SingleThreadedUebTopicSourceTest.json @@ -1,6 +1,7 @@ { "servers" : [ "svra", "svrb" ], "topic" : "my-topic", + "effectiveTopic" : "my-effective-topic", "recentEvents" : [ ], "alive" : false, "locked" : false, diff --git a/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/bus/internal/TopicBaseTest.json b/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/bus/internal/TopicBaseTest.json index 7431854d..b72b4efd 100644 --- a/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/bus/internal/TopicBaseTest.json +++ b/policy-endpoints/src/test/resources/org/onap/policy/common/endpoints/event/comm/bus/internal/TopicBaseTest.json @@ -1,6 +1,7 @@ { "servers" : [ "svra", "svrb" ], "topic" : "my-topic", + "effectiveTopic" : "my-topic", "recentEvents" : [ ], "alive" : false, "locked" : false, |