Re: [ovs-dev] [PATCH v3 16/18] python: add unit tests for openflow parsing

2022-03-18 Thread Eelco Chaudron
On 11 Mar 2022, at 16:21, Adrian Moreno wrote: > Add unit tests for OFPFlow class and ip-port range decoder > > Signed-off-by: Adrian Moreno > --- Changes look good to me! Acked-by: Eelco Chaudron ___ dev mailing list d...@openvswitch.org

[ovs-dev] [PATCH v3 16/18] python: add unit tests for openflow parsing

2022-03-11 Thread Adrian Moreno
Add unit tests for OFPFlow class and ip-port range decoder Signed-off-by: Adrian Moreno --- python/automake.mk| 4 +- python/ovs/tests/test_decoders.py | 130 python/ovs/tests/test_ofp.py | 534 ++ 3 files changed, 667 insertions(+), 1