Fix *-ceph-* job for manage snapshot tests failure
There is no snapshot manage feature on ceph backend and tests for the same should be skipped on ceph jobs. There is devstack variable to do so. Currently gate-tempest-dsvm-full-ceph-plugin-src-glance_store-ubuntu-xenial is failing and blocking glance-store Details: http://lists.openstack.org/pipermail/openstack-dev/2017-January/110257.html This commit sets TEMPEST_VOLUME_MANAGE_SNAPSHOT to False for ceph jobs. Change-Id: Ie3eca6db5c76153d46e4dfbe9b552e4025347d31
This commit is contained in:
@@ -16,6 +16,8 @@ TEMPEST_STORAGE_PROTOCOL=ceph
|
|||||||
# a default here if not set already.
|
# a default here if not set already.
|
||||||
VOLUME_BACKING_FILE_SIZE=${VOLUME_BACKING_FILE_SIZE:-8GB}
|
VOLUME_BACKING_FILE_SIZE=${VOLUME_BACKING_FILE_SIZE:-8GB}
|
||||||
CEPH_LOOPBACK_DISK_SIZE=${CEPH_LOOPBACK_DISK_SIZE:-$VOLUME_BACKING_FILE_SIZE}
|
CEPH_LOOPBACK_DISK_SIZE=${CEPH_LOOPBACK_DISK_SIZE:-$VOLUME_BACKING_FILE_SIZE}
|
||||||
|
# Disable manage/unmanage snapshot tests on Tempest
|
||||||
|
TEMPEST_VOLUME_MANAGE_SNAPSHOT=False
|
||||||
|
|
||||||
# Source plugin's lib/ceph
|
# Source plugin's lib/ceph
|
||||||
source $CEPH_PLUGIN_DIR/lib/ceph
|
source $CEPH_PLUGIN_DIR/lib/ceph
|
||||||
|
|||||||
Reference in New Issue
Block a user