Commit d2e69bf7 authored by David Brown's avatar David Brown Committed by David Brown
Browse files

docs: Release notes for ptest updates

parent 80704f87
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
- Update ptest to support test selection. Ptest can now be invoked with `list`
  to show the available tests and `run` to run them. The `-t` argument will
  select specific tests to run.
- Allow sim tests to skip slow tests.  By setting `MCUBOOT_SKIP_SLOW_TESTS` in
  the environment, the sim will skip two tests that are very slow.  In one
  instance this reduces the test time from 2 hours to about 5 minutes.  These
  slow tests are useful, in that they test bad powerdown recovery, but are
  inconvenient when testing other areas.