This series contains some miscelaneous fixes in the flow parsing library. V4: - Rebased and added a test to verify the length of the kv_lists V3: - Fixed pytests and added more tests for each fix. V2: - Rebased and dropped first patch.
Adrian Moreno (8): python: ovs: flow: Fix typo in n_packets. python: tests: Add info and key tests for OFPFlows. python: ovs: flow: Add sample to nested actions. python: ovs: flow: Add dp hash and meter actions. python: tests: Refactor test_odp section testing. python: ovs: flow: Add idle_age to openflow flows. python: ovs: flow: Make check_pkt_len action a list. python: ovs: flow: Add meter_id to controller. python/ovs/flow/odp.py | 44 +++++++++------ python/ovs/flow/ofp.py | 3 +- python/ovs/flow/ofp_act.py | 1 + python/ovs/tests/test_odp.py | 92 +++++++++++++++--------------- python/ovs/tests/test_ofp.py | 105 +++++++++++++++++++++++++++++------ 5 files changed, 164 insertions(+), 81 deletions(-) -- 2.43.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
