Run specific tempest tests

Currently, the os_nova role's functional test involves running
openstack_tempest_gate.sh, however this runs all scenario tests and
some aren't valid since cinder does not exist in this environment.
This commit updates tests/test-nova-functional.yml to only run the
specific tempest test that we need.

Change-Id: I70bc47ca1e2b1cb1c65e30168bd0c35a6297eadc
This commit is contained in:
Matt Thompson 2016-04-25 15:32:33 +01:00
parent 8a2139ec8e
commit f6f5bed9d9

View File

@ -19,7 +19,9 @@
gather_facts: false
tasks:
- name: Run tempest
command: /opt/openstack_tempest_gate.sh scenario
shell: |
. /opt/tempest_{{ tempest_git_install_branch }}/bin/activate
/opt/tempest_{{ tempest_git_install_branch }}/run_tempest.sh --no-virtual-env ${RUN_TEMPEST_OPTS} tempest.scenario.test_server_basic_ops.TestServerBasicOps.test_server_basic_ops
environment:
RUN_TEMPEST_OPTS: "--serial"
vars_files: