diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-08-19 11:22:52 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-08-19 11:23:00 -0400 |
commit | 2db0f6ed167167a6f3825e5c77ec0e9e25342385 (patch) | |
tree | 555472f26edd54ad9445b66ffd05b67835d46a93 /main | |
parent | a3b3d2a8064479ecccf9c0bcde6dd2b92275f0cc (diff) |
Preload new tcagen2 policy type
Older policy type is deprecated so replace with new tcagen2 policy type.
Issue-ID: POLICY-2772
Change-Id: Ica8c15d4f560e7a114b3453470b624d733f1fed3
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'main')
-rw-r--r-- | main/src/test/resources/parameters/ApiConfigParameters_Https.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/src/test/resources/parameters/ApiConfigParameters_Https.json b/main/src/test/resources/parameters/ApiConfigParameters_Https.json index 21e3fb1e..d53a5ec2 100644 --- a/main/src/test/resources/parameters/ApiConfigParameters_Https.json +++ b/main/src/test/resources/parameters/ApiConfigParameters_Https.json @@ -17,7 +17,7 @@ "persistenceUnit": "ToscaConceptTest" }, "preloadPolicyTypes": [ - "policytypes/onap.policies.monitoring.cdap.tca.hi.lo.app.yaml", + "policytypes/onap.policies.monitoring.tcagen2.yaml", "policytypes/onap.policies.monitoring.dcaegen2.collectors.datafile.datafile-app-server.yaml", "policytypes/onap.policies.Optimization.yaml", "policytypes/onap.policies.optimization.Resource.yaml", |