Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a4e88bd

Browse files
committedApr 27, 2024·
Remove non relevant function docstring
Remove non relevant function docstring Signed-off-by: Praveen K Pandey <praveen@linux.vnet.ibm.com>
1 parent d8e3a46 commit a4e88bd

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed
 

‎common/OpTestHMC.py

-3
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,6 @@ def check_lpar_secureboot_state(self, hmc_con):
180180
def hmc_secureboot_on_off(self, enable=True):
181181
'''
182182
Enable/Disable Secure Boot from HMC
183-
1. PowerOFF/Shutdown LPAR from HMC
184-
2. Enable/Disable Secure boot using 'chsyscfg' command
185-
3. PowerON/Activate the LPAR and boot to Operating System
186183
'''
187184
# Set Secure Boot value using HMC command
188185
cmd = ('chsyscfg -r lpar -m %s -i "name=%s, secure_boot=' %

0 commit comments

Comments
 (0)
Please sign in to comment.