Skip to content

Commit d2e69bf

Browse files
committed
docs: Release notes for ptest updates
Signed-off-by: David Brown <david.brown@linaro.org>
1 parent 80704f8 commit d2e69bf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/release-notes.d/ptest.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
- Update ptest to support test selection. Ptest can now be invoked with `list`
2+
to show the available tests and `run` to run them. The `-t` argument will
3+
select specific tests to run.
4+
- Allow sim tests to skip slow tests. By setting `MCUBOOT_SKIP_SLOW_TESTS` in
5+
the environment, the sim will skip two tests that are very slow. In one
6+
instance this reduces the test time from 2 hours to about 5 minutes. These
7+
slow tests are useful, in that they test bad powerdown recovery, but are
8+
inconvenient when testing other areas.

0 commit comments

Comments
 (0)