kytos-ng / kytos-end-to-end-tests

Kytos End-to-End Tests
0 stars 10 forks source link

Enhance e2e tests for `kytos_stats` #243

Closed gretelliz closed 10 months ago

gretelliz commented 1 year ago

This is to add a test on e2e test suit for kytos_stats, according to issue #242.

First, information will be collected from kytos_stats. Then, some traffic will be created between hosts, and collected information again from kytos_stats. This will allow us to make sure that the stats are accurate. It will also add a test in which a flow is added to later query it for stats, instead of trying to find an existing flow as current.

Plus: add some text for failure on assert, to help troubleshooting later.