Only run cluster tests

To cut down on gate execution times, run only the cluster tests instead
of the entire set of API tests.

Change-Id: Idd58db90dfd818f20a28496e79ecf9d6a4c4c5bb
This commit is contained in:
Jimmy McCrory 2016-10-14 08:56:25 -07:00 committed by Jesse Pretorius (odyssey4me)
parent 2d67194775
commit 673688eb85
1 changed files with 2 additions and 1 deletions

View File

@ -57,7 +57,8 @@
- name: Run tempest
shell: |
. {{ tempest_venv_bin }}/activate
{{ tempest_venv_bin | dirname }}/run_tempest.sh --no-virtual-env ${RUN_TEMPEST_OPTS} magnum.tests.functional.api
{{ tempest_venv_bin | dirname }}/run_tempest.sh --no-virtual-env ${RUN_TEMPEST_OPTS} \
magnum.tests.functional.api.v1.test_cluster.ClusterTest
environment:
RUN_TEMPEST_OPTS: "--serial"
vars_files: