[PATCH v3 6/7] test: py: fru: add a test for the fru command
Simon Glass
sjg at chromium.org
Thu Aug 25 03:25:40 CEST 2022
Hi,
On Tue, 23 Aug 2022 at 14:53, Jae Hyun Yoo <quic_jaehyoo at quicinc.com> wrote:
>
> Add a simple test for the 'fru' command.
>
> Signed-off-by: Jae Hyun Yoo <quic_jaehyoo at quicinc.com>
> ---
> Changes from v2:
> * Added CONFIG_CMD_FRU=y only into the sandbox_defconfig. (Simon)
>
> Changes from v1:
> * Newly added in v2. (Heinrich)
>
> configs/sandbox_defconfig | 1 +
> test/py/tests/test_fru.py | 47 +++++++++++++++++++++++++++++++++++++++
> 2 files changed, 48 insertions(+)
> create mode 100644 test/py/tests/test_fru.py
Can you just rely on the C test and not have this?
Regards,
Simon
More information about the U-Boot
mailing list