Skip to content

Commit f4fa4a1

Browse files
Remove non relevant function docstring
Remove non relevant function docstring Signed-off-by: Praveen K Pandey <[email protected]>
1 parent 4b15c24 commit f4fa4a1

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

common/OpTestHMC.py

+1-3
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,7 @@ 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
183+
Enable/Disable Secure boot using 'chsyscfg' command
186184
'''
187185
# Set Secure Boot value using HMC command
188186
cmd = ('chsyscfg -r lpar -m %s -i "name=%s, secure_boot=' %

0 commit comments

Comments
 (0)