blob: caca800eccb42c837b9152e4074485863e386830 [file] [log] [blame] [view]
David Brownd2e69bf2024-04-11 10:15:48 -06001- 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.