diff options
author | a.sreekumar <ajith.sreekumar@est.tech> | 2020-02-03 14:50:46 +0000 |
---|---|---|
committer | a.sreekumar <ajith.sreekumar@est.tech> | 2020-02-04 12:27:11 +0000 |
commit | d1b8a23cedeb7bb0ebf7371eea447fed1bd3e3aa (patch) | |
tree | 4afebc5e3f93efe99685045cbaa7ffc5b082f36b /main/src/test/resources/parameters | |
parent | 5d73c3386efb49808d1cafe63bb0b9041878a2d9 (diff) |
Preloading Tosca compliant operational policy type for apex-pdp
Change-Id: I544e275758945007b4d68d0a6b069f5963780178
Issue-ID: POLICY-2147
Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
Diffstat (limited to 'main/src/test/resources/parameters')
-rw-r--r-- | main/src/test/resources/parameters/ApiConfigParameters_Https.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/main/src/test/resources/parameters/ApiConfigParameters_Https.json b/main/src/test/resources/parameters/ApiConfigParameters_Https.json index 68a16bc8..a48847cb 100644 --- a/main/src/test/resources/parameters/ApiConfigParameters_Https.json +++ b/main/src/test/resources/parameters/ApiConfigParameters_Https.json @@ -40,6 +40,8 @@ "policytypes/onap.policies.drools.Controller.yaml", "policytypes/onap.policies.native.Drools.yaml", "policytypes/onap.policies.native.Xacml.yaml", - "policytypes/onap.policies.native.Apex.yaml" + "policytypes/onap.policies.native.Apex.yaml", + "policytypes/onap.policies.controlloop.operational.Common.yaml", + "policytypes/onap.policies.controlloop.operational.common.Apex.yaml" ] } |