-
Notifications
You must be signed in to change notification settings - Fork 3k
Cellular: fix greentea tests C027 and BG96 #7374
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
I assume those defects contain info that is not in the commit msg. I expect commit msg state how is this fixing those tests - at least short introduction to the changeset - what is wait(1) fixing and some other changes there. There are two bugs but one commit fixing both? in two files? |
Reference https://os.mbed.com/docs/latest/reference/workflow.html - Guidelines for GitHub pull requests |
@ARMmbed/mbed-os-wan Mind taking a look? |
@ARMmbed/mbed-os-wan Ping |
Anyone from @ARMmbed/mbed-os-wan in the office? |
88337b6
to
2e62f1b
Compare
err = pwr->opt_receive_period(0, CellularPower::EDRXEUTRAN_NB_S1_mode, 3); | ||
TEST_ASSERT(err == NSAPI_ERROR_OK || err == NSAPI_ERROR_DEVICE_ERROR); | ||
if (err == NSAPI_ERROR_DEVICE_ERROR) { | ||
if (!(strcmp(devi, "TELIT_HE910") == 0 || strcmp(devi, "QUECTEL_BG96") == 0)) { // TELIT_HE910 and QUECTEL_BG96 just gives an error and no specific error number so we can't know is this real error or that modem/network does not support the command |
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.
That's unfortunate.
/morph build |
Build : SUCCESSBuild number : 2716 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2350 |
Test : SUCCESSBuild number : 2448 |
Looks like tihs needs a rebase. |
2e62f1b
to
b761e7b
Compare
@cmonr rebase done and tested greentea tests. |
/morph build |
Build : SUCCESSBuild number : 2722 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2358 |
Test : SUCCESSBuild number : 2454 |
Cellular: fix greentea tests C027 and BG96
Description
No code changes, only test.
Internal ref to defect: IOTCELL-1139
Internal ref to defect: IOTCELL-1140
@mirelachirica please review
Pull request type