summaryrefslogtreecommitdiffstats
path: root/dcae-cli/dcae_cli/catalog/mock/tests/test_mock_catalog.py
diff options
context:
space:
mode:
Diffstat (limited to 'dcae-cli/dcae_cli/catalog/mock/tests/test_mock_catalog.py')
-rw-r--r--dcae-cli/dcae_cli/catalog/mock/tests/test_mock_catalog.py10
1 files changed, 8 insertions, 2 deletions
diff --git a/dcae-cli/dcae_cli/catalog/mock/tests/test_mock_catalog.py b/dcae-cli/dcae_cli/catalog/mock/tests/test_mock_catalog.py
index 98b7c54..0859c44 100644
--- a/dcae-cli/dcae_cli/catalog/mock/tests/test_mock_catalog.py
+++ b/dcae-cli/dcae_cli/catalog/mock/tests/test_mock_catalog.py
@@ -58,10 +58,16 @@ _c1_spec = {'self': {'name': 'std.comp_one',
'route': '/prov1'}]},
'parameters': [{"name": "foo",
"value": 1,
- "description": "the foo thing"},
+ "description": "the foo thing",
+ "designer_editable": False,
+ "sourced_at_deployment": False,
+ "policy_editable": False},
{"name": "bar",
"value": 2,
- "description": "the bar thing"}
+ "description": "the bar thing",
+ "designer_editable": False,
+ "sourced_at_deployment": False,
+ "policy_editable": False}
],
'artifacts': [{ "uri": "foo-image", "type": "docker image" }],
'auxilary': {