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

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

Add a test suite for `flow_stats` endpoints #203

Closed viniarck closed 10 months ago

viniarck commented 1 year ago

This is for adding a test suite for flow_stats and covering the following endpoints:

Each endpoint should have its own test case, exercising what's expected to be covered to ensure that the functionality works.

Here's the endpoint OpenAPI spec documentation.

You can use the ring topology to facilitate. You'll need to also have flow provisioned, you can either leverage existing expected flows such as from of_lldp or provision new ones with mef_eline or flow_manager.

viniarck commented 10 months ago

Tests for kytos_stats which is flow_stats successor has landed on https://github.com/kytos-ng/kytos-end-to-end-tests/pull/253