X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=dcae-cli%2Fdcae_cli%2Fcatalog%2Fmock%2Ftests%2Ftest_mock_catalog.py;h=0859c44f033ebcadb396ea57264de230f4fdb738;hb=91a44d2ce8398f0fd98e520933df605b00f80eee;hp=98b7c54e05c1ad9db956b7dd794c0bc38eea8ef5;hpb=2de95edebaa92072aa857ca70961cd7bdaf7a77d;p=dcaegen2%2Fplatform%2Fcli.git 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': {