Do not run functional (API) tests in the CI

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

Change-Id: I9bff52c29b763478934e0068e3280f508ed1141f
This commit is contained in:
Dmitry Tantsur 2018-05-07 15:18:53 +02:00
parent ecaa3c8062
commit 5cc1a6fd4b
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,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'