Comment 6 for bug 1830417

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

Reviewed: https://review.opendev.org/661371
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=47b73030cba7d67fe308c5b89c2a64e93d74bcd6
Submitter: Zuul
Branch: master

commit 47b73030cba7d67fe308c5b89c2a64e93d74bcd6
Author: Matt Riedemann <email address hidden>
Date: Fri May 24 14:23:05 2019 -0400

    Skip novnc tests in multi-cell job until bug 1830417 is fixed

    NoVNCConsoleTestJSON.test_novnc is intermittently failing
    in the multi-cell job when trying to get a vnc console for
    an instance in cell2. It looks like requests aren't getting
    routed to the novnc-cell2 service properly, so let's skip
    novnc tests until the bug is fixed since we want to stabilize
    this job to make it voting.

    Change-Id: I74a4b392ccec66a7a80a117d1cdf83a418c7dcdc
    Related-Bug: #1830417