kytos-ng / of_core

Kytos Main OpenFlow Network Application (NApp)
MIT License
0 stars 5 forks source link

chore: unit tests are failing after Controller recent buffers changes #116

Closed viniarck closed 1 year ago

viniarck commented 1 year ago

@italovalcy has reported this recently.

It turns out that Controller.buffers implementation detail has changed recently to allow a lazy initialization to play well with async, but then it impacted some unit tests on of_core, it's just a matter of mocking them accordingly, I'm fixing it.