Skip to content

Commit

Permalink
Fixing regression in case of secondary LPAR vios details not updated …
Browse files Browse the repository at this point in the history
…in flow

Fixing  regression in case of  secondary LPAR vios details not updated in the flow 


Signed-off-by: Praveen K Pandey <[email protected]>
  • Loading branch information
PraveenPenguin authored Oct 5, 2024
1 parent a41efad commit 3038b81
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions testcases/MachineConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def validate_secureboot_parameter(self, machine_config):
return False

def update_hmc_object(self, target_hmc_ip, target_hmc_username,
target_hmc_password, managed_system, lpar_name):
target_hmc_password, managed_system, lpar_name, lpar_vios):
"""
In case of multi lpar configuration here we are creating
multiple objects[In sequence] as per lpar change.
Expand All @@ -99,7 +99,8 @@ def update_hmc_object(self, target_hmc_ip, target_hmc_username,
target_hmc_password,
managed_system=managed_system,
lpar_name=lpar_name,
lpar_prof=conf.args.lpar_prof
lpar_prof=conf.args.lpar_prof,
lpar_vios=conf.args.lpar_vios
)
self.cv_HMC.set_system(conf.system())

Expand Down

0 comments on commit 3038b81

Please sign in to comment.