aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-casablanca/features/vnfsdk/src/main/resources/open-cli-sample/functest-show-result-schema-moco.json
diff options
context:
space:
mode:
Diffstat (limited to 'products/onap-casablanca/features/vnfsdk/src/main/resources/open-cli-sample/functest-show-result-schema-moco.json')
-rw-r--r--products/onap-casablanca/features/vnfsdk/src/main/resources/open-cli-sample/functest-show-result-schema-moco.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/products/onap-casablanca/features/vnfsdk/src/main/resources/open-cli-sample/functest-show-result-schema-moco.json b/products/onap-casablanca/features/vnfsdk/src/main/resources/open-cli-sample/functest-show-result-schema-moco.json
new file mode 100644
index 00000000..2e4e75cf
--- /dev/null
+++ b/products/onap-casablanca/features/vnfsdk/src/main/resources/open-cli-sample/functest-show-result-schema-moco.json
@@ -0,0 +1,19 @@
+[ {
+ "request" : {
+ "method" : "get",
+ "uri" : "/api/vnfsdk/v1/functest/taskmanager/result/4e45e692-0a84-44ef-8404-1816b029137e",
+ "headers" : {
+ "Accept" : "application/json",
+ "Content-Type" : "application/json"
+ },
+ "json" : null
+ },
+ "response" : {
+ "status" : 200,
+ "json" : {
+ "testID" : "Huawei",
+ "testDescription" : "Huawei test",
+ "testResult" : "PASS"
+ }
+ }
+} ] \ No newline at end of file