Comment 2 for bug 2000635

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

Reviewed: https://review.opendev.org/c/starlingx/gui/+/868766
Committed: https://opendev.org/starlingx/gui/commit/5e81ff87102bfe3aa753fb36707fc0ca5b036ac2
Submitter: "Zuul (22348)"
Branch: master

commit 5e81ff87102bfe3aa753fb36707fc0ca5b036ac2
Author: Lucas Ratusznei Fonseca <email address hidden>
Date: Wed Dec 28 11:49:57 2022 -0300

    Allow max_tx_rate config on Horizon

    There was no field in the Horizon interface dialogs to specify the
    max-tx-rate. This commit adds the max_tx_rate field to the Add,
    Modify and Details dialogs.

    Test plan

    PASS Add interface with max_tx_rate set to 100
    PASS Add interface with max_tx_rate set to 0
    PASS Add interface with max_tx_rate set to empty
    PASS Modify interface with max_tx_rate previously set to 100, changing it to 200
    PASS Modify interface with max_tx_rate previously set to 100, changing it to 0
    PASS Modify interface with max_tx_rate previously set to 100, changing it to empty
    PASS Modify interface with max_tx_rate previously set to 0, changing it to 100
    PASS Modify interface with max_tx_rate previously set to 0, changing it to empty
    PASS View details of interface with max_tx_rate set to 0
    PASS View details of interface with max_tx_rate set to 100
    PASS View details of interface with max_tx_rate set to empty

    Closes-Bug: #2000635

    Signed-off-by: Lucas Ratusznei Fonseca <email address hidden>
    Change-Id: I16ce1dbd2dbf12367ed6a4428216ad37b4c31f14