Skip to content

Commit

Permalink
[platform_tests/test_platform_info.py] Fix typo
Browse files Browse the repository at this point in the history
* Fix typo module_chassis -> modular_chassis

Signed-off-by: Javier Tan javiertan@microsoft.com
  • Loading branch information
Javier-Tan committed Dec 11, 2024
1 parent a496828 commit 63b5e23
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -277,7 +277,7 @@ def test_turn_on_off_psu_and_check_psustatus(duthosts,

# Increase pdu_wait_time for modular chassis
pdu_wait_time = PDU_WAIT_TIME
is_modular_chassis = duthosts[0].get_facts().get("module_chassis")
is_modular_chassis = duthosts[0].get_facts().get("modular_chassis")
if is_modular_chassis:
pdu_wait_time = MODULAR_CHASSIS_PDU_WAIT_TIME

Expand Down

0 comments on commit 63b5e23

Please sign in to comment.