Do not run functional (API) tests in the CI

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

Change-Id: Ie9713354c5d1a4d7503bb3cb548208ed7ce78299
This commit is contained in:
Dmitry Tantsur 2018-04-30 15:40:59 +02:00
parent fd7ccff5d3
commit 4beff7d35f
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'