Releases: ARMmbed/greentea
Releases · ARMmbed/greentea
UX improvements
Changes:
- Improve messaging when not all properties of DUT are detected with
mbed-ls
, see #152 - Fixed
JSON
formatted report - it should be stored to disk, not on screen (no way to catch output), see #153 - Add more unit tests for cases of
-n
with multiple<test-name>*
entries, see #154 - Replace available devices and MUTs in use for test prints with pretty table, see #155
- Released to PyPI
Add support for switches -n and -i at the same time
Changes:
- Add support for ignoring tests (using
-i
switch) specified with-n <names>*
notation, #147 - Released to PyPI
Bug-fix: program_cycles_s not loaded from targets.json
Changes:
- Bug-fix: program_cycles_s not loaded from targets.json, see #146
- Released to PyPI
Updates for host_tests crawler
Changes:
- Modify host_tests path crawler to remove
.build/tests/TOOLCHAIN/TARGET
, see #145 - Released to PyPI
Bug-fix: change mbed-os/hal to mbedos/core path for targets.json
Changes:
- Bug-fix: change
mbed-os/hal
tombed-os/core
path fortargets.json
- Add support for
mbed-os/mbed/hal/targets.json
, see #143
- Add support for
- Released to PyPI
Add support for mbed-os targets.json
Changes:
- Add support for
mbed-os/mbed/hal/targets.json
, see #143 - Polishing of
-m
/--map-target
switch - Released to PyPI
Minor updates and bug-fixes
Changes:
- Modify host_tests crawler to work with smaller test_spec.json with absolute path in binaries::path, see #142
- Add
PORTING.md
- Set -S switch as default so Greentea will NOT try to build itself
- Released to PyPI
Fixing issues when multiple test builds exist in test specification
Changes:
- Bug-fix: Fixing issues when multiple test builds exist, see #140
- Released to PyPI.