From 9dbef539b7bdb94ab52f063ea5fbcbdd9ade20ff Mon Sep 17 00:00:00 2001 From: Vasyl Saienko Date: Wed, 15 Nov 2017 17:12:48 +0200 Subject: [PATCH] Fix image type for partition-pxe_ipmitool-tinyipa-python3 job partition-pxe_ipmitool-tinyipa-python3 was always launched on wholedisk image while according to name it should be partition. This patch fixes it. Change-Id: Ic52d5943cc951f48dc678ad36a2e09fd916a3cad --- .../run.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/playbooks/legacy/tempest-dsvm-ironic-ipa-partition-pxe_ipmitool-tinyipa-python3/run.yaml b/playbooks/legacy/tempest-dsvm-ironic-ipa-partition-pxe_ipmitool-tinyipa-python3/run.yaml index 3d17b1472c..cd051751c1 100644 --- a/playbooks/legacy/tempest-dsvm-ironic-ipa-partition-pxe_ipmitool-tinyipa-python3/run.yaml +++ b/playbooks/legacy/tempest-dsvm-ironic-ipa-partition-pxe_ipmitool-tinyipa-python3/run.yaml @@ -139,13 +139,8 @@ export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_ENABLED_HARDWARE_TYPES=redfish" fi - if [ "wholedisk" == "wholedisk" ] ; then - export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_TEMPEST_WHOLE_DISK_IMAGE=True" - export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_VM_EPHEMERAL_DISK=0" - else - export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_TEMPEST_WHOLE_DISK_IMAGE=False" - export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_VM_EPHEMERAL_DISK=1" - fi + export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_TEMPEST_WHOLE_DISK_IMAGE=False" + export DEVSTACK_LOCAL_CONFIG+=$'\n'"IRONIC_VM_EPHEMERAL_DISK=1" if [ -n "" ] ; then export DEVSTACK_GATE_IRONIC_BUILD_RAMDISK=1