Comment 2 for bug 1895683

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-tripleoclient (stable/train)

Reviewed: https://review.opendev.org/752054
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=370be5b41e136333e51e37528f01a0020e4ce5ba
Submitter: Zuul
Branch: stable/train

commit 370be5b41e136333e51e37528f01a0020e4ce5ba
Author: Alex Schultz <email address hidden>
Date: Tue Sep 15 08:17:04 2020 -0600

    [TRAIN-Only] Fix missing mock

    We're currently getting prompted for sudo because we are not properly
    mocking the symlink function. This change adds a mock for the
    utils.ansible_symlink to prevent it from being executed.

    Change-Id: Ifdd9c9ccbdf4d04a1f4f5017f4920b788ea5ca76
    Closes-Bug: #1895683