On 3/11/22 16:21, Adrian Moreno wrote: > test-odp is used to parse datapath flow actions and matches within the > odp tests. Wrap calls to this tool in a python script that also parses > them using the python flow parsing library.
Same comment here as for 11/18. A separate command should be easier to use and understand. > Acked-by: Eelco Chaudron <[email protected]> > Signed-off-by: Adrian Moreno <[email protected]> > --- > tests/automake.mk | 2 + > tests/odp.at | 36 ++++++++--------- > tests/ovs-test-dpparse.py | 82 +++++++++++++++++++++++++++++++++++++++ > 3 files changed, 102 insertions(+), 18 deletions(-) > create mode 100755 tests/ovs-test-dpparse.py _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
