Comment 8 for bug 1916572

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/808159
Committed: https://opendev.org/openstack/neutron/commit/e80e6b3f17f4cdb96aee52af2fcfb8d7e33aa359
Submitter: "Zuul (22348)"
Branch: stable/train

commit e80e6b3f17f4cdb96aee52af2fcfb8d7e33aa359
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)