Skip to content

Commit 7e75b5a

Browse files
Merge pull request #784 from shirishaganta1/fix-code-issue
Fix CEC config issue
2 parents 37a25ab + eba87bf commit 7e75b5a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

testcases/MachineConfig.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -379,10 +379,10 @@ def CecSetup(self):
379379
if self.setup:
380380
self.cv_HMC.poweron_system()
381381
self.ValidateCEC_Setup()
382-
##loading system
383-
self.cv_HMC.run_command("chsysstate -r lpar -m %s -o on -n %s -f %s" %
384-
(self.system_name, self.lpar_name, self.lpar_prof))
385-
time.sleep(5)
382+
##loading system
383+
self.cv_HMC.run_command("chsysstate -r lpar -m %s -o on -n %s -f %s" %
384+
(self.system_name, self.lpar_name, self.lpar_prof))
385+
time.sleep(5)
386386

387387
def ValidateCEC_Setup(self):
388388

0 commit comments

Comments
 (0)