diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-02-13 12:09:13 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-02-17 10:54:36 -0500 |
commit | 7575d2d1ecb5ef467032c4418a09283050dfc345 (patch) | |
tree | 82727d50b1f5b16d92261dc3a2b2390ac0a2c613 /main/src/test/resources | |
parent | 0e9285d3657b00f5737296924aa650a22efd1853 (diff) |
Updates to pulling Drools into own yaml
Also renamed legacy types and constants to ensure folks
know legacy vs tosca compliant.
Fixes recommended by Liam.
Issue-ID: POLICY-2146
Change-Id: I744f589c0154138f8526e583d0f2b480f172c0c4
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'main/src/test/resources')
-rw-r--r-- | main/src/test/resources/parameters/ApiConfigParameters_Https.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/main/src/test/resources/parameters/ApiConfigParameters_Https.json b/main/src/test/resources/parameters/ApiConfigParameters_Https.json index a48847cb..29745fb8 100644 --- a/main/src/test/resources/parameters/ApiConfigParameters_Https.json +++ b/main/src/test/resources/parameters/ApiConfigParameters_Https.json @@ -42,6 +42,7 @@ "policytypes/onap.policies.native.Xacml.yaml", "policytypes/onap.policies.native.Apex.yaml", "policytypes/onap.policies.controlloop.operational.Common.yaml", - "policytypes/onap.policies.controlloop.operational.common.Apex.yaml" + "policytypes/onap.policies.controlloop.operational.common.Apex.yaml", + "policytypes/onap.policies.controlloop.operational.common.Drools.yaml" ] } |