diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2017-10-16 14:01:36 +0000 |
---|---|---|
committer | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2017-10-17 05:53:43 +0000 |
commit | dba77b07f034f234dba8dfe58885135b7cbbdc95 (patch) | |
tree | 57329d3f16ca991196a17b0de764dfbef1c975dc /framework/src/main/resources/onap.properties | |
parent | 878e79ea47fe7500982c9703bcd253aa5a512d69 (diff) |
Implement autogeneation of moco json
Autogenerate mocked json files for moco-master from http request
respose.
Change-Id: I731682c41b623713a6b4de7ea74b14ab83f5d17e
Issue-ID: CLI-55
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Diffstat (limited to 'framework/src/main/resources/onap.properties')
-rw-r--r-- | framework/src/main/resources/onap.properties | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/framework/src/main/resources/onap.properties b/framework/src/main/resources/onap.properties index 7b04c6a5..26955674 100644 --- a/framework/src/main/resources/onap.properties +++ b/framework/src/main/resources/onap.properties @@ -56,3 +56,7 @@ cli.schema.mode_values=direct,catalog #product version cli.product.version=cli-1.0 +# moco properties +cli.moco.enable=false +cli.moco.target=. + |