Closed cmagnobarbosa closed 4 years ago
The interface metadata does not persist in the storehouse. After kytos restart, metadata information is lost.
How to reproduce:
kytosd -f
mn - linear top, 3 --controller = remote, ip = 127.0.0.1, port = 6653
POST http://0.0.0.0:8181/api/kytos/topology/v3/interfaces/<interface_id>/metadata
{ 'test':'metadata'}
exit
Expected behavior:
This persistence of metadata works for switches.
Related: kytos/kytos#1127
The interface metadata does not persist in the storehouse. After kytos restart, metadata information is lost.
How to reproduce:
kytosd -f
).mn - linear top, 3 --controller = remote, ip = 127.0.0.1, port = 6653
)POST http://0.0.0.0:8181/api/kytos/topology/v3/interfaces/<interface_id>/metadata
{ 'test':'metadata'}
exit
)Expected behavior:
This persistence of metadata works for switches.
Related: kytos/kytos#1127