Comment 4 for bug 1559838

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

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

commit 346c2f9f92ca2a0c3e16500ea84dbe6b7d1f3e34
Author: xiexs <email address hidden>
Date: Mon Mar 21 03:04:01 2016 -0400

    Add unit tests for MServiceManager.list() method

    The MServiceManager.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: Ia3877ecbf8c066553a3d5e8cb7cb17753471a1bf
    Partial-Bug: #1559838