Comment 17 for bug 1561046

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (stable/liberty)

Reviewed: https://review.openstack.org/299788
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=7175fdef97d8d2d18c0f71f3c089fa5341b73d9e
Submitter: Jenkins
Branch: stable/liberty

commit 7175fdef97d8d2d18c0f71f3c089fa5341b73d9e
Author: Hynek Mlnarik <email address hidden>
Date: Wed Mar 30 10:44:09 2016 +0200

    Refactor and fix dummy process fixture

    Extracting the test fixture that creates a new process and leaves it
    running for a given amount of time into helpers where other fixtures for
    functional tests live. This both keeps the fixtures at one place and
    increases visibility of the fixture so that it can be reused in other
    tests. At the same time, the fixture is fixed as the original code
    omitted starting the process.

    Conflicts:
     neutron/tests/functional/agent/linux/helpers.py

    Change-Id: I97aeb8d1d5773ef3d59e8f908aea34ccceb38378
    Related-Bug: 1561046
    (cherry picked from commit 2690eed19a749fb1b50bb38f3d01fce0f1497f39)