[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>

[ROCm/amdsmi commit: a7283196a7]
This commit is contained in:
Kanangot Balakrishnan, Bindhiya
2025-02-05 18:44:54 -06:00
committed by GitHub
vanhempi 98b7d46184
commit 89ce690176
@@ -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]}