Comment 2 for bug 1559838

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

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

commit 87b2a048d755b952eaa5f92a03bd563b642442e8
Author: xiexs <email address hidden>
Date: Mon Mar 21 01:04:55 2016 -0400

    Add unit tests for BayModelManager.list() method

    The BayModelManager.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: I6486d826c6a7e0d90e8833a9c9a7a6b57a67157c
    Partial-Bug: #1559838