Do not run functional (API) tests in the CI

These tests exercise Ironic API with the fake driver, thus they provide
no coverage for virtualbmc and can be excluded.

Change-Id: I14d7bba478a28db0f3d331354d8fab2f10c4372b
This commit is contained in:
Dmitry Tantsur 2018-05-07 15:32:29 +02:00
parent 72f873d9f4
commit 2eea62aa6e
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@
- shell:
cmd: |
cat << 'EOF' >> ironic-extra-vars
export DEVSTACK_GATE_TEMPEST_REGEX="ironic"
export DEVSTACK_GATE_TEMPEST_REGEX="ironic_tempest_plugin.tests.scenario"
EOF
chdir: '{{ ansible_user_dir }}/workspace'