-
Notifications
You must be signed in to change notification settings - Fork 3k
Cypress: Initial commit of SoftAP host tests. #12125
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
Initial commit of SoftAP host tests See merge request repo/mbed-os!581
Applicable only for Cypress targets
@yarbcy, thank you for your changes. |
@maclobdell Please review. |
@yarbcy I'm not familiar with SoftAP. |
@yarbcy could you please add a meaningful summary of changes, in the correct section . |
@jamesbeyond is there something else required to get these tests into our CI so they only run on Cypress targets ? |
@yarbcy it looks like most people have now gone away on Xmas break so we aren't going to see much movement I'm afraid. |
Hi @yarbcy, We have a previous case for SiliconLabs has their own spi tests : https://github.com/ARMmbed/mbed-os/tree/master/targets/TARGET_Silicon_Labs/TARGET_EFM32/TESTS |
TESTS/softap/ap/main.cpp
Outdated
utest::v1::status_t greentea_test_setup(const size_t number_of_cases) | ||
{ | ||
// here, we specify the timeout (150) and the host runner (the name of our Python file) | ||
GREENTEA_SETUP(150, "softap_basic"); |
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.
I can see this test requires softap_basic
host test but seems this python script is not part of this PR
Based on the review above, this addition needs better description - what are these tests. Why are they only for Cypress (located in the TESTS, not under targets?) ? |
Close this PR because of issue with commits. Comments are addresed in: #12240 |
Cypress: Initial commit of SoftAP host tests. Applicable only for Cypress targets.
Summary of changes
Impact of changes
Cypress
Migration actions required
N/A
Documentation
Pull request type
Test results
Reviewers