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
# 4d430283 27-Apr-2023 ganesanb <ganesanb@ami.com>

Managers ID : Introduced variable to declare Managers ID in resource.robot and updated all the scripts in openbmc-test-automation

Changes:
- Introduced ${MANAGER_ID} variable in resource.robot

Managers ID : Introduced variable to declare Managers ID in resource.robot and updated all the scripts in openbmc-test-automation

Changes:
- Introduced ${MANAGER_ID} variable in resource.robot
- Replaced all the Managers/bmc to Managers/${MANAGER_ID} across all the scripts
- Also in data/variables.py updated chassis id for the few redfish uri.

Tested:
- Ran All The Scripts Successfully

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

show more ...


# bca06d02 15-Apr-2023 ganesanb <ganesanb@ami.com>

DMTF Tools: Handled DMTF Tools Download If Branch Name Was Different

Changes:

- Recently, In DMTF Tools website for few of tools repository stable branch name was changed from master to main.

DMTF Tools: Handled DMTF Tools Download If Branch Name Was Different

Changes:

- Recently, In DMTF Tools website for few of tools repository stable branch name was changed from master to main.
- Handled Download DMTF Tools keyword, to download dmtf tool from their respective stable branch.

Tested:
- Ran All The Scripts Successfully

Change-Id: I7d86799051a95df4728bd728a9c90bdbe0107dad
Signed-off-by: ganesanb <ganesanb@ami.com>

show more ...


Revision tags: robotframework-requests
# 899ae01f 25-Mar-2022 George Keishing <gkeishin@in.ibm.com>

Update Redfish-Reference-Checker and Redfish-Service-Validator suites

Changes:
- lib/dmtf_tools_utils.robot to return the RC
- Update test code to handle rc returnning

Resolves openbmc/ope

Update Redfish-Reference-Checker and Redfish-Service-Validator suites

Changes:
- lib/dmtf_tools_utils.robot to return the RC
- Update test code to handle rc returnning

Resolves openbmc/openbmc-test-automation#2178
Resolves openbmc/openbmc-test-automation#2179

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

show more ...


Revision tags: v2.10-Hardknott, v2.8.0-stable
# d27fc31e 19-Jun-2020 Sushma M M <sushmm99@in.ibm.com>

Address issue for deprecated syntax

Change from :FOR to FOR/END to address a new WARNING in
the new robot version.

Change-Id: Id5d1259f3e8c928cc2425e7e6b2d0051358b99e1
Signed-off-by: Sushma M M <su

Address issue for deprecated syntax

Change from :FOR to FOR/END to address a new WARNING in
the new robot version.

Change-Id: Id5d1259f3e8c928cc2425e7e6b2d0051358b99e1
Signed-off-by: Sushma M M <sushmm99@in.ibm.com>

show more ...


Revision tags: v2.7-warrior-stable
# 192d10a2 22-Mar-2019 Steven Sombar <ssombar@us.ibm.com>

Rename Redfish validators and update README.md

Changes:
- Replace dashes with underscores in:
Redfish-JsonSchema-ResponseValidator.robot
Redfish-Service-Validator.robot
-Remove r

Rename Redfish validators and update README.md

Changes:
- Replace dashes with underscores in:
Redfish-JsonSchema-ResponseValidator.robot
Redfish-Service-Validator.robot
-Remove reference to network test in extended in README.md.

Signed-off-by: Steven Sombar <ssombar@us.ibm.com>
Change-Id: I0a663f0d6dc69a900206426bf0a587d6154a6524

show more ...