Comment 5 for bug 1771817

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

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

commit 6d593b981779dffd4ea74ea577c3f5170f14c878
Author: Matt Riedemann <email address hidden>
Date: Thu May 17 09:26:46 2018 -0400

    Remove test_get_service_by_service_and_host_name

    By default, devstack runs in superconductor mode, meaning there
    are 2 conductor services, one is in the cell0 database and one
    is in the cell1 database. These get reported with the same service
    binary "nova-conductor" and on the same host (since it's single
    node devstack). This can cause failures in this test which
    randomly picks a service from the list and then does a query by
    hostname and binary, and if it picks nova-conductor, it can fail
    because it's expecting one but there can be two conductors in this
    type of deployment.

    This test shouldn't even exist in tempest since it can be (and is)
    tested in the nova tree and it's not an interop guideline since
    it's an admin-only API by default.

    Change-Id: I40a776959768f4422dd7960680a877db96cc3b9b
    Closes-Bug: #1771817