
25 Aug
2022
25 Aug
'22
3:25 a.m.
Hi,
On Tue, 23 Aug 2022 at 14:53, Jae Hyun Yoo quic_jaehyoo@quicinc.com wrote:
Add a simple test for the 'fru' command.
Signed-off-by: Jae Hyun Yoo quic_jaehyoo@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