diff options
-rw-r--r-- | products/onap-casablanca/features/vnfsdk/src/main/resources/open-cli-schema/vnftest-run.yaml | 2 |
1 files changed, 1 insertions, 1 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 b0120789..6873d6c9 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 @@ -45,6 +45,7 @@ results: description: Test Running identifier scope: short type: string + default_value: $s{env:BUILD_TAG} - name: criteria description: Testcase is PASS or FAILED scope: short @@ -62,5 +63,4 @@ http: - 200 result_map: results: $b{$.results} - build_tag: $b{$.build_tag} criteria: $b{$.criteria}
\ No newline at end of file |