[PLAT-156250] Blacklist VoltCurvRead test for unsupported devices (#96)

Blacklisted TestVoltCurvRead for devices with gfx_target_version
90400, 90401 and 90402 as it is not supported on these systems.

Signed-off-by: Bindhiya Kanangot Balakrishnan <Bindhiya.KanangotBalakrishnan@amd.com>
这个提交包含在:
Kanangot Balakrishnan, Bindhiya
2025-02-05 18:44:54 -06:00
提交者 GitHub
父节点 8e454950ef
当前提交 a7283196a7
+6 -5
查看文件
@@ -66,13 +66,14 @@ $BLACKLIST_ALL_ASICS\
"amdsmitstReadWrite.TestPowerReadWrite:"\
"amdsmitstReadWrite.TestPowerCapReadWrite"
# SWDEV-391407 and PLAT-156250
# aqua_vanjaram and later systems show 'ip discovery' in
# /sys/class/kfd/kfd/topology/nodes/*/name
#
# For those systems gfx_target_version must be used. It can be found in
# /sys/class/kfd/kfd/topology/nodes/*/properties
#
# ex.
# FILTER[90400]=\
# $BLACKLIST_ALL_ASICS\
# "amdsmitstReadOnly.TestVoltCurvRead"
FILTER[90400]=\
$BLACKLIST_ALL_ASICS\
"rsmitstReadOnly.TestVoltCurvRead"
FILTER[90401]=${FILTER[90400]}
FILTER[90402]=${FILTER[90400]}