python-openflow icon indicating copy to clipboard operation
python-openflow copied to clipboard

make TestStruct able to test any struct

Open erickvermot opened this issue 8 years ago • 2 comments

Current TestStruct class is only able to test hole messages stored in a dump file.

We can recycle it to be able to test any pyof GenericStruct derivative increasing the tests coverage capability and avoid having to re-implement the test functions.

erickvermot avatar Jul 10 '17 14:07 erickvermot

work can be followed here: https://github.com/kytos/python-openflow/compare/master...erickvermot:teststruct_improvement_application

erickvermot avatar Jul 10 '17 20:07 erickvermot

@erickvermot, I think this is ready for a PR. Could you make one? Then, we'll write some comments.

cemsbr avatar Jul 10 '17 21:07 cemsbr