Comment 5 for bug 1796882

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

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

commit 692422babfb76ff2cea216877185a86eecf946e2
Author: Lucas Alvares Gomes <email address hidden>
Date: Wed Oct 10 10:33:45 2018 +0100

    Use remote_client from tempest.lib.common instead of tempest.common

    This patch is replacing the test_attach_interfaces.py module to use the
    RemoteClient from tempest.lib.common instead of tempest.common. Due to
    the saner defaults from the new class tests such
    "test_reassign_port_between_servers" is less prone to fail (see related
    bug).

    Also, this patch intentionally does not attempt to replace every
    occurence of tempest.common.utils.linux.remote_client with its
    counter-part in tempest.lib because that would require porting
    some of the methods that exists in the old class to the new one.
    The focus of this patch is to address the problem described in
    the related bug.

    Related-Bug: #1796882
    Change-Id: I07bde710581270766f049c7147246971fed6cd91