Skip to content

Commit

Permalink
Merge pull request #784 from shirishaganta1/fix-code-issue
Browse files Browse the repository at this point in the history
Fix CEC config issue
  • Loading branch information
PraveenPenguin authored Sep 13, 2023
2 parents 37a25ab + eba87bf commit 7e75b5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions testcases/MachineConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -379,10 +379,10 @@ def CecSetup(self):
if self.setup:
self.cv_HMC.poweron_system()
self.ValidateCEC_Setup()
##loading system
self.cv_HMC.run_command("chsysstate -r lpar -m %s -o on -n %s -f %s" %
(self.system_name, self.lpar_name, self.lpar_prof))
time.sleep(5)
##loading system
self.cv_HMC.run_command("chsysstate -r lpar -m %s -o on -n %s -f %s" %
(self.system_name, self.lpar_name, self.lpar_prof))
time.sleep(5)

def ValidateCEC_Setup(self):

Expand Down

0 comments on commit 7e75b5a

Please sign in to comment.