]> Git Repo - J-u-boot.git/commit - configs/sandbox_flattree_defconfig
bootstd: Add tests for bootstd including all uclasses
authorSimon Glass <[email protected]>
Mon, 25 Apr 2022 05:31:24 +0000 (23:31 -0600)
committerTom Rini <[email protected]>
Mon, 25 Apr 2022 14:00:04 +0000 (10:00 -0400)
commitfb1451bec2a54046eeb541d77ba0e5eb55302d46
tree229fbd649f4d60e90c77567a2b6d94d487c57c8b
parent0ccb0ac5d8fa8e03ba57b364133b7f033c2d52c1
bootstd: Add tests for bootstd including all uclasses

Add a set of combined tests for the bootdev, bootflow and bootmeth
commands, along with associated functionality.

Expand the sandbox console-recording limit so that these can work.

These tests rely on a filesystem script which is not yet added to the
Python tests. It is included here as a shell script.

Signed-off-by: Simon Glass <[email protected]>
13 files changed:
MAINTAINERS
arch/sandbox/dts/test.dts
configs/sandbox_defconfig
configs/sandbox_flattree_defconfig
include/test/suites.h
test/Makefile
test/boot/Makefile [new file with mode: 0644]
test/boot/bootdev.c [new file with mode: 0644]
test/boot/bootflow.c [new file with mode: 0644]
test/boot/bootmeth.c [new file with mode: 0644]
test/boot/bootstd_common.c [new file with mode: 0644]
test/boot/bootstd_common.h [new file with mode: 0644]
test/cmd_ut.c
This page took 0.039125 seconds and 4 git commands to generate.