We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37a25ab + eba87bf commit 7e75b5aCopy full SHA for 7e75b5a
testcases/MachineConfig.py
@@ -379,10 +379,10 @@ def CecSetup(self):
379
if self.setup:
380
self.cv_HMC.poweron_system()
381
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)
+ ##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)
386
387
def ValidateCEC_Setup(self):
388
0 commit comments