hw/ufs: ufs descriptor read test implemented
authorYoochan Jeong <yc01.jeong@samsung.com>
Thu, 22 Aug 2024 08:12:50 +0000 (17:12 +0900)
committerJeuk Kim <jeuk20.kim@samsung.com>
Fri, 6 Sep 2024 09:04:16 +0000 (18:04 +0900)
commit9fe8e2c68ad99e503a11390b868a7dad846e7a0d
treeccf14591d5ca6b0c21af060a5c4d6ad78f55313f
parent49ccea4be9400a29477ab20fe959629786b076fd
hw/ufs: ufs descriptor read test implemented

New test function "ufstest_query_desc_request" added, which can check one's
virtual UFS device can properly read and its descriptor data.
(Writing descriptors are not implemented yet.)
The testcases attempt to read all kinds of descriptors at least once,
except for configuration descriptors (which are not implemented yet.)
There are some testcases that are intended to make an error caused by
an invalid index value or an invalid selector value.

Signed-off-by: Yoochan Jeong <yc01.jeong@samsung.com>
Reviewed-by: Jeuk Kim <jeuk20.kim@samsung.com>
Signed-off-by: Jeuk Kim <jeuk20.kim@samsung.com>
tests/qtest/ufs-test.c