test/py: scsi: Add test for scsi commands
authorLove Kumar <love.kumar@amd.com>
Fri, 19 Jan 2024 14:37:13 +0000 (20:07 +0530)
committerTom Rini <trini@konsulko.com>
Mon, 29 Jan 2024 17:50:34 +0000 (12:50 -0500)
commite24e5405d266f16b95fd7c1c3a2eec753c01f112
tree0a3312f144666e31fafa52f1ac60b09264931f55
parent1c5b6edad381d451462530421b487315d87ae308
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>
test/py/tests/test_scsi.py [new file with mode: 0644]