Skip to content

Commit

Permalink
Fixed command /usr/bin/thermalctld to /usr/local/bin/thermalctld
Browse files Browse the repository at this point in the history
The file path was changed in bellow pull request, but tests in
sonic-mgmt were not updated, after that PR was merged
sonic-net/sonic-buildimage#6176
  • Loading branch information
andriyz-nv committed Mar 19, 2021
1 parent 60d73a0 commit e4b5be9
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 @@ -439,7 +439,7 @@ def test_thermal_control_fan_status(duthosts, rand_one_dut_hostname, mocker_fact
single_fan_mocker = mocker_factory(duthost, 'SingleFanMocker')
time.sleep(THERMAL_CONTROL_TEST_WAIT_TIME)

_fan_log_supported = duthost.command('docker exec pmon grep -E "{}" /usr/bin/thermalctld'\
_fan_log_supported = duthost.command('docker exec pmon grep -E "{}" /usr/local/bin/thermalctld'\
.format(LOG_EXPECT_INSUFFICIENT_FAN_NUM_RE), module_ignore_errors=True)

if single_fan_mocker.is_fan_removable():
Expand Down

0 comments on commit e4b5be9

Please sign in to comment.