ARMmbed / htrun

MOVED: https://github.com/ARMmbed/mbed-os-tools (Flash, reset and run host supervised tests on mbed platforms)
8 stars 37 forks source link

add "--fm" option to support FastModels in mbedhtrun #187

Closed jamesbeyond closed 6 years ago

jamesbeyond commented 6 years ago

Description

In order to support FastModels in mbed testing framework, an extra option "--fm" been added to mbedhtrun.

This option will allow mbedhtrun hooks up with fm_agent module, and run tests over FastModels

The command line format of the --fm is following the RaaS_Client "--grm" convention

Details

This PR is related with other PRs regarding to FastModel support in testing framework ARMmbed/greentea#270 ARMmbed/mbed-ls#345

CC. @theotherjimmy @studavekar @bridadan @bulislaw

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.04%) to 49.01% when pulling b7ff09103f2541853ecc90d6e0a5cb7cf738527f on jamesbeyond:fastmodel_client into 525eda7ddd5854480ee91c48ccee9194a5efd4b9 on ARMmbed:master.

coveralls commented 6 years ago

Coverage Status

Coverage decreased (-0.2%) to 48.851% when pulling cbe2f30e59add1ccab2a586c9e6cc241ccc0f995 on jamesbeyond:fastmodel_client into 525eda7ddd5854480ee91c48ccee9194a5efd4b9 on ARMmbed:master.

jamesbeyond commented 6 years ago

Changed --srm to --fm Could you review again please? @theotherjimmy @bridadan

jamesbeyond commented 6 years ago

Hi @bridadan @theotherjimmy Both Htrun and Greentea got updated. The "--fm" option only shows only if it detects fm_agent module installed. Also the README got updated as well.