We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 920aea8 commit c3fd861Copy full SHA for c3fd861
common/OpTestHMC.py
@@ -180,9 +180,6 @@ def check_lpar_secureboot_state(self, hmc_con):
180
def hmc_secureboot_on_off(self, enable=True):
181
'''
182
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
186
187
# Set Secure Boot value using HMC command
188
cmd = ('chsyscfg -r lpar -m %s -i "name=%s, secure_boot=' %
0 commit comments