diff options
author | jose.lausuch <jose.lausuch@ericsson.com> | 2016-04-14 15:01:26 +0200 |
---|---|---|
committer | Tim Rozet <trozet@redhat.com> | 2016-06-15 15:24:26 -0400 |
commit | ca27977f61fe104a5252cdc40b42c6c774724530 (patch) | |
tree | 6d2cd0018fc320aada5622cf4c27c3c76b0222ff /jjb/functest/functest-ci-jobs.yml | |
parent | 318110b8cbee301135a26f517dd7292381974697 (diff) |
Apex,Functest: Add healthcheck for Apex verify jobs
JIRA: APEX-122
Change-Id: I61e04f8e65fe7c35350cd5ab6d5190ffa9ed311f
Signed-off-by: jose.lausuch <jose.lausuch@ericsson.com>
Signed-off-by: Tim Rozet <trozet@redhat.com>
Diffstat (limited to 'jjb/functest/functest-ci-jobs.yml')
-rw-r--r-- | jjb/functest/functest-ci-jobs.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jjb/functest/functest-ci-jobs.yml b/jjb/functest/functest-ci-jobs.yml index 8bbed4f15..27e1ee333 100644 --- a/jjb/functest/functest-ci-jobs.yml +++ b/jjb/functest/functest-ci-jobs.yml @@ -200,6 +200,7 @@ - choice: name: FUNCTEST_SUITE_NAME choices: + - 'healthcheck' - 'tempest' - 'rally' - 'odl' |