Skip to content

Commit 3038b81

Browse files
Fixing regression in case of secondary LPAR vios details not updated in flow
Fixing regression in case of secondary LPAR vios details not updated in the flow Signed-off-by: Praveen K Pandey <[email protected]>
1 parent a41efad commit 3038b81

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

testcases/MachineConfig.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ def validate_secureboot_parameter(self, machine_config):
8888
return False
8989

9090
def update_hmc_object(self, target_hmc_ip, target_hmc_username,
91-
target_hmc_password, managed_system, lpar_name):
91+
target_hmc_password, managed_system, lpar_name, lpar_vios):
9292
"""
9393
In case of multi lpar configuration here we are creating
9494
multiple objects[In sequence] as per lpar change.
@@ -99,7 +99,8 @@ def update_hmc_object(self, target_hmc_ip, target_hmc_username,
9999
target_hmc_password,
100100
managed_system=managed_system,
101101
lpar_name=lpar_name,
102-
lpar_prof=conf.args.lpar_prof
102+
lpar_prof=conf.args.lpar_prof,
103+
lpar_vios=conf.args.lpar_vios
103104
)
104105
self.cv_HMC.set_system(conf.system())
105106

0 commit comments

Comments
 (0)