ARMmbed / mbed-os-tools

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

baud rate support per application in greentea test #253

Closed saheerb closed 3 years ago

saheerb commented 3 years ago

Description

mbed-os-ci tests example applications specified in examples.json Though each of the applicationconfiguration accepts "baud_rate" parameter, if different baud rates are specified for different applications, greentea is not able to pass the baudrate correctly to mbedhtrun.

Steps to reproduce

Given in, https://jira.arm.com/browse/IOTOSM-3122

Pull request type

[X] Fix
[ ] Refactor
[ ] Target update
[ ] Functionality change
[ ] Docs update
[ ] Test update
[ ] Breaking change

Reviewers

saheerb commented 3 years ago

I tested greentea locally (mbed test) and with grm option. It works fine with this fix.