Skip to content

Commit 6d3e7c8

Browse files
Fixed regression in op-test due to recent commit
Fixed regression in op-test due to recent commit Reported-by: Misbah Anjum N <[email protected]> Signed-off-by: Praveen K Pandey <[email protected]>
1 parent 9529b17 commit 6d3e7c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/OpTestHMC.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -880,8 +880,8 @@ def hmc_perfcollect_configure(self, enable=True):
880880
Enable/Disable perfcollection from HMC
881881
The value for enabling perfcollection is 1, and for disabling it is 0.
882882
'''
883-
884-
cmd = ('chsyscfg -r lpar -m %s -i "name=%s, allow_perf_collection=' %
883+
884+
cmd = ('chsyscfg -r lpar -m %s -i "name=%s, allow_perf_collection=' %
885885
(self.mg_system, self.lpar_name))
886886
if enable:
887887
cmd = '%s1"' % cmd

0 commit comments

Comments
 (0)