diff options
Diffstat (limited to 'products/onap-casablanca/features/vnfsdk')
2 files changed, 50 insertions, 50 deletions
diff --git a/products/onap-casablanca/features/vnfsdk/src/main/resources/open-cli-sample/vnftest-list-moco.json b/products/onap-casablanca/features/vnfsdk/src/main/resources/open-cli-sample/vnftest-list-moco.json index 42a74b12..bb1eb3b0 100644 --- a/products/onap-casablanca/features/vnfsdk/src/main/resources/open-cli-sample/vnftest-list-moco.json +++ b/products/onap-casablanca/features/vnfsdk/src/main/resources/open-cli-sample/vnftest-list-moco.json @@ -1,29 +1,29 @@ -[ {
- "request" : {
- "method" : "get",
- "uri" : "/vnf-sdk-marketplace/onapapi/vnfsdk-marketplace/v1/PackageResource/vtp/tests",
- "headers" : {
- "Accept" : "application/json",
- "Content-Type" : "application/json"
- },
- "json" : null
- },
- "response" : {
- "status" : 200,
- "json" : {
- "results" : [ {
- "schema" : "vnftest-list.yaml",
- "ocs-version" : "1.0",
- "sr.no" : "1",
- "type" : "http",
- "command" : "vnftest-list"
- }, {
- "schema" : "vtp-validate-csar.yaml",
- "ocs-version" : "1.0",
- "sr.no" : "2",
- "type" : "basic",
- "command" : "csar-validate"
- } ]
- }
- }
+[ { + "request" : { + "method" : "get", + "uri" : "/vnf-sdk-marketplace/onapapi/vnfsdk-marketplace/v1/PackageResource/vtp/tests", + "headers" : { + "Accept" : "application/json", + "Content-Type" : "application/json" + }, + "json" : null + }, + "response" : { + "status" : 200, + "json" : { + "results" : [ { + "schema" : "vnftest-list.yaml", + "ocs-version" : "1.0", + "sr.no" : "1", + "type" : "http", + "command" : "vnftest-list" + }, { + "schema" : "vtp-validate-csar.yaml", + "ocs-version" : "1.0", + "sr.no" : "2", + "type" : "basic", + "command" : "csar-validate" + } ] + } + } } ]
\ No newline at end of file diff --git a/products/onap-casablanca/features/vnfsdk/src/main/resources/open-cli-sample/vnftest-run-moco.json b/products/onap-casablanca/features/vnfsdk/src/main/resources/open-cli-sample/vnftest-run-moco.json index e598a1b1..c9a1ede7 100644 --- a/products/onap-casablanca/features/vnfsdk/src/main/resources/open-cli-sample/vnftest-run-moco.json +++ b/products/onap-casablanca/features/vnfsdk/src/main/resources/open-cli-sample/vnftest-run-moco.json @@ -1,23 +1,23 @@ -[ {
- "request" : {
- "method" : "post",
- "uri" : "/vnf-sdk-marketplace/onapapi/vnfsdk-marketplace/v1/vtp/tests/csar-validate/run",
- "headers" : {
- "Accept" : "application/json",
- "Content-Type" : "application/json"
- },
- "json" : {
- "csar" : "D:\\workspace\\onap\\1.1\\vnfsdk\\validation\\csarvalidation\\src\\test\\resources\\USN.csar"
- }
- },
- "response" : {
- "status" : 200,
- "json" : {
- "results" : [ {
- "error" : "SUCCESS"
- } ],
- "build_tag" : null,
- "criteria" : "PASS"
- }
- }
+[ { + "request" : { + "method" : "post", + "uri" : "/vnf-sdk-marketplace/onapapi/vnfsdk-marketplace/v1/vtp/tests/csar-validate/run", + "headers" : { + "Accept" : "application/json", + "Content-Type" : "application/json" + }, + "json" : { + "csar" : "D:\\workspace\\onap\\1.1\\vnfsdk\\validation\\csarvalidation\\src\\test\\resources\\USN.csar" + } + }, + "response" : { + "status" : 200, + "json" : { + "results" : [ { + "error" : "SUCCESS" + } ], + "build_tag" : null, + "criteria" : "PASS" + } + } } ]
\ No newline at end of file |