We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80704f8 commit d2e69bfCopy full SHA for d2e69bf
docs/release-notes.d/ptest.md
@@ -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