Comment 7 for bug 1916572

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/808158
Committed: https://opendev.org/openstack/neutron/commit/cb28ea06d1da02a20fd7d595fbbf755f49f992f4
Submitter: "Zuul (22348)"
Branch: stable/ussuri

commit cb28ea06d1da02a20fd7d595fbbf755f49f992f4
Author: LIU Yulong <email address hidden>
Date: Tue Feb 23 17:19:39 2021 +0800

    Make test_throttler happy

    neutron.tests.unit.common.test_utils.TestThrottler.test_throttler
    is failing with "AssertionError: 1 not greater than 1", change the
    assert to assertGreaterEqual.

    Change-Id: Iba29ab0b1141e731cc811e8bee076dd5726248b5
    Closes-Bug: #1916572
    (cherry picked from commit b168232e03825ae1d85ce57b870ae5897a1eb9cb)