Skip to content

Releases: ARMmbed/greentea

UX improvements

23 Jun 15:59
Compare
Choose a tag to compare

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

16 Jun 14:33
Compare
Choose a tag to compare

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

15 Jun 17:50
Compare
Choose a tag to compare

Changes:

  • Bug-fix: program_cycles_s not loaded from targets.json, see #146
  • Released to PyPI

Updates for host_tests crawler

15 Jun 17:43
Compare
Choose a tag to compare

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

14 Jun 15:41
Compare
Choose a tag to compare

Changes:

  • Bug-fix: change mbed-os/hal to mbed-os/core path for targets.json
    • Add support for mbed-os/mbed/hal/targets.json, see #143
  • Released to PyPI

Add support for mbed-os targets.json

14 Jun 15:06
Compare
Choose a tag to compare

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

14 Jun 13:17
Compare
Choose a tag to compare

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

08 Jun 10:41
Compare
Choose a tag to compare

Changes:

  • Bug-fix: Fixing issues when multiple test builds exist, see #140
  • Released to PyPI.

Add function to search for host_tests directory on top of image path (in test specification)

07 Jun 17:19
Compare
Choose a tag to compare

Changes:

  • Add function to search for host_tests directory on top of image path, #139
  • Add unit tests for #137
  • QUICKSTART.md polishing
  • Released to PyPI

Command line improvements, switch --list and -n

02 Jun 08:06
Compare
Choose a tag to compare

Changes:

  • Adds lexicographic order to switch --list for test specification, see #136
  • Add to -n switch simple 'test-name-prefix*' filter to filter test cases with common prefix name, see #137
  • Released to PyPI