Comment 3 for bug 1768337

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

Reviewed: https://review.openstack.org/565575
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=24d6301d92ed4f1f482bbbb68d835c1c1b6a1039
Submitter: Zuul
Branch: master

commit 24d6301d92ed4f1f482bbbb68d835c1c1b6a1039
Author: Alex Schultz <email address hidden>
Date: Tue May 1 14:07:17 2018 -0600

    Fix test for netenv validate

    Previously we were actually attempting to open a file in the
    NIC_validate function when executed by this test because it was not
    properly mocked. If you had an empty file /tmp/foo, the test would fail
    because it would try and read data from it.

    Change-Id: Iab778b756637ae3e3a4beeea66bfa41b3cedd7b8
    Closes-Bug: #1768337