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
# 2c132011 08-Nov-2023 George Keishing <gkeishin@in.ibm.com>

Update validator user password for additional role

Changes:
- Defaulted user password for Operator and Read-Only user

Tested:
- Ran from sandbox and it came clean

Resolves openbmc/openbmc-

Update validator user password for additional role

Changes:
- Defaulted user password for Operator and Read-Only user

Tested:
- Ran from sandbox and it came clean

Resolves openbmc/openbmc-test-automation#2221

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

show more ...


# 839ec72a 09-Oct-2023 George Keishing <gkeishin@in.ibm.com>

Update default branch name for Redfish Validator

Changes:
- Update default master to main

Tested: - Tested from sandbox
Change-Id: Iac37626a9bc23aa1766c932745b68768e60b0fa5
Signed-off-by: Georg

Update default branch name for Redfish Validator

Changes:
- Update default master to main

Tested: - Tested from sandbox
Change-Id: Iac37626a9bc23aa1766c932745b68768e60b0fa5
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 ...


# d4ba2493 10-Jan-2022 George Keishing <gkeishin@in.ibm.com>

Fix HTTPS_PORT user define port input

Resolves openbmc/openbmc-test-automation#2145

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


# f189ff89 10-Aug-2021 George Keishing <gkeishin@in.ibm.com>

Update DMTF validator new tool options

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


Revision tags: v2.10-Hardknott, v2.8.0-stable
# 79bf2733 19-May-2020 Anusha Dathatri <adathatr@in.ibm.com>

Enable user to specify the HTTPS port

Signed-off-by: Anusha Dathatri <adathatr@in.ibm.com>
Change-Id: I4c3cca8f1473c7a9e43c1da275c440f759e3202c


# 5b38c442 06-Mar-2020 George Keishing <gkeishin@in.ibm.com>

Update service validator to use AuthType

Input from Gunnar Mills:
AuthType = Session, which creates a session and uses that.
Doing basic auth (the default) takes roughly twic

Update service validator to use AuthType

Input from Gunnar Mills:
AuthType = Session, which creates a session and uses that.
Doing basic auth (the default) takes roughly twice as long
per call using our webserver.

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

show more ...


# 4a95aeff 04-Mar-2020 George Keishing <gkeishin@in.ibm.com>

Run redfish service validator using different roles

Changes:
- Added test to run validator using operator and readonly role.

Change-Id: I3263abec69440177d9a46b7b4d1b07b12ba55

Run redfish service validator using different roles

Changes:
- Added test to run validator using operator and readonly role.

Change-Id: I3263abec69440177d9a46b7b4d1b07b12ba5593f
Signed-off-by: George Keishing <gkeishin@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-Validato

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 ...