Comment 2 for bug 1659162

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

Reviewed: https://review.openstack.org/424932
Committed: https://git.openstack.org/cgit/openstack/manila/commit/?id=399d596d3029575210f5d5483326e78ac6abc71a
Submitter: Jenkins
Branch: master

commit 399d596d3029575210f5d5483326e78ac6abc71a
Author: Mark Sturdevant <email address hidden>
Date: Tue Jan 24 17:54:17 2017 -0800

    Fix MapRFS test__execute to not impact others

    MapRFS test__execute_local() can fail trying ssh connect
    when it is supposed to only do local tests.
    The host list can be modified by other tests. So,
    fix the test that modifies hosts. Make it use its own
    instance of utils so it won't affect others.

    Add a little more validation too.

    Change-Id: I42bc2247c94490c9a0aad6c401b0fe44ccd99030
    Closes-Bug: #1659162