开发者

Tool or framework for Linux device driver testing?

I want to test the compliance 开发者_如何学JAVAof Linux Ethernet and I2C drivers. Is there any open source tool or framework to test these drivers?


Compliance with what? Usually, the organization which publishes the standards with which you want to be compliant also publish the corresponding testsuites, or at least can tell you where to get them.


If you are not able to identify suitable testsuite/framework/tool from organization that publishes the standard, you can always fall back to LTP (Linux Test Project).

Wikipedia article

another guide

This framework tests complete functionality of system calls and many other libraries found in any Linux distribution. It performs thousands of tests. Only smaller portion will be relevant to your drivers, bur there will be some. With the right hardware and software setup you will be fine.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜