From a7283196a774ca315b45014e55ddc09b591d5dc7 Mon Sep 17 00:00:00 2001 From: "Kanangot Balakrishnan, Bindhiya" Date: Wed, 5 Feb 2025 18:44:54 -0600 Subject: [PATCH] [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 --- tests/amd_smi_test/amdsmitst.exclude | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/tests/amd_smi_test/amdsmitst.exclude b/tests/amd_smi_test/amdsmitst.exclude index 74c0805783..bfbae4db2e 100644 --- a/tests/amd_smi_test/amdsmitst.exclude +++ b/tests/amd_smi_test/amdsmitst.exclude @@ -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]}