Commit eebe8cb
authored
Fix issue: test case should be marked as failure if cannot get PSU fan speed (#3015)
Description of PR
Summary:
Test case should be marked as failure if cannot get PSU fan speed
Approach
What is the motivation for this PR?
Test case should be marked as failure if cannot get PSU fan speed because it usually means that there is an issue with the sysfs.
How did you do it?
If PSU speed sysfs does not exist, assert false.
How did you verify/test it?
Manually run the test case
Any platform specific information?
Mellanox1 parent 16919df commit eebe8cb
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
135 | | - | |
| 134 | + | |
136 | 135 | | |
137 | 136 | | |
138 | 137 | | |
| |||
0 commit comments