unikraft / lib-lwip

Unikraft port of the lwip network stack
11 stars 31 forks source link

Port lwip tests to use the Unikraft testing API #20

Open StefanJum opened 1 year ago

StefanJum commented 1 year ago

Port the lwip tests to use uktest, the Unikraft testing API. You can follow the libsodium ported tests as an example and check the USoC testing session for support.

Check the website and the uktest README and api for instructions on how to write tests.

Hackathon points: 40 points per test suite (e.g. 40 points for porting test/unit/dhcp).

chococandy63 commented 9 months ago

Working on it!

chococandy63 commented 9 months ago

@StefanJum Link to the website and testing session are not found

StefanJum commented 9 months ago

Indeed @chococandy63, sorry for that. You can use the PR here as an example, along with the API docs in the uktest README file. We will bring back the testing session soon hopefully.