summaryrefslogtreecommitdiffstats
path: root/products/onap-casablanca/features/vnfsdk/src/main/resources/open-cli-schema/vnftest-run.yaml
diff options
context:
space:
mode:
authorKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2018-11-16 14:36:02 +0530
committerKanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>2018-11-16 14:36:02 +0530
commitedab3ad1e20d485168b1a9a90896c0f42bca5636 (patch)
tree0a1c72101930f22250978288af99278b7d04a9d4 /products/onap-casablanca/features/vnfsdk/src/main/resources/open-cli-schema/vnftest-run.yaml
parente644f7fc1173b4b0ebe66648f4f26f6b6c46d573 (diff)
Add build_tag and criteria for vnftest-run
Issue-ID: VNFSDK-334 Change-Id: I9d54e438415e0e41ff0f56525f0f810284404b2f Signed-off-by: Kanagaraj Manickam k00365106 <kanagaraj.manickam@huawei.com>
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