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-tools and can be excluded.

Change-Id: Iaef8316c2fbece7bf31da095d71ba9794b83ea8a
This commit is contained in:
Dmitry Tantsur 2018-05-07 15:21:08 +02:00
parent 6d2b7dbb19
commit 195e6646f5

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'