Skip to content

Commit 0296a44

Browse files
Fixing regression
1 parent 3038b81 commit 0296a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testcases/MachineConfig.py

+1-1
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, lpar_vios):
91+
target_hmc_password, managed_system, lpar_name):
9292
"""
9393
In case of multi lpar configuration here we are creating
9494
multiple objects[In sequence] as per lpar change.

0 commit comments

Comments
 (0)