Dasharo / open-source-firmware-validation

OSFV infrastructure with automated tests and scripts for managing test results
Apache License 2.0
6 stars 1 forks source link

Custom fan curve test fails #336

Open filipleple opened 1 week ago

filipleple commented 1 week ago

Device

Novacustom v560TU

RTE version

--

OSFV version

--

Affected component(s) or functionality

Custom fan curve test

Brief summary

Custom fan curve test fails due to a timeout running sensors

How reproducible

100%

How to reproduce

Try to run the Custom fan curve test

Expected behavior

It should pass

Actual behavior

RuntimeError: No match found for 'root@ubuntu-V54x-6x-TU:/home/ubuntu#' in 30 seconds
Output:

# sensors-detect version 3.6.0
# System: Notebook V54x_6x_TU [V54x_6x_TU] (laptop)
# Kernel: 6.9.0-060900rc7-generic x86_64
# Processor: Intel(R) Core(TM) Ultra 7 155H (6/170/4)

This program will help you determine which kernel modules you need
to load to use lm_sensors most effectively. It is generally safe
and recommended to accept the default answers to all questions,
unless you know what you're doing.

Some south bridges, CPUs or memory controllers contain embedded sensors.
Do you want to scan for them? This is totally safe. (YES/no): Module cpuid loaded successfully.
Silicon Integrated Systems SIS5595...                       No
VIA VT82C686 Integrated Sensors...                          No
VIA VT8231 Integrated Sensors...                            No
AMD K8 thermal sensors...                                   No
AMD Family 10h thermal sensors...                           No
AMD Family 11h thermal sensors...                           No
AMD Family 12h and 14h thermal sensors...                   No
AMD Family 15h thermal sensors...                           No
AMD Family 16h thermal sensors...                           No
AMD Family 17h thermal sensors...                           No
AMD Family 15h power sensors...                             No
AMD Family 16h power sensors...                             No
Hygon Family 18h thermal sensors...                         No

(...)

Link to screenshots or logs

Log pasted above

Additional context

No response

Solutions you've tried

No response

mkopec commented 2 days ago

RuntimeError: No match found for 'root@ubuntu-V54x-6x-TU:/home/ubuntu#' in 30 seconds

Hmm, I guess lm-sensors may be waiting for input when doing initial scanning. You could run sensors-detect --auto beforehand to work around it I suppose...

...but the tests won't work on novacustom anyway, we don't have an OS driver to expose the fan speed