Comment 1 for bug 1559838

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

Reviewed: https://review.openstack.org/295125
Committed: https://git.openstack.org/cgit/openstack/python-magnumclient/commit/?id=c414531fbe3a0fd6a2ef1d0f10af1281d0d0c9f9
Submitter: Jenkins
Branch: master

commit c414531fbe3a0fd6a2ef1d0f10af1281d0d0c9f9
Author: xiexs <email address hidden>
Date: Mon Mar 21 00:10:37 2016 -0400

    Add unit tests for BayManager.list() method

    The BayManager.list() has already supported the pagination
    and sorting features, but there is no unit case to cover
    them. This patch tries to add some tests for them.

    Change-Id: Ib9936e46b7284894be56487828de22bf37762bd3
    Partial-Bug: #1559838