Comment 17 for bug 1813198

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tempest (master)

Reviewed: https://review.openstack.org/633225
Committed: https://git.openstack.org/cgit/openstack/tempest/commit/?id=acd6ecdbd9d33814d4b27359ad290cad5069129d
Submitter: Zuul
Branch: master

commit acd6ecdbd9d33814d4b27359ad290cad5069129d
Author: Matt Riedemann <email address hidden>
Date: Fri Jan 25 10:52:08 2019 -0500

    Log the result of command in get_nic_name_by_ip

    We need to know the result of the command run
    in get_nic_name_by_ip to see what is getting parsed
    since we are returning the empty string in some
    cases which results in an error because
    /var/run/udhcpc..pid does not exist in the guest.

    Change-Id: Ie15ac360a7fd384583607d5bf1d8ce7a3d2c3576
    Related-Bug: #1813198