Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/platform_tests/test_platform_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ def turn_off_outlet_and_check_thermal_control(dut, pdu_ctrl, outlet, mocker):
time.sleep(5)

psu_under_test = None
psu_line_pattern = get_dut_psu_line_pattern(duthost)
psu_line_pattern = get_dut_psu_line_pattern(dut)
cli_psu_status = dut.command(CMD_PLATFORM_PSUSTATUS)
for line in cli_psu_status["stdout_lines"][2:]:
psu_match = psu_line_pattern.match(line)
Expand Down