Skip to content

Commit 767900d

Browse files
committed
Robot 7.0 version code changes
Changes: - Singular section headers like '*** Keyword ***' are deprecated. Use plural format like '*** Keywords ***' instead. - Singular section headers like '*** Comment ***' are deprecated. Use plural format like '*** Comments ***' instead. Tested: Syntax check run using robot --dryrun option locally Change-Id: Ifecc986b919fac504d8c3970a538de5a29f64307 Signed-off-by: George Keishing <[email protected]>
1 parent 409df05 commit 767900d

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

extended/__init__.robot

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Resource ../lib/code_update_utils.robot
99

1010
Suite Setup System Driver Data
1111

12-
*** Keyword ***
12+
*** Keywords ***
1313

1414
System Driver Data
1515
[Documentation] System driver information.

openpower/ext_interfaces/test_vmicert_management.robot

+4-4
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ Get Concurrent Corrupted CSR Requests From Multiple Admin Users
190190
END
191191

192192

193-
*** Comment ***
193+
*** Comments ***
194194

195195
Get Concurrent Root Certificate Request From Operator Users
196196
[Documentation] Get multiple concurrent root certificate from non admin users and verify no errors.
@@ -222,7 +222,7 @@ Get Concurrent Root Certificate Request From Admin And Non Admin Users
222222
END
223223

224224

225-
*** Comment ***
225+
*** Comments ***
226226

227227
Get Concurrent Root Certificate Request From Different Non Admin Users
228228
[Documentation] Get multiple concurrent root certificate from different non admin users
@@ -363,7 +363,7 @@ Send Concurrent CSR Request From Admin And Non Admin Users And Verify
363363
END
364364

365365

366-
*** Comment ***
366+
*** Comments ***
367367

368368
Send Concurrent CSR Request From Non Admin Users And Verify
369369
[Documentation] Send concurrent csr request from non admin users
@@ -536,7 +536,7 @@ Send CSR Request And Corrupted CSR Requests From Non Admin Users Concurrently An
536536
END
537537

538538

539-
*** Comment ***
539+
*** Comments ***
540540

541541
Get Root Certificate And Send CSR Requests From Admin And Operator Concurrently And Verify
542542
[Documentation] Get root certificate from admin and send csr requests

openpower/ras/__init__.robot

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Resource ../../lib/code_update_utils.robot
99

1010
Suite Setup Log System Driver Data
1111

12-
*** Keyword ***
12+
*** Keywords ***
1313

1414
Log System Driver Data
1515
[Documentation] Log system driver information.

xcat/__init__.robot

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Resource ../lib/code_update_utils.robot
99

1010
Suite Setup Log System Driver Data
1111

12-
*** Keyword ***
12+
*** Keywords ***
1313

1414
Log System Driver Data
1515
[Documentation] Log system driver information.

0 commit comments

Comments
 (0)