Comment 4 for bug 1557168

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

Reviewed: https://review.openstack.org/459110
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=927646e03a2b89c4e2e5de67e867b82e1b2d59ad
Submitter: Jenkins
Branch: master

commit 927646e03a2b89c4e2e5de67e867b82e1b2d59ad
Author: Hunt Xu <email address hidden>
Date: Sun Apr 23 22:02:40 2017 +0800

    Configure root_helper and root_helper_daemon in fullstack tests

    Fullstack tests are similar to non-test environments, so rootwrap and
    rootwrap-daemon should be used instead of plain sudo.

    L3 agents and DHCP agents used in fullstack tests should be guaranteed
    to be eventlet monkey patched to avoid race conditions when two threads
    are trying to issue commands via rootwrap daemon at the same time.

    Closes-Bug: #1557168

    Change-Id: Ida5a45420a8f58c1f5a36eb3fc546a7ea053a661
    Signed-off-by: Hunt Xu <email address hidden>