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:
@@ -36,7 +36,7 @@
|
|||||||
- shell:
|
- shell:
|
||||||
cmd: |
|
cmd: |
|
||||||
cat << 'EOF' >> ironic-extra-vars
|
cat << 'EOF' >> ironic-extra-vars
|
||||||
export DEVSTACK_GATE_TEMPEST_REGEX="ironic"
|
export DEVSTACK_GATE_TEMPEST_REGEX="ironic_tempest_plugin.tests.scenario"
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
chdir: '{{ ansible_user_dir }}/workspace'
|
chdir: '{{ ansible_user_dir }}/workspace'
|
||||||
|
Reference in New Issue
Block a user