Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: v5.0-stable, v4.0-stable
# 6fb70d98 24-Oct-2023 Matt Fischer <matthew.fischer@hpe.com>

Switch from Force Tags to Test Tags

Force Tags is deprecated in Robot 7.0 and will eventually
warn and then after that stop working. Test Tags performs
the same function per docs.

Change-Id: I7cf30

Switch from Force Tags to Test Tags

Force Tags is deprecated in Robot 7.0 and will eventually
warn and then after that stop working. Test Tags performs
the same function per docs.

Change-Id: I7cf305754b247b995a05d8da3b9de9ed613ecae2
Signed-off-by: Matt Fischer <matthew.fischer@hpe.com>

show more ...


# 9899a909 07-Sep-2023 George Keishing <gkeishin@in.ibm.com>

Redfish update test suite Force tags as per standard

Changes:
- Update Tags names for the test suite

Note: Refer CONTRIBUTING.md for under Tags section
documentation.

Tested:
- NA

Cha

Redfish update test suite Force tags as per standard

Changes:
- Update Tags names for the test suite

Note: Refer CONTRIBUTING.md for under Tags section
documentation.

Tested:
- NA

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

show more ...


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


Revision tags: robotframework-requests
# dbd7afb8 11-Aug-2022 George Keishing <gkeishin@in.ibm.com>

Amend suite teardown directive

Changes:
- Add Run Keyword And Ignore Error robot keyword to
prevent suite teardown failure while performing
redfish session logout.

Tested:
I ran t

Amend suite teardown directive

Changes:
- Add Run Keyword And Ignore Error robot keyword to
prevent suite teardown failure while performing
redfish session logout.

Tested:
I ran the test suite redfish/update_service/test_bmc_image_switch.robot
and it passed.

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

show more ...


# 504a371e 22-Jul-2022 George Keishing <gkeishin@in.ibm.com>

Add suite Force Tags for the update service

Changes:
- Added Force tag directive.

Tested:
Using robot
--include <Tag name> or --exclude <Tag name>
option in the command line

Add suite Force Tags for the update service

Changes:
- Added Force tag directive.

Tested:
Using robot
--include <Tag name> or --exclude <Tag name>
option in the command line CLI.

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

show more ...


# fc3096a5 12-Jul-2022 George Keishing <gkeishin@in.ibm.com>

Test suite for firmware side switch

Added:
- Test case to switch sides without powering on
- Test case to switch sides and power on host

Tested:

robot -v OPENBMC_HOST:xx.xx.xx.xx re

Test suite for firmware side switch

Added:
- Test case to switch sides without powering on
- Test case to switch sides and power on host

Tested:

robot -v OPENBMC_HOST:xx.xx.xx.xx redfish/update_service/test_bmc_image_switch.robot

------------------------------------------------------------------------------
Test Bmc Image Switch :: Redfish test to switch image sides and boot. | PASS |
2 tests, 2 passed, 0 failed
==============================================================================

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

show more ...