2
0
mirror of https://github.com/openvswitch/ovs synced 2025-09-05 00:35:33 +00:00

python: Add unit tests for openflow parsing.

Add unit tests for OFPFlow class and ip-port range decoder

Acked-by: Eelco Chaudron <echaudro@redhat.com>
Signed-off-by: Adrian Moreno <amorenoz@redhat.com>
Signed-off-by: Ilya Maximets <i.maximets@ovn.org>
This commit is contained in:
Adrian Moreno
2022-07-08 20:03:14 +02:00
committed by Ilya Maximets
parent 3425d01a9c
commit 7448cbb4ee
3 changed files with 667 additions and 1 deletions

View File

@@ -54,8 +54,10 @@ ovs_pyfiles = \
python/ovs/winutils.py
ovs_pytests = \
python/ovs/tests/test_decoders.py \
python/ovs/tests/test_kv.py \
python/ovs/tests/test_list.py
python/ovs/tests/test_list.py \
python/ovs/tests/test_ofp.py
# These python files are used at build time but not runtime,
# so they are not installed.