Re: [ovs-dev] [PATCH v3 17/18] python: add unit tests to datapath parsing

2022-03-18 Thread Eelco Chaudron
On 11 Mar 2022, at 16:21, Adrian Moreno wrote: > Signed-off-by: Adrian Moreno > --- Changes look good to me! Acked-by: Eelco Chaudron ___ dev mailing list d...@openvswitch.org https://mail.openvswitch.org/mailman/listinfo/ovs-dev

[ovs-dev] [PATCH v3 17/18] python: add unit tests to datapath parsing

2022-03-11 Thread Adrian Moreno
Signed-off-by: Adrian Moreno --- python/automake.mk | 1 + python/ovs/tests/test_odp.py | 527 +++ 2 files changed, 528 insertions(+) create mode 100644 python/ovs/tests/test_odp.py diff --git a/python/automake.mk b/python/automake.mk index c9d9d02d1.