[SWDEV-551309] Adjusted rocmsmitst and --resetprofile command (#769)

This commit is contained in:
gabrpham
2025-09-09 14:32:35 -05:00
committed by GitHub
parent ee38e26ab2
commit 5dbca01d2d
3 changed files with 7 additions and 23 deletions
@@ -1143,11 +1143,6 @@ def resetProfile(deviceList):
printLog(device, 'Successfully reset Power Profile', None)
else:
printErrLog(device, 'Unable to reset Power Profile')
ret = rocmsmi.rsmi_dev_perf_level_set(device, rsmi_dev_perf_level_t(0))
if rsmi_ret_ok(ret, device, 'set_perf_level'):
printLog(device, 'Successfully reset Performance Level', None)
else:
printErrLog(device, 'Unable to reset Performance Level')
printLogSpacer()