hw/ufs: ufs flag read/write test implemented
authorYoochan Jeong <yc01.jeong@samsung.com>
Thu, 22 Aug 2024 08:10:36 +0000 (17:10 +0900)
committerJeuk Kim <jeuk20.kim@samsung.com>
Fri, 6 Sep 2024 09:04:16 +0000 (18:04 +0900)
commit4aac30299b742f594f52016d4133487ad33459e7
treea08d99b6219d44082429d8673623c20d0d2a7406
parent7c85332a2b3e8d58db209f29afca740d2f0cd6e7
hw/ufs: ufs flag read/write test implemented

New test function "ufstest_flag_request" added, which can check one's
virtual UFS device can properly read and write its flag data. It tests
if reading, setting, clearing and toggling flags work properly. There
are some testcases that are intended to make an error caused by
permission issues.

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