diff options
author | Qiaowei Ren <qiaowei.ren@intel.com> | 2018-08-23 14:03:52 +0800 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-08-25 09:30:54 +0200 |
commit | c4c62dc33f63277975cf08e18501e76123494e86 (patch) | |
tree | e30a693f05bb0dd27b62d46fdf9f8e0be83e05db /ci/run.yaml | |
parent | 1da4b519f8e73d3be9e37f9d72367654bf662e63 (diff) |
Integrate Stor4NFV feature openstack test case
Change-Id: I245d0fbe8f026a24138ede4041caae4dccc15cc0
Signed-off-by: Qiaowei Ren <qiaowei.ren@intel.com>
Diffstat (limited to 'ci/run.yaml')
-rw-r--r-- | ci/run.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/run.yaml b/ci/run.yaml index ad2a225ed..28a5f825a 100644 --- a/ci/run.yaml +++ b/ci/run.yaml @@ -167,6 +167,7 @@ - barometercollectd - fds - vgpu + - stor4nfv_os jobs: - '{repo}-{container}-{test}-{tag}-run' @@ -183,6 +184,7 @@ - name: '{repo}-functest-features-barometercollectd-{tag}-run' - name: '{repo}-functest-features-fds-{tag}-run' - name: '{repo}-functest-features-vgpu-{tag}-run' + - name: '{repo}-functest-features-stor4nfv_os-{tag}-run' - project: name: '{repo}-functest-features-{tag}-run' |