Do not run functional (API) tests in the CI

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

Change-Id: If75f60afc3feb900b91a893299eb5f3cc4e6091c
This commit is contained in:
Dmitry Tantsur 2018-05-07 15:46:04 +02:00
parent 1eb6577c20
commit adb8f1cf56

View File

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