Merge branch 'selftests-openvswitch-add-flow-programming-cases'
authorPaolo Abeni <pabeni@redhat.com>
Thu, 3 Aug 2023 13:05:43 +0000 (15:05 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 3 Aug 2023 13:05:43 +0000 (15:05 +0200)
Aaron Conole says:

====================
selftests: openvswitch: add flow programming cases

The openvswitch selftests currently contain a few cases for managing the
datapath, which includes creating datapath instances, adding interfaces,
and doing some basic feature / upcall tests.  This is useful to validate
the control path.

Add the ability to program some of the more common flows with actions. This
can be improved overtime to include regression testing, etc.
====================

Link: https://lore.kernel.org/r/20230801212226.909249-1-aconole@redhat.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>

Trivial merge