Skip to content

Commit

Permalink
lib/CPU-performance-lib.robot: test compatible with minnowboard
Browse files Browse the repository at this point in the history
Signed-off-by: Wiktor Mowinski <[email protected]>
  • Loading branch information
wiktormowinski committed Aug 20, 2024
1 parent be94c3c commit c922a9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/CPU-performance-lib.robot
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Get CPU Frequency MIN

Get CPU Temperature CURRENT
[Documentation] Get current CPU temperature.
${temperature}= Execute Command In Terminal sensors 2>/dev/null | awk -F '[+°]' '/Package id 0:/ {printf $2}'
${temperature}= Execute Command In Terminal sensors 2>/dev/null | awk -F '[+°]' '/Core 0:/ {printf $2}'
RETURN ${temperature}

Get CPU Frequencies In Ubuntu
Expand Down

0 comments on commit c922a9d

Please sign in to comment.