diff options
author | Juha Kosonen <juha.kosonen@nokia.com> | 2018-09-06 12:03:42 +0300 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-09-18 14:41:26 +0200 |
commit | 5d54a533d25a989dc64a2789788ff2f2fd6ad5c6 (patch) | |
tree | 47febfb01e75192c9d9f1f2727de4e25c2b1f2bc /ci | |
parent | 9b941ea58c60827d563d266f7dedd0d95de3ca93 (diff) |
Add support for Rally OpenStack CI test cases
Include Neutron rally-jobs.
Change-Id: Ic1122962bd7d876d179729640a8a321bc36442d8
Signed-off-by: Juha Kosonen <juha.kosonen@nokia.com>
Diffstat (limited to 'ci')
-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 9cc374c0c..385d38fb1 100644 --- a/ci/run.yaml +++ b/ci/run.yaml @@ -66,6 +66,7 @@ - tempest_smoke - neutron-tempest-plugin-api - rally_sanity + - rally_jobs - refstack_defcore - patrole - snaps_smoke @@ -86,6 +87,7 @@ - name: '{repo}-functest-smoke-tempest_smoke-{tag}-run' - name: '{repo}-functest-smoke-neutron-tempest-plugin-api-{tag}-run' - name: '{repo}-functest-smoke-rally_sanity-{tag}-run' + - name: '{repo}-functest-smoke-rally_jobs-{tag}-run' - name: '{repo}-functest-smoke-refstack_defcore-{tag}-run' - name: '{repo}-functest-smoke-patrole-{tag}-run' - name: '{repo}-functest-smoke-snaps_smoke-{tag}-run' |