Closed rahul-1475 closed 3 months ago
Issues:
STP (Spanning Tree Protocol) Configuration -
Global STP config will be a new node in DB, so a new model created with the properties received as GET operation at the path described in above cell.
The new node stp will have a "HAS" relation with its Device node in the DB.
A respective stp.py stp_db.py stp_gnmi.py needs to be created, Also discovery of STP global mechanism needed to be integrated in discovery.py
orca_backend should provide CRUD rest endpoints for above.
test cases covering operations on all the parameters.
Fixes issues:
Issues:
STP (Spanning Tree Protocol) Configuration -
Global STP config will be a new node in DB, so a new model created with the properties received as GET operation at the path described in above cell.
The new node stp will have a "HAS" relation with its Device node in the DB.
A respective stp.py stp_db.py stp_gnmi.py needs to be created, Also discovery of STP global mechanism needed to be integrated in discovery.py
orca_backend should provide CRUD rest endpoints for above.
test cases covering operations on all the parameters.
Fixes issues: