ARMmbed / mbed-os-tools

The tools to test and work with Mbed OS
Apache License 2.0
33 stars 67 forks source link

Testing Cellular drivers/libraries #257

Open CalvoM opened 3 years ago

CalvoM commented 3 years ago

Description

I am currently writing integration tests for our network components. We are using SIMCOM modem, i.e. SIM5360E, and thus we extended the Cellular Library to support SIMCOM. However, when we write the integration tests for the network functionality, the integration do not go past the svcXX parts e.g. the svcMutex found here. So, we sought to see how the already built Cellular libraries like Ublox are tested, so that we could find guidance, but we found none. Thus my question, does anyone have links for tests for such cellular libraries so that we could find help or even better, how to solve this svc issue we have in testing?
We are using PCB with NUCLEO-F429ZI chip and GCC_ARM toolchain. Thanks in advance.

Issue request type

[x] Question
[ ] Enhancement
[ ] Bug
0xc0170 commented 3 years ago

This might be better to report in Mbed OS repository where we would ask connectivity team to review.

CalvoM commented 3 years ago

Okay lemme do that.