Skip to content

Commit

Permalink
Added support to configure the multiple lpars-v4
Browse files Browse the repository at this point in the history
Removed unwanted print statement

Signed-off-by: Samir Mulani <samir@linux.vnet.ibm.com>
  • Loading branch information
SamirMulani committed Apr 24, 2024
1 parent eee355b commit 696e109
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions testcases/MachineConfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ def runTest(self):
self.lpar_list = self.lpar_list.split(",")
self.lpar_list.append(self.lpar_name)
self.lpar_flag = True
print("=====================samir lpar list:----------------",
self.lpar_list)
for lpar in self.lpar_list:
lpar = lpar.strip()
self.update_hmc_object(
Expand Down

0 comments on commit 696e109

Please sign in to comment.