From 91a44d2ce8398f0fd98e520933df605b00f80eee Mon Sep 17 00:00:00 2001 From: tb2541onap Date: Mon, 17 Sep 2018 14:46:02 -0400 Subject: Policy Reconfiguration, Component Spec, Help text Added Policy Reconfiguration support Updates to the Help text that is displayed to the user Issue-ID: DCAEGEN2-576 Change-Id: I12bf40b24d607fca33e321da8c9ba7fea2f200cd Signed-off-by: tb2541onap --- .../commands/tests/mocked_components/model/anomaly-model.comp.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'dcae-cli/dcae_cli/commands/tests/mocked_components/model/anomaly-model.comp.json') diff --git a/dcae-cli/dcae_cli/commands/tests/mocked_components/model/anomaly-model.comp.json b/dcae-cli/dcae_cli/commands/tests/mocked_components/model/anomaly-model.comp.json index e5f5889..3e2d142 100644 --- a/dcae-cli/dcae_cli/commands/tests/mocked_components/model/anomaly-model.comp.json +++ b/dcae-cli/dcae_cli/commands/tests/mocked_components/model/anomaly-model.comp.json @@ -29,7 +29,10 @@ { "name": "threshold", "value": 0.75, - "description": "Probability threshold to exceed to be anomalous" + "description": "Probability threshold to exceed to be anomalous", + "designer_editable" : false, + "sourced_at_deployment" : false, + "policy_editable" : false } ], "auxilary": { -- cgit 1.2.3-korg