Skip to content

Commit eba87bf

Browse files
Fix CEC config issue
Rearranged FLow for CEC setting Signed-off-by: Shirisha G <[email protected]>
1 parent c0924ba commit eba87bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

testcases/MachineConfig.py

Lines changed: 4 additions & 4 deletions
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)