commit | aaf4a62df55a702823e776f7c879eec85d710e8f | [log] [tgz] |
---|---|---|
author | Love Kumar <love.kumar@amd.com> | Fri Jan 19 20:07:13 2024 +0530 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 29 12:50:34 2024 -0500 |
tree | 0a3312f144666e31fafa52f1ac60b09264931f55 | |
parent | 6c91f090326abb8525c2254729f04a5ac9f9c276 [diff] |
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>