History log of /openbmc/openbmc-test-automation/redfish/__init__.robot (Results 1 – 5 of 5)
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, robotframework-requests, v2.10-Hardknott
# 41020ff0 04-Feb-2021 George Keishing <gkeishin@in.ibm.com>

Ignore __init__.robot if there is an error and continue test

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


Revision tags: v2.8.0-stable, v2.7-warrior-stable
# 1483ce0e 26-Jun-2019 Joy Onyerikwu <onyekachukwu.joy.onyerikwu@ibm.com>

Clean up .robot files

- Run rflint on .robot to ensure they conform to the standards.
Fix the files that don't.
- Add robot_custom_rules.py file for our repository custom rul

Clean up .robot files

- Run rflint on .robot to ensure they conform to the standards.
Fix the files that don't.
- Add robot_custom_rules.py file for our repository custom rules.
- run pycodestyle on new changes.

Change-Id: Idb2b895b81cb00220076a32b413e124980f4057b
Signed-off-by: Joy Onyerikwu <onyekachukwu.joy.onyerikwu@ibm.com>

show more ...


# 14426bcb 10-Apr-2019 Sivas SRR <sivas.srr@in.ibm.com>

Check BMC performance

Resolves openbmc/openbmc-test-automation#1735

Change-Id: I413ccce8abcc9bfd8dbf19c6e0921db22e0cce51
Signed-off-by: Sivas SRR <sivas.srr@in.ibm.com>


# 17dae1ae 24-Mar-2019 Sivas SRR <sivas.srr@in.ibm.com>

__init__.robot created to get FW version

Resolves openbmc/openbmc-test-automation#1703

Signed-off-by: Sivas SRR <sivas.srr@in.ibm.com>
Change-Id: Id97dc9845d01e9ef60f3ef33321072

__init__.robot created to get FW version

Resolves openbmc/openbmc-test-automation#1703

Signed-off-by: Sivas SRR <sivas.srr@in.ibm.com>
Change-Id: Id97dc9845d01e9ef60f3ef333210722a36e09e6c
Signed-off-by: Sivas SRR <sivas.srr@in.ibm.com>

show more ...