Comment 5 for bug 1489308

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

Reviewed: https://review.openstack.org/213006
Committed: https://git.openstack.org/cgit/openstack/networking-vsphere/commit/?id=c629ebe858f4f3d52d60beaf0b40d36fed1b9251
Submitter: Jenkins
Branch: master

commit c629ebe858f4f3d52d60beaf0b40d36fed1b9251
Author: prabhm <email address hidden>
Date: Thu Aug 13 23:43:36 2015 -0700

    Removing pexpect from test-requirements as it is not used

    Using subprocess to login to test machine instead of pexpect.
    Pexpect had issue while login to machine with the Error
    ('End Of File (EOF). Exception style platform.')
    Initially pexpect was used to login to remote machine
    via username and password now it has been changed to use
    subprocess to login to machine without password using public key.

    Closes-Bug: 1489308

    Change-Id: I7b176838bb3a94d5d2f41fa1b6d668b1e92f5690