Commit 6383729
committed
fix(tests): don't perform crypto self-tests on boot
With the Kconfig update in commit 8a7e8a0,
CONFIG_CRYPTO_MANAGER_DISABLE_TESTS was changed from `y` to `not set`.
Crypto self-tests are required as part of the FIPS-enabled boot tests
and we will use the same Kconfig for testing FIPS-enabled VMs, so
instead of disabling tests at config level again, we set
`cryptomgr.notests` kernel boot arg to skip them.
To validate the fix, A/B tests were run:
- Firstly with the Kconfig option set to `y` vs `not set` to validate
the regression
- Then with the boot arg set, to validate that the regression
disappears
Signed-off-by: James Curtis <jxcurtis@amazon.co.uk>1 parent 6618c83 commit 6383729
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
860 | 860 | | |
861 | 861 | | |
862 | 862 | | |
863 | | - | |
| 863 | + | |
864 | 864 | | |
865 | 865 | | |
866 | 866 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1362 | 1362 | | |
1363 | 1363 | | |
1364 | 1364 | | |
1365 | | - | |
| 1365 | + | |
1366 | 1366 | | |
1367 | 1367 | | |
1368 | 1368 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments