Skip to content

Commit

Permalink
Fixed regression in op-test due to recent commit
Browse files Browse the repository at this point in the history
Fixed regression in op-test due to recent commit

Reported-by: Misbah Anjum N <[email protected]>
Signed-off-by: Praveen K Pandey <[email protected]>
  • Loading branch information
PraveenPenguin committed May 16, 2024
1 parent 9529b17 commit 6d3e7c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/OpTestHMC.py
Original file line number Diff line number Diff line change
Expand Up @@ -880,8 +880,8 @@ def hmc_perfcollect_configure(self, enable=True):
Enable/Disable perfcollection from HMC
The value for enabling perfcollection is 1, and for disabling it is 0.
'''
cmd = ('chsyscfg -r lpar -m %s -i "name=%s, allow_perf_collection=' %

cmd = ('chsyscfg -r lpar -m %s -i "name=%s, allow_perf_collection=' %
(self.mg_system, self.lpar_name))
if enable:
cmd = '%s1"' % cmd
Expand Down

0 comments on commit 6d3e7c8

Please sign in to comment.