Set deploy driver to fake for ironicclient functional job

A new check was introduced in ironic devstack plugin ensuring
IRONIC_DEPLOY_DRIVER is in
${IRONIC_ENABLED_DRIVERS},${IRONIC_ENABLED_HARDWARE_TYPES} list.
By default it is pxe_ssh, explicitly set it to fake for client job.

Change-Id: Id84f51f81063d12c0af9e5396edc7a6ebfc0c1c8
This commit is contained in:
Vladyslav Drok 2017-02-09 13:25:41 +02:00
parent cf479facb5
commit 5adfd60b2c
1 changed files with 1 additions and 0 deletions

View File

@ -286,6 +286,7 @@
fi
export PROJECTS="openstack/ironic openstack/python-ironicclient $PROJECTS"
export DEVSTACK_LOCAL_CONFIG="enable_plugin ironic git://git.openstack.org/openstack/ironic"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_DEPLOY_DRIVER=fake"
function post_test_hook {{
# Configure and run functional tests