From dba77b07f034f234dba8dfe58885135b7cbbdc95 Mon Sep 17 00:00:00 2001 From: subhash kumar singh Date: Mon, 16 Oct 2017 14:01:36 +0000 Subject: 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 --- framework/src/main/resources/onap.properties | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'framework/src/main/resources') 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=. + -- cgit 1.2.3-korg