@@ -7,7 +7,7 @@ Resource ../lib/ipmi_client.robot
7
7
Library ../lib/bmc_ssh_utils.py
8
8
Library SSHLibrary
9
9
10
- Test Setup Set Accont Lockout Threshold
10
+ Test Setup Set Account Lockout Threshold
11
11
12
12
*** Variables ***
13
13
@@ -152,7 +152,7 @@ Expire And Change Root Password Via GUI
152
152
Verify Maximum Failed Attempts And Check Root User Account Locked
153
153
[Documentation] Verify maximum failed attempts and locks out root user account.
154
154
[Tags] Verify_Maximum_Failed_Attempts_And_Check_Root_User_Account_Locked
155
- [Setup] Set Accont Lockout Threshold account_lockout_threshold=${5 }
155
+ [Setup] Set Account Lockout Threshold account_lockout_threshold=${5 }
156
156
157
157
# Make maximum failed login attempts.
158
158
Repeat Keyword ${5 } times
@@ -200,7 +200,7 @@ Verify New Password Persistency After BMC Reboot
200
200
201
201
*** Keywords ***
202
202
203
- Set Accont Lockout Threshold
203
+ Set Account Lockout Threshold
204
204
[Documentation] Set user account lockout threshold.
205
205
[Arguments] ${account_lockout_threshold } =${0 }
206
206
@@ -228,7 +228,7 @@ Test Teardown Execution
228
228
Redfish.Login
229
229
Wait Until Keyword Succeeds 1 min 10 sec Restore Default Password For Root User
230
230
Redfish.Logout
231
- Set Accont Lockout Threshold account_lockout_threshold=${5 }
231
+ Set Account Lockout Threshold account_lockout_threshold=${5 }
232
232
FFDC On Test Case Fail
233
233
234
234
0 commit comments