-
Notifications
You must be signed in to change notification settings - Fork 3k
Cypress: Partial backport of #12769 #12771
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
Cypress: Partial backport of #12769 #12771
Conversation
This assert in WhdSTAInterface.cpp causes rssi greentea test to fail on Cypress parts. This is because the rssi GT test expects the negative test case to return 0 and not assert.
@kyle-cypress, thank you for your changes. |
CI started |
Test run: FAILEDSummary: 1 of 10 test jobs failed Failed test jobs:
|
example restarted |
@0xc0170 this is out of date with the base branch so shouldn't be ready for merge ? |
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.
Approved.
Summary of changes
Remove an assert from get_rssi() in WhdSTAInterface.cpp which causes rssi greentea test to fail in Cypress parts. This is because the RSSI GT test expect the negative test case to return 0 and not assert.
This is a backport of 0504873 from #12769
Impact of changes
None
Migration actions required
None
Documentation
None
Pull request type
Test results
GT_FT_KIT_EVB_43012_GCC-NET.txt
GT_FT_P6S1_43012EVB_01_GCC_NET.txt
GT_FT_PROTO_062S3_4343W_GCC_NET.txt
GT-FT-KIT_062_WIFI_BT-GCC-NET.txt
GT-FT-KIT-062S2-43012-GCC-NET.txt
GT-FT-PROT-062-4343W-GCC-NET.txt
The failure of test-network-wifi on CY8CKIT_062_WIFI_BT is a transient network issue; it did not repeat when the test was rerun manually.
Reviewers