diff options
author | Gao Weitao <victor.gao@huawei.com> | 2019-03-14 06:44:25 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-14 06:44:25 +0000 |
commit | ccfd67e81d078ceaa196b97a9383ad2c570e69ab (patch) | |
tree | cc498a1807c98609486ab91cfff4ed39afc82b8a /csarvalidation/src | |
parent | f904efd7473f082d0d45196218e791780d95f742 (diff) | |
parent | b180e6d48db6bbea845b1d490978e82cb78e15d6 (diff) |
Merge "Fix hot-validate with pytest exit code 2"
Diffstat (limited to 'csarvalidation/src')
-rw-r--r-- | csarvalidation/src/main/resources/open-cli-schema/vtp-validate-hot.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/csarvalidation/src/main/resources/open-cli-schema/vtp-validate-hot.yaml b/csarvalidation/src/main/resources/open-cli-schema/vtp-validate-hot.yaml index 17bda93..8eb0ef5 100644 --- a/csarvalidation/src/main/resources/open-cli-schema/vtp-validate-hot.yaml +++ b/csarvalidation/src/main/resources/open-cli-schema/vtp-validate-hot.yaml @@ -66,9 +66,11 @@ cmd: success_codes: - 0 - 1 + - 2 - 5 pass_codes: - 0 + - 2 - 5 working_directory: . output: $s{file:${script-folder}/output/failures} |