bitkeks / python-netflow-v9-softflowd

PyPI "netflow" package. NetFlow v9 parser, collector and analyzer implemented in Python 3. Developed and tested with softflowd
https://bitkeks.eu/blog/2016/08/collecting-netflow-v9-on-openwrt.html
MIT License
110 stars 56 forks source link

Add tests for netflow v5 #14

Closed bitkeks closed 4 years ago

bitkeks commented 4 years ago

Right now, tests are only implemented and tested for netflow v9. They should be extended with tests for netflow v5. For further infos on how to create test cases, see the section Running and creating tests in the README.