eclipse-thingweb / test-things

Collection of Things that can be used for testing different IoT protocols, security mechanisms and interaction styles
https://thingweb.io
Other
4 stars 2 forks source link

Communication Tests #8

Closed egekorkan closed 2 months ago

egekorkan commented 1 year ago

So far, we only test the TMs and TDs but not the communication. We should have end to end tests where a Consumer sends the requests. Ideally a node-wot consumer to really test TD consuming.

egekorkan commented 4 months ago

This is now possible since we have the tests folder in each Thing for coap and HTTP. New ones should be written for mqtt and modbus. Also #3 is bringing test code for the new ones coming in.

hasanheroglu commented 4 months ago

I will handle this.