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:
parent
8a2139ec8e
commit
f6f5bed9d9
@ -19,7 +19,9 @@
|
|||||||
gather_facts: false
|
gather_facts: false
|
||||||
tasks:
|
tasks:
|
||||||
- name: Run tempest
|
- 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:
|
environment:
|
||||||
RUN_TEMPEST_OPTS: "--serial"
|
RUN_TEMPEST_OPTS: "--serial"
|
||||||
vars_files:
|
vars_files:
|
||||||
|
Loading…
Reference in New Issue
Block a user