Skip to content

Commit

Permalink
ci: handle lenovo ipmi CPU temperature
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Tzvetanov Grigorov <[email protected]>
Signed-off-by: Adrian Reber <[email protected]>
  • Loading branch information
adrianreber and martin-g committed Oct 26, 2023
1 parent 6f8b255 commit 7870b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/oob/ipmitool
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ fi

# read sensor data locally
ipmitool -E -I lanplus -H $my_bmc_ip -U root sensor > .cmd_output || flunk "Unable to query sensor data"
egrep -q "CPU1 Temp|P1 Therm Margin" .cmd_output || flunk "CPU1 Temp not found in sensor data"
egrep -q "CPU\s?1 Temp|P1 Therm Margin" .cmd_output || flunk "CPU1 Temp not found in sensor data"

}

Expand Down

0 comments on commit 7870b85

Please sign in to comment.