History log of /openbmc/openbmc-test-automation/lib/remote_logging_utils.robot (Results 1 – 6 of 6)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v5.0-stable
# 409df05d 17-Jan-2024 George Keishing <gkeishin@in.ibm.com>

Robot Framework 7.0 changes

Update robot code syntax overall in the repo

Changes:
- Update the requirement.txt package version for robot
- The '[Return]' setting is deprecated.
Use the

Robot Framework 7.0 changes

Update robot code syntax overall in the repo

Changes:
- Update the requirement.txt package version for robot
- The '[Return]' setting is deprecated.
Use the 'RETURN' statement instead.
- Singular section headers like '*** Test Case ***'
are deprecated. Use plural format like
'*** Test Cases ***' instead.
- Singular section headers like '*** Variable ***'
are deprecated

Tested:
- Ran from sandbox with the version
$ robot --version
Robot Framework 7.0 (Python 3.10.12 on linux)

and also tested on latest python version

Robot Framework 7.0 (Python 3.11.9 on linux)

Change-Id: I54e85f9d799556c63b9a39f79483f83e9b980768
Signed-off-by: George Keishing <gkeishin@in.ibm.com>

show more ...


Revision tags: v4.0-stable
# b9080fc5 17-Feb-2023 George Keishing <gkeishin@in.ibm.com>

Pylint warning and errors clean up

Changes:
- C0301: Line too long
- R1705: Unnecessary "elif" after "return", remove
the leading "el" from "elif"
- R1710: Either all return statem

Pylint warning and errors clean up

Changes:
- C0301: Line too long
- R1705: Unnecessary "elif" after "return", remove
the leading "el" from "elif"
- R1710: Either all return statements in a function
should return an expression, or none of them should.
- Remove documentation no longer needed

Tested:
- NA

Change-Id: Ib2bc72b62655bbdd86dd63a349e5da558b222a76
Signed-off-by: George Keishing <gkeishin@in.ibm.com>

show more ...


Revision tags: robotframework-requests, v2.10-Hardknott, v2.8.0-stable, v2.7-warrior-stable
# 839a0c27 31-Jan-2019 Sandhya Somashekar <sansomas@in.ibm.com>

Replace resource.txt with resource.robot

Change-Id: I4d2afd35645880e33a31644cd717bbeae55666f0
Signed-off-by: Sandhya Somashekar <sansomas@in.ibm.com>


Revision tags: v2.6-thud-stable, v2.2-stable
# 5e5f1786 28-Sep-2018 George Keishing <gkeishin@in.ibm.com>

Increase rsyslog config wait time.

Change-Id: I87fe639c5b5790d5d92d2634ffe02c76d95df026
Signed-off-by: George Keishing <gkeishin@in.ibm.com>


# 96904c4e 20-Sep-2018 George Keishing <gkeishin@in.ibm.com>

Minor documentation changes

Change-Id: I620a556a45516c09d0eaefbe93e1581f5a525610
Signed-off-by: George Keishing <gkeishin@in.ibm.com>


# bbfc394b 19-Sep-2018 George Keishing <gkeishin@in.ibm.com>

Library keywords for remote logging

Changes:
- Move common utilities to lib/remote_logging_utils.robot

Change-Id: I37db22776c3bde060b075a6bda40de0831858679
Signed-off-by:

Library keywords for remote logging

Changes:
- Move common utilities to lib/remote_logging_utils.robot

Change-Id: I37db22776c3bde060b075a6bda40de0831858679
Signed-off-by: George Keishing <gkeishin@in.ibm.com>

show more ...