Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning Message on robotframework 7.0 #19

Closed
gtossk2 opened this issue Mar 5, 2024 · 1 comment · Fixed by #21
Closed

Warning Message on robotframework 7.0 #19

gtossk2 opened this issue Mar 5, 2024 · 1 comment · Fixed by #21
Labels
enhancement New feature or request

Comments

@gtossk2
Copy link
Contributor

gtossk2 commented Mar 5, 2024

Warning Message on robotframework. Some keywords were deprecated as seen below.

Singular section headers like '*** Test Case ***' are deprecated. Use plural format like '*** Test Cases ***' instead.

The '[Return]' setting is deprecated. Use the 'RETURN' statement instead.
@edhay edhay added the enhancement New feature or request label Mar 5, 2024
@edhay edhay added this to the SBMR ACS v1.0.0 milestone Mar 5, 2024
amrathesh added a commit to amrathesh/sbmr-acs that referenced this issue Mar 12, 2024
 - replaced '[Return]' with 'RETURN' and '*** Test Case ***'
   with plural '*** Test Cases ***'.
 - Above mentioned keywords are deprecated with robotframework >= 7.0

Fixes : ARM-software#19

Signed-off-by: Amrathesh <[email protected]>
@amrathesh
Copy link
Member

Hi @gtossk2,

We have updated deprecated robot keywords with updated ones.
Verified changes with robotframework 7.0 on Linux.

Please review #21

Thanks & Regards,
ACS Team

@edhay edhay closed this as completed in #21 Mar 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants