Comment 4 for bug 1519503

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

Reviewed: https://review.openstack.org/256308
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=185412f28c6eea825760617548e4256ac35003bb
Submitter: Jenkins
Branch: master

commit 185412f28c6eea825760617548e4256ac35003bb
Author: Tang Chen <email address hidden>
Date: Sat Dec 12 17:19:10 2015 +0800

    Router: Add class FakeRouter to test "router xxx" command

    A unit test class similar to FakeServer, which is able to fake one
    or more routers. It will be used by the router CRUD patches.

    Change-Id: I9b87c6c95282902c3a829da51229a35d4265a1e4
    Implements: blueprint neutron-client
    Partial-bug: #1519503