From f595b2f7f9880975632227bca1f451edcc541393 Mon Sep 17 00:00:00 2001 From: Praveen K Pandey Date: Sat, 27 Apr 2024 13:11:27 +0530 Subject: [PATCH] Remove non relevant function docstring Remove non relevant function docstring Signed-off-by: Praveen K Pandey --- common/OpTestHMC.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/common/OpTestHMC.py b/common/OpTestHMC.py index 4916466d..41eef4a4 100644 --- a/common/OpTestHMC.py +++ b/common/OpTestHMC.py @@ -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=' %