← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1557168] Re: Fullstack tests do not configure root_helper, use the default of 'sudo'

 

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 <mhuntxu@xxxxxxxxx>
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 <mhuntxu@xxxxxxxxx>


** Changed in: neutron
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1557168

Title:
  Fullstack tests do not configure root_helper, use the default of
  'sudo'

Status in neutron:
  Fix Released

Bug description:
  Fullstack tests should be similar to non-test environments, especially
  when it's easy. We should use rootwrap and rootwrap-daemon and not
  plain sudo.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1557168/+subscriptions


References