Skip to content

Commit 4d4ef99

Browse files
committed
Fix typo in code documentation
Change-Id: Ib2f0023657ce4f9f8feddfac772c0ff53e88e50b Signed-off-by: George Keishing <[email protected]>
1 parent 16b3c7b commit 4d4ef99

7 files changed

+10
-10
lines changed

extended/code_update/test_field_mode.robot

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Verify Software Field Mode
3939
Enable Field Mode And Verify Unmount
4040

4141

42-
Attempt To Disable Field Mode Via REST And Veify
42+
Attempt To Disable Field Mode Via REST And Verify
4343
[Documentation] Attempt to disable field mode with REST and verify that
4444
... it remains enabled.
4545
[Tags] Attempt_To_Disable_Field_Mode_Via_REST

extended/test_bmc_upload_stability.robot

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Documentation Module to stress-test REST upload stability.
88
# Test Parameters:
99
# OPENBMC_HOST The BMC host name or IP address.
1010
# LOOPS The number of times to loop the test.
11-
# Defaule value for LOOPS is 1.
11+
# Default value for LOOPS is 1.
1212

1313

1414
Library OperatingSystem

gui/gui_test/access_control/test_obmc_gui_local_users.robot

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Verify Existence Of All Buttons And Fields In Account Policy Settings
9696

9797

9898
Verify User Access Privilege
99-
[Documentation] Create a new user with a priviledge and verify that user is created.
99+
[Documentation] Create a new user with a privilege and verify that user is created.
100100
[Tags] Verify_User_Access_Privilege
101101
[Template] Create User And Verify
102102

gui/lib/gui_resource.robot

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Variables ../data/gui_variables.py
1111
*** Variables ***
1212
${obmc_gui_url} https://${OPENBMC_HOST}
1313

14-
# Default GUI broswer and mode is set to "Firefox" and "headless"
14+
# Default GUI browser and mode is set to "Firefox" and "headless"
1515
# respectively here.
1616
${GUI_BROWSER} ff
1717
${GUI_MODE} headless

gui/lib/resource.robot

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ${obmc_PowerOff_state} Off
2929
${obmc_PowerRunning_state} Running
3030
${obmc_PowerStandby_state} Standby
3131

32-
# Default GUI broswer and mode is set to "Firefox" and "headless"
32+
# Default GUI browser and mode is set to "Firefox" and "headless"
3333
# respectively here.
3434
${GUI_BROWSER} ff
3535
${GUI_MODE} headless

security/test_bmc_expire_password.robot

+4-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Resource ../lib/ipmi_client.robot
77
Library ../lib/bmc_ssh_utils.py
88
Library SSHLibrary
99

10-
Test Setup Set Accont Lockout Threshold
10+
Test Setup Set Account Lockout Threshold
1111

1212
*** Variables ***
1313

@@ -152,7 +152,7 @@ Expire And Change Root Password Via GUI
152152
Verify Maximum Failed Attempts And Check Root User Account Locked
153153
[Documentation] Verify maximum failed attempts and locks out root user account.
154154
[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}
156156

157157
# Make maximum failed login attempts.
158158
Repeat Keyword ${5} times
@@ -200,7 +200,7 @@ Verify New Password Persistency After BMC Reboot
200200

201201
*** Keywords ***
202202

203-
Set Accont Lockout Threshold
203+
Set Account Lockout Threshold
204204
[Documentation] Set user account lockout threshold.
205205
[Arguments] ${account_lockout_threshold}=${0}
206206

@@ -228,7 +228,7 @@ Test Teardown Execution
228228
Redfish.Login
229229
Wait Until Keyword Succeeds 1 min 10 sec Restore Default Password For Root User
230230
Redfish.Logout
231-
Set Accont Lockout Threshold account_lockout_threshold=${5}
231+
Set Account Lockout Threshold account_lockout_threshold=${5}
232232
FFDC On Test Case Fail
233233

234234

xcat/test_xcat_group.robot

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Continuous Node Power Status
118118

119119
# Get the power status of the node repeatedly.
120120
# By default it gets power status 1000 times.
121-
# It bascially stress the BMC node and test REST implementation
121+
# It basically stress the BMC node and test REST implementation
122122
# of the BMC node
123123

124124
FOR ${index} IN RANGE 1 ${NUM_POWER_STATUS_CHECKS}

0 commit comments

Comments
 (0)