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
# 2742a9c9 29-Aug-2023 George Keishing <gkeishin@in.ibm.com>

Update Redfish_Interop_Validator test params

Changes:
- Restructure test parameters and add documentation

Tested:
- Verified from sandbox changes.

Change-Id: Ia66e918ff3367d806717259bbdc

Update Redfish_Interop_Validator test params

Changes:
- Restructure test parameters and add documentation

Tested:
- Verified from sandbox changes.

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

show more ...


# 18d3c8ad 29-Aug-2023 George Keishing <gkeishin@in.ibm.com>

Update default branch name for Redfish-Interop-Validator

Changes:
- Update default master to main

Tested:
- Tested from sandbox

Change-Id: I74f70559eea9c55498fe1ed6293c4bfaf35b6acd
Signed-

Update default branch name for Redfish-Interop-Validator

Changes:
- Update default master to main

Tested:
- Tested from sandbox

Change-Id: I74f70559eea9c55498fe1ed6293c4bfaf35b6acd
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
# 65868c6a 11-May-2022 Jordan Chen <jordanchen@google.com>

Add Redfish interoperability validator

This change is a proposal to add Redfish interop validator
which is also a DMTF tool to validate the Redfish service's
conformance. This validator validate the

Add Redfish interoperability validator

This change is a proposal to add Redfish interop validator
which is also a DMTF tool to validate the Redfish service's
conformance. This validator validate the Redfish service
based on an interoperability profile given to it. I've also
added a profile for validating the minimal requirements now,
we could populate more requirements based on this profile.
The benefit of bringing this tool is the user could use
this tool to validate their own implementation with their
own interoperability profile.

Signed-off-by: Jordan Chen <jordanchen@google.com>
Change-Id: Ic00738c349276c6874a4f850cad71b56f9aa8582

show more ...