diff options
author | Straubs, Ralph (rs8887) <rs8887@att.com> | 2020-07-13 10:26:50 -0400 |
---|---|---|
committer | jhh <jorge.hernandez-herrero@att.com> | 2020-07-21 08:42:21 -0500 |
commit | 8382101e6c43578b6c78dfc10bacbd165e413c69 (patch) | |
tree | 3907554ceb32fd3fbf157e33d0c5698810aa61e8 /policy-management/src/test/resources/META-INF | |
parent | e7f57317f694c7a2a673e37dbfdd6275adcd74c0 (diff) |
Support multiple Policy/Controller types using 'controller.type' property
It provides a feature base to allow for custom Policy
and Drools Controllers.
Issue-ID: POLICY-2415
Change-Id: Ibe3f11e3ecd925537ffd03d2420bb3b8214029c9
Signed-off-by: Straubs, Ralph (rs8887) <rs8887@att.com>
Signed-off-by: jhh <jorge.hernandez-herrero@att.com>
Diffstat (limited to 'policy-management/src/test/resources/META-INF')
2 files changed, 3 insertions, 0 deletions
diff --git a/policy-management/src/test/resources/META-INF/services/org.onap.policy.drools.features.DroolsControllerFeatureApi b/policy-management/src/test/resources/META-INF/services/org.onap.policy.drools.features.DroolsControllerFeatureApi new file mode 100644 index 00000000..3c765a78 --- /dev/null +++ b/policy-management/src/test/resources/META-INF/services/org.onap.policy.drools.features.DroolsControllerFeatureApi @@ -0,0 +1,2 @@ +org.onap.policy.drools.controller.DroolsControllerFactoryTest$DroolsBuilder +org.onap.policy.drools.system.PolicyControllerFactoryTest$DroolsBuilder diff --git a/policy-management/src/test/resources/META-INF/services/org.onap.policy.drools.features.PolicyControllerFeatureApi b/policy-management/src/test/resources/META-INF/services/org.onap.policy.drools.features.PolicyControllerFeatureApi new file mode 100644 index 00000000..2a4408a8 --- /dev/null +++ b/policy-management/src/test/resources/META-INF/services/org.onap.policy.drools.features.PolicyControllerFeatureApi @@ -0,0 +1 @@ +org.onap.policy.drools.system.PolicyControllerFactoryTest$PolicyBuilder |