Comment 5 for bug 1451389

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

Reviewed: https://review.openstack.org/179757
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=117351d6c46bd6d00cc92fcd234d67a913833cbc
Submitter: Jenkins
Branch: master

commit 117351d6c46bd6d00cc92fcd234d67a913833cbc
Author: Sean Dague <email address hidden>
Date: Mon May 4 07:14:10 2015 -0400

    VMWare: Isolate unit tests from requests

    The test_ipv6_host_read actually tested all the way down to the
    requests url call, which means it's testing a lot of function
    unrelated to the nova code. The interesting part of this test seems to
    be that it builds the ipv6 url correctly.

    Change this into an assert based on that url being correct. We still
    need to mock out the http connection because that's done magically in
    __init__.

    Unblocks nova patches, which are failing on unit test since the latest
    requests release and one of the function signatures changing.

    Change-Id: I8ae4cb00e63cbb0304210dba2cd4993016d852ba
    Closes-bug: #1451389