Comment 3 for bug 2016055

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to utilities (master)

Reviewed: https://review.opendev.org/c/starlingx/utilities/+/881577
Committed: https://opendev.org/starlingx/utilities/commit/eb621997805614c61bf717d45c4e22276d657b45
Submitter: "Zuul (22348)"
Branch: master

commit eb621997805614c61bf717d45c4e22276d657b45
Author: Lucas Ratusznei Fonseca <email address hidden>
Date: Wed Apr 26 11:38:00 2023 -0300

    Fix calls to heartbeat traffic control setup function

    In the previous commit, the calls to the function
    setup_tc_heartbeat_port_filter are misspelled, this commit fixes the
    issue.

    Reference: https://opendev.org/starlingx/utilities/commit/f363a5ded6c4632e6effcae9e2028e5911405b02

    Test plan

    Procedure:
    1. Apply changes to the script
    2. Lock/unlock host
    3. Use command 'tc -s filter show dev enp0s8' to check heartbeat
       statistics incrementing

    PASS Test the filters' effectiveness on an IPv4 AIO-DX.
    PASS Test the filters' effectiveness on an IPv6 AIO-DX.

    Closes-Bug: #2016055
    Change-Id: I06a9ea4ae1e1415106cfdd8d935cc19f407e9ea2
    Signed-off-by: Lucas Ratusznei Fonseca <email address hidden>