Added Monitor command to Guest Linux
Signed-off-by: Maisam Arif <maisarif@amd.com>
Change-Id: I378a1fcf49d7a69b09b6c93d77a4b084144a5633
[ROCm/amdsmi commit: dd18c117e6]
Этот коммит содержится в:
@@ -994,8 +994,8 @@ core limit value"
|
||||
|
||||
|
||||
def _add_monitor_parser(self, subparsers, func):
|
||||
if not(self.helpers.is_baremetal() and self.helpers.is_linux()):
|
||||
# This subparser is only applicable to Baremetal Linux
|
||||
if not(self.helpers.is_linux()):
|
||||
# This subparser is only applicable to Linux
|
||||
return
|
||||
|
||||
# Subparser help text
|
||||
|
||||
Ссылка в новой задаче
Block a user