Comment 3 for bug 1559838

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

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

commit c909b127c309f586470689f7a6f345798a30b9ee
Author: xiexs <email address hidden>
Date: Mon Mar 21 02:17:33 2016 -0400

    Add unit tests for ContainerManager.list() method

    The ContainerManager.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: I8fb6767b64848e1f829aaeffc0f44a4bc3e4966d
    Partial-Bug: #1559838