On 8/24/2022 6:25 PM, Simon Glass wrote:
Hi,
On Tue, 23 Aug 2022 at 14:53, Jae Hyun Yoo <quic_jaeh...@quicinc.com> wrote:
Add a simple test for the 'fru' command.
Signed-off-by: Jae Hyun Yoo <quic_jaeh...@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?
Sure, I'll drop this python test script in the next spin.
Thanks for your review!
Regards,
Jae