Comment 2 for bug 1626542

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

Reviewed: https://review.openstack.org/374793
Committed: https://git.openstack.org/cgit/openstack/kuryr-libnetwork/commit/?id=5214e66f9165a1b4a819a860eb8f31c9a81b343f
Submitter: Jenkins
Branch: master

commit 5214e66f9165a1b4a819a860eb8f31c9a81b343f
Author: Antoni Segura Puimedon <email address hidden>
Date: Thu Sep 22 14:56:35 2016 +0200

    unit_tests: do not base our tests on neutronclient

    The python-neutronclient module that we were getting our base test class
    from was intended to serve for tests that emulate command line input and
    output and, as such, it took control of stdin and stdout.

    It is inconvenient to have stdin and stdout captured because that
    prevents the developers from printing or attaching debuggers when
    running unit tests.

    Change-Id: I729652d0b5bf8a852950535cce36195397165581
    Closes-bug: #1626542
    Signed-off-by: Antoni Segura Puimedon <email address hidden>