Merge "Gate: run ironic tests in the regular multinode job" into stable/pike

This commit is contained in:
Zuul 2018-04-01 17:41:40 +00:00 committed by Gerrit Code Review
commit d556ee9ccc
1 changed files with 4 additions and 0 deletions

View File

@ -92,6 +92,10 @@
# use tempest plugin
export DEVSTACK_LOCAL_CONFIG+=$'\n'"TEMPEST_PLUGINS+=' /opt/stack/new/ironic-tempest-plugin'"
export TEMPEST_CONCURRENCY=4
# Run all ironic tests and the multinode smoke test from nova.
# TODO(dtantsur): add test_attach_interfaces from nova when our
# devstack plugin creates more than one port per node.
export DEVSTACK_GATE_TEMPEST_REGEX="(ironic|test_schedule_to_all_nodes)"
EOF
chdir: '{{ ansible_user_dir }}/workspace'
environment: '{{ zuul | zuul_legacy_vars }}'