-
Notifications
You must be signed in to change notification settings - Fork 3k
Tests for wifi emac interface #5435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@SeppoTakalo @kjbracey-arm @KariHaapalehto please review. |
There's lot of test code but I do not see much documentation (do I need to read the code to find out what is being tested and how) ? Is this dependant on any other PR (I would assume emac feature) ? How we can test this in CI ? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Several .h-files are missing copyright staments
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
missing README.md
@SeppoTakalo Where would you expect to find a |
Added readme.md and copyright statements to headers. |
@SeppoTakalo Are you happy with the changes ? |
/morph build |
Build : SUCCESSBuild number : 782 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 436 |
Test : SUCCESSBuild number : 617 |
Description
Added basic greentea tests for EMAC wifi interface. The test case inserts it between emac driver and lwip to be able to sent and received messages.
Protocol used for testing is "ethernet configuration testing protocol" (CTP). One device in ethernet segment needs to be configured as CTP echo server, to reply to messages sent by device that is tested. Test case .json file can be used to configure different settings for test case/echo server.
Status
READY
Migrations
NO
Related PRs
None
Todos
Deploy notes
None
Steps to test or reproduce
None