diff options
author | pramod.jamkhedkar <pramod@research.att.com> | 2020-03-24 15:54:09 -0400 |
---|---|---|
committer | pramod.jamkhedkar <pramod@research.att.com> | 2020-04-10 13:40:25 -0400 |
commit | 40ba10444edf0b1ee74429b9b01ad1be40aa203b (patch) | |
tree | 7bc2969cdb45baa48246719050a148750897e8b6 /controlloop/common/controller-frankfurt/src | |
parent | dc272e0912390292fa09e84d56380ac3697250cd (diff) |
Added vpci and vsonh tests
Added test cases for vpci and vsonh usecases
Issue-ID: POLICY-2162
Change-Id: Ia69b16e74b82b92366b5065eeccab8d35f647742
Signed-off-by: pramod.jamkhedkar <pramod@research.att.com>
Signed-off-by: Jim Hahn <jrh3@att.com>
Signed-off-by: pramod.jamkhedkar <pramod@research.att.com>
Diffstat (limited to 'controlloop/common/controller-frankfurt/src')
-rw-r--r-- | controlloop/common/controller-frankfurt/src/test/resources/config/frankfurt-controller.properties | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/controlloop/common/controller-frankfurt/src/test/resources/config/frankfurt-controller.properties b/controlloop/common/controller-frankfurt/src/test/resources/config/frankfurt-controller.properties index 2839e0d2e..af3d0eb24 100644 --- a/controlloop/common/controller-frankfurt/src/test/resources/config/frankfurt-controller.properties +++ b/controlloop/common/controller-frankfurt/src/test/resources/config/frankfurt-controller.properties @@ -58,8 +58,6 @@ noop.sink.topics=APPC-CL,APPC-LCM-READ,POLICY-CL-MGT,SDNR-CL,DCAE_CL_RSP noop.sink.topics.POLICY-CL-MGT.events=org.onap.policy.controlloop.VirtualControlLoopNotification noop.sink.topics.POLICY-CL-MGT.events.custom.gson=org.onap.policy.controlloop.util.Serialization,gsonPretty -noop.sink.topics.SDNR-CL.events=org.onap.policy.sdnr.PciRequestWrapper -noop.sink.topics.SDNR-CL.events.custom.gson=org.onap.policy.sdnr.util.Serialization,gson - noop.sink.topics.DCAE_CL_RSP.events=org.onap.policy.controlloop.ControlLoopResponse noop.sink.topics.DCAE_CL_RSP.events.custom.gson=org.onap.policy.controlloop.util.Serialization,gsonPretty + |