mbox series

[V2,0/2] ci: Run all available tests

Message ID 20210502142715.116650-1-toertel@gmail.com
Headers show
Series ci: Run all available tests | expand

Message

Mark Jonas May 2, 2021, 2:27 p.m. UTC
This patch series enables running all available tests, i.e. Makefile
targets 'test' and 'acceptance-tests'.

Running the acceptance-test on no_ssl_defconfig revealed that the config
requires CONFIG_HASH_VERIFY=y to pass the ValidImageTest.

Mark Jonas (2):
  ci: Run all tests
  configs: Add HASH_VERIFY to no_ssl_defconfig

 ci/setup.sh              | 4 +++-
 ci/test-configs.sh       | 2 +-
 configs/no_ssl_defconfig | 1 +
 3 files changed, 5 insertions(+), 2 deletions(-)

--
2.25.1

Comments

Stefano Babic May 2, 2021, 4:15 p.m. UTC | #1
Hi Mark,

On 02.05.21 16:27, Mark Jonas wrote:
> This patch series enables running all available tests, i.e. Makefile
> targets 'test' and 'acceptance-tests'.
> 
> Running the acceptance-test on no_ssl_defconfig revealed that the config
> requires CONFIG_HASH_VERIFY=y to pass the ValidImageTest.
> 
> Mark Jonas (2):
>    ci: Run all tests
>    configs: Add HASH_VERIFY to no_ssl_defconfig
> 
>   ci/setup.sh              | 4 +++-
>   ci/test-configs.sh       | 2 +-
>   configs/no_ssl_defconfig | 1 +
>   3 files changed, 5 insertions(+), 2 deletions(-)
> 
> --
> 2.25.1
> 

Applied to -master, thanks !

Best regards,
Stefano Babic