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:
ghanshyam 2017-01-17 12:57:00 +05:30
parent d962d573ec
commit 9763645b0c
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ TEMPEST_STORAGE_PROTOCOL=ceph
# a default here if not set already.
VOLUME_BACKING_FILE_SIZE=${VOLUME_BACKING_FILE_SIZE:-8GB}
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 $CEPH_PLUGIN_DIR/lib/ceph