Skip to content

Commit

Permalink
Added a library function which help to set perf collection attribute …
Browse files Browse the repository at this point in the history
…to LPAR using HMC command

Added a library function which help to set perf collection attribute to LPAR using HMC command

Signed-off-by: Praveen K Pandey <praveen@linux.vnet.ibm.com>
  • Loading branch information
PraveenPenguin committed May 3, 2024
1 parent 934a05a commit 0f24a24
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions common/OpTestHMC.py
Original file line number Diff line number Diff line change
Expand Up @@ -927,7 +927,7 @@ def is_perfcollection_enabled(self):
if rc:
return True
return False

def hmc_perfcollect_configure(self, enable=True):
'''
Enable/Disable perfcollection from HMC
Expand All @@ -940,7 +940,6 @@ def hmc_perfcollect_configure(self, enable=True):
else: # Value '0' to disable perfcollection
cmd = '%s0"' % cmd
self.run_command(cmd, timeout=300)



class OpTestHMC(HMCUtil):
Expand Down

0 comments on commit 0f24a24

Please sign in to comment.