diff options
author | Alex Shatov <alexs@att.com> | 2018-01-16 11:14:52 -0500 |
---|---|---|
committer | Alex Shatov <alexs@att.com> | 2018-01-16 11:14:52 -0500 |
commit | 70253f7088be04125d9fac8f9bddfaa63778608e (patch) | |
tree | cceafe3f35f7afcbf9e8e92455ae5bae7f0ab021 /tests | |
parent | 0a8d5898184108080f572347be90299a3c0d7b44 (diff) |
variable collection of policies per component
* new feature variable collection of policies per component in DCAE
Change-Id: Iafe366edd749220b347d1ba6f530d54c95e2f1a7
Issue-ID: DCAEGEN2-249
Signed-off-by: Alex Shatov <alexs@att.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_policy.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_policy.js b/tests/test_policy.js index c0ad243..8161032 100644 --- a/tests/test_policy.js +++ b/tests/test_policy.js @@ -65,7 +65,7 @@ function create_policy_body(policy_id, policy_version=1) { POLICY_VERSION: this_ver, POLICY_CONFIG: config, "matchingConditions": { - "ECOMPName": "DCAE", + "ONAPName": "DCAE", "ConfigName": "alex_config_name" }, "responseAttributes": {}, |