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

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

Adjust the end-to-end tests to deal with amlight/coloring Napp #110

Closed italovalcy closed 2 years ago

italovalcy commented 2 years ago

The amlight/coloring Napp creates some additional flows to make sure the packets from a trace are sent back to the controller (https://github.com/amlight/coloring/blob/master/main.py#L72-L107).

If we just run the end-to-end tests as they are today, many of the tests will fail because they are only expecting one extra flow: the LLDP flow (just one example: https://github.com/amlight/kytos-end-to-end-tests/blob/master/tests/test_e2e_10_mef_eline.py#L125-L126). We have to adjust all the validations to also take into consideration the Coloring flows.