We ran into an issue where we have a test that
- Configures a flow "Flow" and runs traffic
- Checks counters
- Configures dut to not forward traffic
- Configures a flow "Flow" and runs traffic
- Checks counter
After the 2nd flow, over gNMI the RX counters are from the first flow.
we worked around this by giving each flow a unique name.
We ran into an issue where we have a test that
After the 2nd flow, over gNMI the RX counters are from the first flow.
we worked around this by giving each flow a unique name.