Rodolfo Alonso Hernandez 8c3bb22f49 Physical network max-bw QoS is applied on the localnet port
The test ``QosTestExternalNetwork.test_dscp_bwlimit_external_network``
is checking the QoS max-bw rules, using "iperf3" between two VMs. Since
[1][2], the QoS min and max BW rules for LSPs in LS that have associated
a physical network (and a localnet port) are defined in the LSP.options
dictionary. The QoS values are set in the localnet port interface using
"tc" commands.

If the "iperf3" is done between VMs in the same compute node, this
traffic won't cross the localnet port and the QoS rules won't be
applied.

The method ``_test_both_bwlimit_dscp`` checks the bandwidth between the
"sender" and "receiver" VMs, that are explicitly created in two
different compute nodes.

This method is also validating the DSCP mark, using the aforementioned
VMs. The code below the method call is redundant and removed.

[1]https://review.opendev.org/c/openstack/neutron/+/934418
[2]87514ac042

Closes-Bug: #2099755
Change-Id: I68e6730b19a81f2e9ca6c951e8920e650d7488c2
2025-02-26 06:21:26 +00:00
2022-08-22 12:18:50 +02:00
2022-08-08 12:03:41 +00:00
2022-11-09 07:24:40 +00:00
2024-12-05 11:33:40 +01:00
2024-12-05 11:33:40 +01:00

Whitebox Neutron Tempest Plugin

Tempest plugin with openstack-k8s-operators oriented whitebox tests for Neutron project.

Description
Tempest plugin with whitebox Neutron related tests useful for the Tripleo based deployments.
Readme 3.5 MiB
Languages
Python 99.5%
Shell 0.5%