History log of /u-boot/test/py/tests/test_scsi.py
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 51b2f4f0 03-Apr-2024 Heinrich Schuchardt <xypron.glpk@gmx.de>

disk: simplify print_part_header()

Using uclass_get_name() reduces the code size.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>

# e24e5405 19-Jan-2024 Love Kumar <love.kumar@amd.com>

test/py: scsi: Add test for scsi commands

Add a following test cases for scsi commands:
scsi_reset - To reset SCSI controller
scsi_info - To show available SCSI devices
scsi_scan - To (re-)scan SCSI bus
scsi_device - To show or set surrent device
scsi_part - To print partition table of selected SCSI device

Signed-off-by: Love Kumar <love.kumar@amd.com>

# e24e5405 19-Jan-2024 Love Kumar <love.kumar@amd.com>

test/py: scsi: Add test for scsi commands

Add a following test cases for scsi commands:
scsi_reset - To reset SCSI controller
scsi_info - To show available SCSI devices
scsi_scan - To (re-)scan SCSI bus
scsi_device - To show or set surrent device
scsi_part - To print partition table of selected SCSI device

Signed-off-by: Love Kumar <love.kumar@amd.com>