aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-casablanca/features/vnfsdk/src/main/resources/open-cli-schema/vnftest-run.yaml
diff options
context:
space:
mode:
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>2018-11-17 05:42:51 +0000
committerGerrit Code Review <gerrit@onap.org>2018-11-17 05:42:51 +0000
commitc7ff52dce48a949b3dc7252b3a1de70eb3069f1e (patch)
treea3ba3093484eefe5c0af9b3db26374855273980f /products/onap-casablanca/features/vnfsdk/src/main/resources/open-cli-schema/vnftest-run.yaml
parent1aaa1b8f155267298b8286a569827385c25bd5b8 (diff)
parentedab3ad1e20d485168b1a9a90896c0f42bca5636 (diff)
Merge "Add build_tag and criteria for vnftest-run"
Diffstat (limited to 'products/onap-casablanca/features/vnfsdk/src/main/resources/open-cli-schema/vnftest-run.yaml')
-rw-r--r--products/onap-casablanca/features/vnfsdk/src/main/resources/open-cli-schema/vnftest-run.yaml13
1 files changed, 11 insertions, 2 deletions
diff --git a/products/onap-casablanca/features/vnfsdk/src/main/resources/open-cli-schema/vnftest-run.yaml b/products/onap-casablanca/features/vnfsdk/src/main/resources/open-cli-schema/vnftest-run.yaml
index 6e6aa0f6..b0120789 100644
--- a/products/onap-casablanca/features/vnfsdk/src/main/resources/open-cli-schema/vnftest-run.yaml
+++ b/products/onap-casablanca/features/vnfsdk/src/main/resources/open-cli-schema/vnftest-run.yaml
@@ -41,7 +41,14 @@ results:
description: Testcase results
scope: short
type: string
-
+ - name: build_tag
+ description: Test Running identifier
+ scope: short
+ type: string
+ - name: criteria
+ description: Testcase is PASS or FAILED
+ scope: short
+ type: string
http:
service:
auth: none
@@ -54,4 +61,6 @@ http:
- 201
- 200
result_map:
- results: $b{$.results} \ No newline at end of file
+ results: $b{$.results}
+ build_tag: $b{$.build_tag}
+ criteria: $b{$.criteria} \ No newline at end of file