ARMmbed / greentea

IoT reGREssion ENvironment for TEst Automation
Apache License 2.0
27 stars 44 forks source link

Decide on where to place mbed specific host tests #312

Closed rwalton-arm closed 3 years ago

rwalton-arm commented 3 years ago

In mbed-os? Near test cases that use them? Separate package? (clarify) -- Don't put mbed-specific tests into standalone greentea

evedon commented 3 years ago

Leave smbed specific host tests in mbed-os where they currently are

Patater commented 3 years ago

Leave smbed specific host tests in mbed-os where they currently are

That's my preference as well. That might or might work when we move to using standalone greentea from Mbed OS.

rajkan01 commented 3 years ago

The https://github.com/ARMmbed/mbed-os/pull/14755 changes updated host_test (reside inside mbed-os) to import host test framework python classes from standalone htrun. The host tests reside inside mbed-os works fine with those changes, so better to keep the host tests inside mbed-os, closing this issue