We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5d57b46 + 5205ec6 commit 6b01399Copy full SHA for 6b01399
Runner/suites/Kernel/Baseport/remoteproc/run.sh
@@ -41,11 +41,13 @@ log_info "=== Test Initialization ==="
41
42
log_info "Getting the number of subsystems aavailable"
43
44
+detect_platform
45
+
46
available_rprocs=$(cat /sys/class/remoteproc/remoteproc*/firmware)
47
48
# Check if any line contains "modem"
49
echo "$available_rprocs" | grep -q "modem"
-if [ $? -eq 0 ]; then
50
+if [ $? -eq 0 ] && [ ${PLATFORM_TARGET} = "Kodiak" ]; then
51
subsystem_count=$(echo "$available_rprocs" | grep -v "modem" | wc -l)
52
else
53
# "modem" not found, count all lines
0 commit comments