atlanticwave-sdx / kytos-sdx-topology

0 stars 3 forks source link

Add mock GET endpoint #8

Closed congwang09 closed 1 year ago

congwang09 commented 1 year ago

Add mock GET endpoint to sdx_lc_mock flask server. It takes a sample Amlight topology. Each time a GET request comes, increase the version number by 1. This is for testing the pull capability on the SDX-LC.

viniarck commented 1 year ago

@congwang09 and sdx-team, just a heads up that Kytos-ng team has planned to replace flask/werkzeug with starlette/uvicorn, which will be released by June/2023, and will likely land on master by the next weeks, so this will also impact on some imports and endpoints responses that you have on this NApp. Until you guys are ready to upgrade upstream changes, you might want to pin kytos version 2022.3.1 in the meantime.

congwang09 commented 1 year ago

@congwang09 and sdx-team, just a heads up that Kytos-ng team has planned to replace flask/werkzeug with starlette/uvicorn, which will be released by June/2023, and will likely land on master by the next weeks, so this will also impact on some imports and endpoints responses that you have on this NApp. Until you guys are ready to upgrade upstream changes, you might want to pin kytos version 2022.3.1 in the meantime.

Thanks Vinicius!