diff options
author | Alex Shatov <alexs@att.com> | 2018-03-23 14:35:12 -0400 |
---|---|---|
committer | Alex Shatov <alexs@att.com> | 2018-03-23 14:35:12 -0400 |
commit | 8534af4f1ef5be3c6f946913824d5ed807e2321c (patch) | |
tree | 7f883519886a43d6664d698f2f319ae4b4cc4353 /dcae-policy/tests/mock_cloudify_ctx.py | |
parent | 19a075b395d687753de0f0266842cb9af8f24682 (diff) |
2.1.0 dcaepolicyplugin and data types
- configAttributes in policy_filter being a stringified json,
rather than the map due to SDC UI limitations
- safely parse the configAttributes string into json
Change-Id: I934b6254aed285ddab245b440f43403a4fe918fe
Signed-off-by: Alex Shatov <alexs@att.com>
Issue-ID: DCAEGEN2-413
Diffstat (limited to 'dcae-policy/tests/mock_cloudify_ctx.py')
-rw-r--r-- | dcae-policy/tests/mock_cloudify_ctx.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dcae-policy/tests/mock_cloudify_ctx.py b/dcae-policy/tests/mock_cloudify_ctx.py index 574d561..eab7ab1 100644 --- a/dcae-policy/tests/mock_cloudify_ctx.py +++ b/dcae-policy/tests/mock_cloudify_ctx.py @@ -1,5 +1,3 @@ -# ============LICENSE_START======================================================= -# org.onap.dcae # ================================================================================ # Copyright (c) 2017-2018 AT&T Intellectual Property. All rights reserved. # ================================================================================ |