Skip to content

Commit

Permalink
Merge pull request #871 from abdhaleegit/lparcofix
Browse files Browse the repository at this point in the history
MachineConfig.py: osconfig command fails due to no prompt
  • Loading branch information
PraveenPenguin authored Nov 19, 2024
2 parents ccdd8af + 2dda888 commit 94f08c3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testcases/MachineConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,8 @@ def LparSetup(self, lpar_config=""):
return "Failed to enable Performance Information collection"

self.cv_HMC.poweron_lpar()
time.sleep(30)
self.cv_SYSTEM.console.close()
curr_proc_mode = self.cv_HMC.get_proc_mode()
if proc_mode:
if proc_mode in curr_proc_mode:
Expand Down

0 comments on commit 94f08c3

Please sign in to comment.