Comment 2 for bug 1640646

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to tempest (master)

Reviewed: https://review.openstack.org/396393
Committed: https://git.openstack.org/cgit/openstack/tempest/commit/?id=00fdf6fee4784a09effbb489852754c29fcd219d
Submitter: Jenkins
Branch: master

commit 00fdf6fee4784a09effbb489852754c29fcd219d
Author: Diana Clarke <email address hidden>
Date: Thu Nov 10 15:27:55 2016 -0500

    Add missing volume snapshot skip

    The following patch [1] that disables volume snapshots, fails with
    the error: "'NfsDriver' object has no attribute 'create_snapshot'".
    This patch adds the missing CONF.volume_feature_enabled.snapshot
    skip to that test.

    [1] https://review.openstack.org/#/c/395887

    Change-Id: I5ad578a78d6cfd4186a8230ad472d4a7b92445c9
    Closes-Bug: #1640646