kytos-ng / telemetry_int

Kytos Telemetry Napp
MIT License
0 stars 2 forks source link

chore: renamed as `telemetry_int` and bootstrapped tests #16

Closed viniarck closed 1 year ago

viniarck commented 1 year ago

Closes #4 Closes #2

Summary

See updated changelog file and/or add any other summarized helpful information for reviewers

Local Tests

2023-05-17 15:55:33,405 - INFO [kytos.core.controller] [controller.py:889:load_napps] (MainThread) Loading NApp kytos/telemetry_int
2023-05-17 15:55:33,405 - INFO [kytos.core.napps.base] [base.py:248:run] (mef_eline) Running NApp: <Main(mef_eline, started 139804524140224)>
2023-05-17 15:55:33,476 - INFO [kytos.core.napps.base] [base.py:248:run] (telemetry_int) Running NApp: <Main(telemetry_int, started 139804507354816)>
2023-05-17 15:55:33,477 - INFO [kytos.core.api_server] [api_server.py:423:_start_endpoint] (MainThread) Started /api/kytos/telemetry_int/v1/evc/enable - POST
2023-05-17 15:55:33,477 - INFO [kytos.core.api_server] [api_server.py:423:_start_endpoint] (MainThread) Started /api/kytos/telemetry_int/v1/evc/disable - POST
2023-05-17 15:55:33,477 - INFO [kytos.core.api_server] [api_server.py:423:_start_endpoint] (MainThread) Started /api/kytos/telemetry_int/v1/evc - GET
2023-05-17 15:55:33,477 - INFO [kytos.core.api_server] [api_server.py:423:_start_endpoint] (MainThread) Started /api/kytos/telemetry_int/v1/sync - GET
2023-05-17 15:55:33,477 - INFO [kytos.core.api_server] [api_server.py:423:_start_endpoint] (MainThread) Started /api/kytos/telemetry_int/v1/evc/update - GET

End-to-End Tests

N/A yet