Re: [ovs-dev] [PATCH v3 18/18] python: add unit tests for filtering engine

2022-03-18 Thread Eelco Chaudron
On 11 Mar 2022, at 16:21, Adrian Moreno wrote: > Add unit test for OFFilter class. > > Acked-by: Eelco Chaudron > Signed-off-by: Adrian Moreno > --- This was the final patch in the series, and it all looks good. One small question on patch 3 as I noticed the code change post-ack. Thanks,

[ovs-dev] [PATCH v3 18/18] python: add unit tests for filtering engine

2022-03-11 Thread Adrian Moreno
Add unit test for OFFilter class. Acked-by: Eelco Chaudron Signed-off-by: Adrian Moreno --- python/automake.mk | 1 + python/ovs/tests/test_filter.py | 221 2 files changed, 222 insertions(+) create mode 100644 python/ovs/tests/test_filter.py