diff options
author | EEILFN <liam.fallon@ericsson.com> | 2017-12-06 18:19:07 +0100 |
---|---|---|
committer | EEILFN <liam.fallon@ericsson.com> | 2017-12-06 18:28:21 +0100 |
commit | bd7ee8043627c74f6ea2145dde279313da58261d (patch) | |
tree | aa4cf9da6b63866ef11f240dcab2de2871b14c97 /controlloop/common/actors/actor.vfc/src/main | |
parent | cd2ec5500943c6b726097ae7077f130430a654e1 (diff) |
Actor service provider for VFC and Actor Unit Test
The service provider in the META-INF/services file for the VFC actor pointed at the APPC actor rather than the VFC actor, this is fixed to now point at the correct actor implementation. Alsothe Actor test POM is missing the actors 'appclcm' and 'vfc', thus excluding them from the unit test
Change-Id: I60bfd160952b7663aab355ae9c8b0aa362484874
Signed-off-by: EEILFN <liam.fallon@ericsson.com>
Issue-ID: POLICY-455
Signed-off-by: EEILFN <liam.fallon@ericsson.com>
Diffstat (limited to 'controlloop/common/actors/actor.vfc/src/main')
-rw-r--r-- | controlloop/common/actors/actor.vfc/src/main/resources/META-INF/services/org.onap.policy.controlloop.actorServiceProvider.spi.Actor | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controlloop/common/actors/actor.vfc/src/main/resources/META-INF/services/org.onap.policy.controlloop.actorServiceProvider.spi.Actor b/controlloop/common/actors/actor.vfc/src/main/resources/META-INF/services/org.onap.policy.controlloop.actorServiceProvider.spi.Actor index 3ccac9949..1476eac1d 100644 --- a/controlloop/common/actors/actor.vfc/src/main/resources/META-INF/services/org.onap.policy.controlloop.actorServiceProvider.spi.Actor +++ b/controlloop/common/actors/actor.vfc/src/main/resources/META-INF/services/org.onap.policy.controlloop.actorServiceProvider.spi.Actor @@ -1 +1 @@ -org.onap.policy.controlloop.actor.vfc.APPCActorServiceProvider +org.onap.policy.controlloop.actor.vfc.VFCActorServiceProvider |