[U-Boot] [PATCH V4 7/7] test: vboot: clean its file
Simon Glass
sjg at chromium.org
Fri Nov 16 02:05:10 UTC 2018
On 14 November 2018 at 04:51, Philippe Reynes
<philippe.reynes at softathome.com> wrote:
> This update the its file used in vboot test to respect the new
> node style name defined in doc/uImage.FIT (for example: replace
> kernel at 1 by kernel and fdt at 1 by fdt-1)
>
> Signed-off-by: Philippe Reynes <philippe.reynes at softathome.com>
> ---
> test/py/tests/test_vboot.py | 2 +-
> test/py/tests/vboot/sign-configs-sha1-pss.its | 18 +++++++++---------
> test/py/tests/vboot/sign-configs-sha1.its | 18 +++++++++---------
> test/py/tests/vboot/sign-configs-sha256-pss.its | 18 +++++++++---------
> test/py/tests/vboot/sign-configs-sha256.its | 18 +++++++++---------
> test/py/tests/vboot/sign-images-sha1-pss.its | 16 ++++++++--------
> test/py/tests/vboot/sign-images-sha1.its | 16 ++++++++--------
> test/py/tests/vboot/sign-images-sha256-pss.its | 16 ++++++++--------
> test/py/tests/vboot/sign-images-sha256.its | 16 ++++++++--------
> 9 files changed, 69 insertions(+), 69 deletions(-)
>
> Changelog:
> v4:
> - remove Reviewed-by Clement Peron (added by mistake)
> - remove Reviewed-by Simon Glass (added by mistake)
> v3:
> - new patch in the serie (feedback from Clement Peron)
>
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list