Skip to content

Commit 94f08c3

Browse files
Merge pull request #871 from abdhaleegit/lparcofix
MachineConfig.py: osconfig command fails due to no prompt
2 parents ccdd8af + 2dda888 commit 94f08c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

testcases/MachineConfig.py

+2
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,8 @@ def LparSetup(self, lpar_config=""):
431431
return "Failed to enable Performance Information collection"
432432

433433
self.cv_HMC.poweron_lpar()
434+
time.sleep(30)
435+
self.cv_SYSTEM.console.close()
434436
curr_proc_mode = self.cv_HMC.get_proc_mode()
435437
if proc_mode:
436438
if proc_mode in curr_proc_mode:

0 commit comments

Comments
 (0)