Comment 10 for bug 1685333

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

Reviewed: https://review.openstack.org/511842
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=d873550d3c357adb6f3544adbc43e8ab9b94cfbd
Submitter: Zuul
Branch: stable/pike

commit d873550d3c357adb6f3544adbc43e8ab9b94cfbd
Author: Matt Riedemann <email address hidden>
Date: Mon Sep 25 14:57:43 2017 -0400

    Make TestRPC inherit from the base nova TestCase

    By not inheriting from the base nova test case, we
    lose things like timeouts.

    This makes the TestRPC test class inherit from the
    base test case and still avoid using the RPCFixture.

    Change-Id: Id65e15a57175bbdd9c84851b1b6716e6a1f2cfb8
    Related-Bug: #1685333
    (cherry picked from commit 0534872abb78738993a35d24a6640c82b711deee)