diff options
author | xuegao <xg353y@intl.att.com> | 2020-05-04 15:33:06 +0200 |
---|---|---|
committer | xuegao <xg353y@intl.att.com> | 2020-05-05 10:05:53 +0200 |
commit | 28aa29f66de909223bd67da717fdd810df735afc (patch) | |
tree | 199508e6480cffc56b7d61b91f44a4c4f238b108 /ui-react/src/api/LoopCache_mokeLoopJsonCache.json | |
parent | 0c29796f7489015913a5793f13b2586099493464 (diff) |
Add unit test
Add unit tests to improve code coverage.
Issue-ID: CLAMP-844
Change-Id: I7792212d476103086e063cf8fe4a9abed1294fd6
Signed-off-by: xuegao <xg353y@intl.att.com>
Diffstat (limited to 'ui-react/src/api/LoopCache_mokeLoopJsonCache.json')
-rw-r--r-- | ui-react/src/api/LoopCache_mokeLoopJsonCache.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ui-react/src/api/LoopCache_mokeLoopJsonCache.json b/ui-react/src/api/LoopCache_mokeLoopJsonCache.json index 788306b8e..cb9ed87b0 100644 --- a/ui-react/src/api/LoopCache_mokeLoopJsonCache.json +++ b/ui-react/src/api/LoopCache_mokeLoopJsonCache.json @@ -8,6 +8,7 @@ "policy_id": "TCA_h2NMX_v1_0_ResourceInstanceName1_tca" } }, + "loopTemplate": {"name": "loopTemplateTest"}, "modelService": { "serviceDetails": { "serviceType": "", @@ -93,6 +94,8 @@ "policies": [] } }, + "pdpGroup": "pdpGroupTest", + "pdpSubgroup": "pdpSubgroupTest", "jsonRepresentation": { "schema": {} } @@ -104,6 +107,9 @@ "modelType": "onap.policies.monitoring.cdap.tca.hi.lo.app", "configurationsJson": {"domain": "measurementsForVfScaling"}, "shared": false, + "pdpGroup": "pdpGroupTest", + "pdpSubgroup": "pdpSubgroupTest", + "policyModel": {"policyPdpGroup": {"supportedPdpGroups": "supportedPdpGroupsTest"}}, "jsonRepresentation": {"schema": {}} } ], |