summaryrefslogtreecommitdiffstats
path: root/lib/oeqa/runtime/cases/thermald.py
Commit message (Collapse)AuthorAgeFilesLines
* thermald.py: fix 'thermald --no-daemon' taking forever issueNaveen Saini2021-02-041-3/+5
| | | | | | | | | | | | | | | skip test if CONFIG_THERMAL_EMULATION is not set Observed multiple issues: (1) Randomly not picking pid of thermld daemon (not sure why) (2) 'thermald --no-daemon --loglevle=info' taking forever Increase sleep time to make sure pid is avaialble. Added timeout for the command. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
* runtime/thermald: Enable sanity testYeoh Ee Peng2020-04-021-0/+45
Enable thermald sanity test: - test that thermal daemon was monitoring temperature - test that thermal emulation was enabled in the image - test that emulation of temparature changes will be detected by thermal daemon Signed-off-by: Yeoh Ee Peng <ee.peng.yeoh@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>