kytos-ng / kytos

Kytos SDN Platform. Kytos is designed to be easy to install, use, develop and share Network Apps (NApps).
https://kytos-ng.github.io/
MIT License
2 stars 7 forks source link

Enabling an interface does not enable its switch #442

Closed Alopalao closed 5 months ago

Alopalao commented 5 months ago

Closes #441

Summary

Enable fields are being updated in the topology PR #181. Enabling an interface while its switch is disabled is no longer allowed so self.switch.enable() is unnecessary.

Local tests

Updated unit test by deleting the test. Tests in topology PR development