mbox series

[ovs-dev,RFC,0/1] PMD auto balance unit tests.

Message ID 20210211162457.759510-1-ktraynor@redhat.com
Headers show
Series PMD auto balance unit tests. | expand

Message

Kevin Traynor Feb. 11, 2021, 4:24 p.m. UTC
These are some initial unit tests for PMD auto load balance that focus
on enabling/disabling and user parameters.

While writing these, I found some gaps in the logs and sent patches [1].
The existing logs were not incorrect but there was a few scenarios where
it would be reasonable and helpful to expect a log that didn't appear.

Sending as RFC for now because some of the UT's require [1] to confirm states.

[1] http://patchwork.ozlabs.org/project/openvswitch/list/?series=228233

Kevin Traynor (1):
  tests: Add PMD auto load balance unit tests.

 tests/alb.at       | 260 +++++++++++++++++++++++++++++++++++++++++++++
 tests/automake.mk  |   1 +
 tests/testsuite.at |   1 +
 3 files changed, 262 insertions(+)
 create mode 100644 tests/alb.at