This sata test should be run on zc1751 xm017 dc3.
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
expected_response = "Type: Hard Disk"
assert(expected_response in response)
+@pytest.mark.boardspec("!xilinx_zynqmp_zcu102_rev1_0")
+@pytest.mark.boardspec("!xilinx_zynqmp_zcu102_revA")
+@pytest.mark.buildconfigspec("cmd_i2c")
+@pytest.mark.buildconfigspec("cmd_scsi")
+def test_sata_probe(u_boot_console):
+ response = u_boot_console.run_command("scsi reset")
+ expected_response = "Type: Hard Disk"
+ assert(expected_response in response)