David Brown | d2e69bf | 2024-04-11 10:15:48 -0600 | [diff] [blame] | 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. |