Do not run functional (API) tests in the CI
These tests exercise Ironic API with the fake driver, thus they provide no coverage for virtualbmc and can be excluded. Change-Id: I14d7bba478a28db0f3d331354d8fab2f10c4372b
This commit is contained in:
parent
72f873d9f4
commit
2eea62aa6e
@ -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'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user