Comment 5 for bug 1291926

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

Reviewed: https://review.openstack.org/81503
Committed: https://git.openstack.org/cgit/openstack/tempest/commit/?id=27a8c5641d4d419e6e67ed22333a159527356760
Submitter: Jenkins
Branch: master

commit 27a8c5641d4d419e6e67ed22333a159527356760
Author: Sean Dague <email address hidden>
Date: Wed Mar 19 07:46:42 2014 -0400

    fix cinder quota equality

    The cinder quota test was of bad quality, and assumed that all
    the functions in the class ran in linear order to work. If they
    run in a different order the tenant could have additional quota
    values beyond the strict defaults.

    We can fix this by testing the returned quota contains the values
    we're attempting to update.

    Closes-Bug: #1291926

    Change-Id: I53a154aac61368b7c20ac5703f3877fcf42f9781