-
Notifications
You must be signed in to change notification settings - Fork 3k
Cellular: Fixed sms greentea tests init #7750
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
travis failed because of lisence check failed |
573a235
to
7ff26db
Compare
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.
Add text from description to the commit message (info about the bugfix)
7ff26db
to
e1edd79
Compare
@0xc0170 updated commit message. |
Thanks
These looks like 2 separate fixes , shall be split? |
Fixed sms greentea tests by making sure that device is ready to accept AT commands before sending them.
e1edd79
to
a8faeac
Compare
@0xc0170 now it's splitted into two commits. |
// First store current service address | ||
store_service_center_address(); | ||
|
||
createFSM(); |
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.
Why is createFSM call needed here, if it is also called in store_service_center_address?
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.
FSM is also deleted in store_service_center_address so that we can create unique ATHandler as we can't access it from public API's.
/morph build |
Build : SUCCESSBuild number : 2777 Triggering tests/morph test |
Test : FAILUREBuild number : 2510 |
Exporter Build : SUCCESSBuild number : 2408 |
@0xc0170 seem like failures are not related to this PR. |
/morph test |
Test : SUCCESSBuild number : 2514 |
Cellular: Fixed sms greentea tests init
Description
Internal ref to defect: IOTCELL-1219
Internal ref to defect: IOTCELL-1220
@TeemuKultala please review
Pull request type