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
3 stars 7 forks source link

Added `status_reason` to `Link`, `Interface`, and `Switch` #384

Closed Ktmi closed 1 year ago

Ktmi commented 1 year ago

To comply with the blueprint being added by the kytos-ng/kytos#356, this PR adds in status_reason to Link, Interface, and Switch. Additionally, this PR updates all tests using register_status_func and status to also test register_status_reason_func and status_reason.