Skip to content

Commit

Permalink
Remove non relevant function docstring
Browse files Browse the repository at this point in the history
Remove non relevant function docstring

Signed-off-by: Praveen K Pandey <praveen@linux.vnet.ibm.com>
  • Loading branch information
PraveenPenguin committed May 3, 2024
1 parent 920aea8 commit c3fd861
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions common/OpTestHMC.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,6 @@ def check_lpar_secureboot_state(self, hmc_con):
def hmc_secureboot_on_off(self, enable=True):
'''
Enable/Disable Secure Boot from HMC
1. PowerOFF/Shutdown LPAR from HMC
2. Enable/Disable Secure boot using 'chsyscfg' command
3. PowerON/Activate the LPAR and boot to Operating System
'''
# Set Secure Boot value using HMC command
cmd = ('chsyscfg -r lpar -m %s -i "name=%s, secure_boot=' %
Expand Down

0 comments on commit c3fd861

Please sign in to comment.