-
Notifications
You must be signed in to change notification settings - Fork 3k
Fix WIFI_CONNECT_PARAMS_CHANNEL_FAIL testcase. #8241
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
Test case was assuming that secure and unsecure SSID were on different channels. This is not a requirement and it should be OK to run on same channel. Fixed the testcase by using +1 on channel number to get a wrong channel.
@VeijoPesonen Please review. |
@0xc0170 Reviewed by Veijo. Thanks. |
/morph build |
Build : SUCCESSBuild number : 3167 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2768 |
@0xc0170 failure seems to occur while writing a test report. Would you please restart the test job. |
Will restart the job once few jobs complete |
/morph build |
Build : SUCCESSBuild number : 3261 Triggering tests/morph test |
Exporter Build : FAILUREBuild number : 2882 |
/morph export-build |
Exporter Build : SUCCESSBuild number : 2887 |
Description
Test case was assuming that secure and unsecure SSID were on different
channels.
This is not a requirement and it should be OK to run on same channel.
Fixed the testcase by using +1 on channel number to get a wrong channel.
Fixes #8227
Pull request type