aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sdc/src
diff options
context:
space:
mode:
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>2017-10-16 14:01:36 +0000
committersubhash kumar singh <subhash.kumar.singh@huawei.com>2017-10-17 05:53:43 +0000
commitdba77b07f034f234dba8dfe58885135b7cbbdc95 (patch)
tree57329d3f16ca991196a17b0de764dfbef1c975dc /plugins/sdc/src
parent878e79ea47fe7500982c9703bcd253aa5a512d69 (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 'plugins/sdc/src')
-rw-r--r--plugins/sdc/src/test/resources/onap-cli-sample/license-model-show-schema-1.1-moco.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/sdc/src/test/resources/onap-cli-sample/license-model-show-schema-1.1-moco.json b/plugins/sdc/src/test/resources/onap-cli-sample/license-model-show-schema-1.1-moco.json
index 08493faf..f0439887 100644
--- a/plugins/sdc/src/test/resources/onap-cli-sample/license-model-show-schema-1.1-moco.json
+++ b/plugins/sdc/src/test/resources/onap-cli-sample/license-model-show-schema-1.1-moco.json
@@ -8,8 +8,8 @@
"content-type" : "application/json"
}
},
- "response" :
- {
+ "response" :{
+ "json" : {
"listCount": 1,
"results": [
{
@@ -35,5 +35,5 @@
}
]
}]
- }
+ }}
}] \ No newline at end of file