From 2ed5826913da39453476a6eb1ab095900200e377 Mon Sep 17 00:00:00 2001 From: Goutham Pacha Ravi Date: Fri, 19 Jun 2020 12:57:40 -0700 Subject: [PATCH] Enable snapshot tests in the CephFS job This is only for the Ceph Native job for now, the new Zuulv3 job for Ceph-NFS will have snapshot tests enabled when it lands, see [1] [1] https://review.opendev.org/726088/ Partially-implements: bp update-cephfs-drivers Depends-On: https://review.opendev.org/676722/ Depends-On: https://review.opendev.org/736827/ Change-Id: I6fb5a26d8e5c021226f02d496fe086cf345c1cd2 Signed-off-by: Goutham Pacha Ravi --- zuul.d/manila-tempest-jobs.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/zuul.d/manila-tempest-jobs.yaml b/zuul.d/manila-tempest-jobs.yaml index 95a5f606..7307ee6d 100644 --- a/zuul.d/manila-tempest-jobs.yaml +++ b/zuul.d/manila-tempest-jobs.yaml @@ -245,7 +245,7 @@ SHARE_DRIVER: manila.share.drivers.cephfs.driver.CephFSDriver MANILA_ENABLED_BACKENDS: cephfsnative ENABLED_SHARE_PROTOCOLS: CEPHFS - MANILA_DEFAULT_SHARE_TYPE_EXTRA_SPECS: 'snapshot_support=False' + MANILA_DEFAULT_SHARE_TYPE_EXTRA_SPECS: 'snapshot_support=True' MANILA_OPTGROUP_cephfsnative_share_driver: manila.share.drivers.cephfs.driver.CephFSDriver MANILA_OPTGROUP_cephfsnative_driver_handles_share_servers: false MANILA_OPTGROUP_cephfsnative_cephfs_conf_path: /etc/ceph/ceph.conf @@ -259,11 +259,10 @@ default_share_type_name: default enable_cephx_rules_for_protocols: cephfs run_share_group_tests: false - run_snapshot_tests: false multitenancy_enabled: false + capability_create_share_from_snapshot_support: false suppress_errors_in_cleanup: true backend_names: CEPHFSNATIVE - capability_snapshot_support: false capability_storage_protocol: CEPHFS enable_protocols: cephfs image_password: manila