OSDN Git Service

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)
commit3cb6a338c3d4f5f60fed0a26a203ed2c208d189d
tree63c7a262982c1a8ff8e58f8f151bc778b3de07fa
parentce650a1663354a6cad7145e7f5131008458b39d4
parent60f10077eec6f0255463dc1726c71d5fad1c27ce
Merge branch 'selftests-openvswitch-add-flow-programming-cases'

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>