You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we use kytos reload napps kytos/mef_eline the list of circuits in mef_eline seems to become inconsistent: you can get a circuit, you can get more information about that circuit, but you cannot remove it (returns 404 / Not Found)
Steps to reproduce:
Create a basic scenario with kytos and mininet (kytos and napps from master branch):
Dear folks,
When we use
kytos reload napps kytos/mef_eline
the list of circuits in mef_eline seems to become inconsistent: you can get a circuit, you can get more information about that circuit, but you cannot remove it (returns 404 / Not Found)Steps to reproduce:
Expected result: the EVC should be deleted
Actual result:
{"code":404,"description":"circuit_id e089ef8d7d4746 not found","name":"Not Found"}
This seems to be happening because the way the GET method get the list of circuits is different from the way the DELETE method does:
https://github.com/kytos/mef_eline/blob/master/main.py#L87
https://github.com/kytos/mef_eline/blob/master/main.py#L235
The text was updated successfully, but these errors were encountered: