atlanticwave-sdx / kytos-sdx-topology

0 stars 3 forks source link

Provide OXP topology json for integration testing. #42

Open YufengXin opened 1 month ago

YufengXin commented 1 month ago

SDX-lC/SDX-Controller need the test files as inputs for unittest, in order to resolve issues.

YufengXin commented 1 month ago

paired with issue #43

lmarinve commented 1 month ago

Thank you for reporting the issue, Yufeng. We have provided a public URL that you can use to obtain the OXP topology JSON for integration testing. We are currently reviewing it to ensure that it is 100% accurate with the data model specification. If you come across any issues while testing, please do let us know as it will be very helpful for the whole test. curl -X 'GET' 'http://67.17.206.221/topology/1' -H 'accept:application/json'

YufengXin commented 1 month ago

The way unittest works is to have deterministic inputs to make assertions on deterministic output of functions. It won't work with a running instance under updating.