Comment 9 for bug 1839853

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/stein)

Reviewed: https://review.opendev.org/676289
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=a8e19afb3d4889412ee6f539bb63865eb8ef5bb5
Submitter: Zuul
Branch: stable/stein

commit a8e19afb3d4889412ee6f539bb63865eb8ef5bb5
Author: Takashi NATSUME <email address hidden>
Date: Tue Aug 13 09:31:32 2019 +0900

    Fix misuse of nova.objects.base.obj_equal_prims

    The nova.objects.base.obj_equal_prims returns True or False.
    It does not assert anything.
    So the return value should be asserted in tests.

    Add assertTrue where the nova.objects.base.obj_equal_prims is called.

    Change-Id: I49460ec3b572ee14b32229e771a5499ff91e8722
    Closes-Bug: #1839853
    (cherry picked from commit 5c1d9dcbb29f5a84d56c4e496b3111b4040cad13)