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:
committed by
Ilya Maximets
parent
3425d01a9c
commit
7448cbb4ee
@@ -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.
|
||||
|
Reference in New Issue
Block a user