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


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


# 9bfdf8a7 19-Apr-2024 George Keishing <gkeishin@in.ibm.com>

Fix code typo in the repository

Changes:
- Corrected spelling mistake in the repository

Tested:
- NA

Change-Id: Ic721bbb2efc0f9f5a1895e3f5994fdb38fe310cd
Signed-off-by: George Keishing <gk

Fix code typo in the repository

Changes:
- Corrected spelling mistake in the repository

Tested:
- NA

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

show more ...


# 10385710 30-Jan-2024 Sushil Singh <susilsi7@in.ibm.com>

Automation CT fix to separate the TC

Changes:
- Verify Redfish Code Update Completion
In Spite Of Changing Hostname
- Verify Redfish Code Update Completion
In Spite Of Performing Ker

Automation CT fix to separate the TC

Changes:
- Verify Redfish Code Update Completion
In Spite Of Changing Hostname
- Verify Redfish Code Update Completion
In Spite Of Performing Kernel Panic
- Verify Redfish Code Update Completion
In Spite Of Updating HTTPS Certificate

Tested: - Ran successfully
/redfish/update_service/
test_redfish_bmc_code_update.robot

Change-Id: Icfeefe061f6fb132768a5f7a9f254038ec99fb06
Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>

show more ...


# ee0103d5 30-Jan-2024 George Keishing <gkeishin@in.ibm.com>

Code fixes and cleanup in test repository

Changes:
- Fix typo mistake
- Fix TrailingWhitespace
- Fix Tagging mismatch

Tested:
- Tag mismatch command
$ find | grep '\.robot$' | xargs awk -

Code fixes and cleanup in test repository

Changes:
- Fix typo mistake
- Fix TrailingWhitespace
- Fix Tagging mismatch

Tested:
- Tag mismatch command
$ find | grep '\.robot$' | xargs awk -f check_robot_tags.awk
- codespell
- robot custom script

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

show more ...


# 8689506e 16-Jan-2024 Sushil Singh <susilsi7@in.ibm.com>

Automation fix for code update

Changes:
- Increase the sleep time to get
the image id.
- Added tear down.

Tested: - Ran successfully
redfish/update_service/
test_redfish_b

Automation fix for code update

Changes:
- Increase the sleep time to get
the image id.
- Added tear down.

Tested: - Ran successfully
redfish/update_service/
test_redfish_bmc_code_update.robot

Change-Id: I6312825afa54dd2f70e379c9646780d4585cfc47
Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>

show more ...


# a703780f 20-Oct-2023 Sushil Singh <susilsi7@in.ibm.com>

Moved Redfish update key to lib file

Changes:
- Moved keyword to lib file,
"Redfish Update Firmware"

Tested:
- Ran Successfully
Redfish Update Firmware.

Change-Id: I9853d84e7c85619

Moved Redfish update key to lib file

Changes:
- Moved keyword to lib file,
"Redfish Update Firmware"

Tested:
- Ran Successfully
Redfish Update Firmware.

Change-Id: I9853d84e7c856195738dc3b334bbddc3ff75ab89
Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>

show more ...


# 365dd46d 12-Oct-2023 George Keishing <gkeishin@in.ibm.com>

Fix code syntax and warning errors

Changes:
- Fixes the following warnings
Line has trailing whitespace (TrailingWhitespace)
Non-existing setting 'Foce Tags'

Tested:
- Tested usin

Fix code syntax and warning errors

Changes:
- Fixes the following warnings
Line has trailing whitespace (TrailingWhitespace)
Non-existing setting 'Foce Tags'

Tested:
- Tested using robot --dryrun option and rflint tools.

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

show more ...


# 6209865a 31-Aug-2023 Sushil Singh <susilsi7@in.ibm.com>

Code enhancement for firmware update

Changes:
- Code enhancement.
"Redfish Code Update With Multiple Firmware"

Tested: - Ran successfully
Redfish Code Update With Multiple Firmware
Cha

Code enhancement for firmware update

Changes:
- Code enhancement.
"Redfish Code Update With Multiple Firmware"

Tested: - Ran successfully
Redfish Code Update With Multiple Firmware
Change-Id: I955e81db5de30f82aa4ec57868c46c0f3cd12b3a
Signed-off-by: Sushil Singh <susilsi7@in.ibm.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 ...


# 514a840c 30-Aug-2023 Sushil Singh <susilsi7@in.ibm.com>

Firmware update path change

Changes:
- Added response code
- Resolved path issue for redfish
firmware update

Tested:
- Ran successfully
redfish/update_service/test_redfish_bmc_co

Firmware update path change

Changes:
- Added response code
- Resolved path issue for redfish
firmware update

Tested:
- Ran successfully
redfish/update_service/test_redfish_bmc_code_update.robot

Change-Id: I6c45bf9178c20e40eb43915e6820c69320976495
Signed-off-by: Sushil Singh <susilsi7@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 ...


# 759f1489 28-Feb-2023 Sushil Singh <susilsi7@in.ibm.com>

Code update new URI changes

Changes:
- Added support of new URI for code update

Tested:
- Ran Successfully
redfish/update_service/test_redfish_bmc_code_update.robot

Change-Id: I902cf074

Code update new URI changes

Changes:
- Added support of new URI for code update

Tested:
- Ran Successfully
redfish/update_service/test_redfish_bmc_code_update.robot

Change-Id: I902cf07423fb310b8a5f4c761ee764fdb32aa48c
Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>

show more ...


# 1ee3c939 24-Feb-2023 Sushil Singh <susilsi7@in.ibm.com>

Automated Code update scenario

Changes:
- Automated code update in progress then update
http certificate
- Added parameter that is https_certificate to
"Redfish Code Update With Diff

Automated Code update scenario

Changes:
- Automated code update in progress then update
http certificate
- Added parameter that is https_certificate to
"Redfish Code Update With Different Interrupted Operation"

Tested:
- Ran successfully
redfish/update_service/test_redfish_bmc_code_update.robot

Change-Id: Icb5410f6abea42291162771cc25b2b64b08cbae1
Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>

show more ...


# 4611b818 16-Feb-2023 George Keishing <gkeishin@in.ibm.com>

Update code documentation misspelling correction

Changes:
- Fix code documentation typo

Tested:
- NA

Change-Id: Ia198c9729fb6550f9abf9edd8a795f03027f53be
Signed-off-by: George Keishing <

Update code documentation misspelling correction

Changes:
- Fix code documentation typo

Tested:
- NA

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

show more ...


# 44bfc20a 08-Feb-2023 Sushil Singh <susilsi7@in.ibm.com>

Added test case to ensure firmware update
successful when interrupted with hostname
change

Changes:
- Redfish Code Update With Different
Interrupted Operation
- Verify Redfish Code Update

Added test case to ensure firmware update
successful when interrupted with hostname
change

Changes:
- Redfish Code Update With Different
Interrupted Operation
- Verify Redfish Code Update With Different
Interrupted Operation

Tested:
- Ran successfully
redfish/update_service/
test_redfish_bmc_code_update.robot

Change-Id: I209cfddc2991e3684ee1d934311517ac19c4f1e6
Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>

show more ...


# a83bba0a 18-Jan-2023 Sushil Singh <susilsi7@in.ibm.com>

Fail to perform firmware update

Changes:
- Verify Code Update Fails When Kernel Panic Occur

Tested:
- Ran successfully
redfish/update_service/
test_redfish_bmc_code_update.robot

Ch

Fail to perform firmware update

Changes:
- Verify Code Update Fails When Kernel Panic Occur

Tested:
- Ran successfully
redfish/update_service/
test_redfish_bmc_code_update.robot

Change-Id: Iae19c360248739ca94151e80e6904d8f1bec984e
Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>

show more ...


# 0d930e9e 25-Jan-2023 George Keishing <gkeishin@in.ibm.com>

Clean up documentation and shortened exceeding code limit

Changes:
- Typo fixes in test documentation.
- Remove trailing whitespace in code
- Arrange longer line test code

Tested:
-

Clean up documentation and shortened exceeding code limit

Changes:
- Typo fixes in test documentation.
- Remove trailing whitespace in code
- Arrange longer line test code

Tested:
- NA

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

show more ...


# c8526a2e 21-Dec-2022 Sushil Singh <susilsi7@in.ibm.com>

Automated reset reload scenario

Changes:
- "Post BMC Reset Perform Redfish Code Update"
- "Post BMC Reset Perfrom Image Switched To Backup Multiple Times"

Tested:
- Ran successfully

Automated reset reload scenario

Changes:
- "Post BMC Reset Perform Redfish Code Update"
- "Post BMC Reset Perfrom Image Switched To Backup Multiple Times"

Tested:
- Ran successfully
Post BMC Reset Perform Redfish Code Update
Post BMC Reset Perfrom Image Switched To Backup Multiple Times
test case.

Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
Change-Id: I22a252d482a251b8b7c11b40cbaf943434858da6

show more ...


# c915f5ed 21-Dec-2022 Sushil Singh <susilsi7@in.ibm.com>

Multiple times same firmware update

Changes:
- "Redfish Code Update Same Firmware With Multiple Times"

Tested:
- Ran successfully
Redfish Code Update Same Firmware With Multiple Times

Multiple times same firmware update

Changes:
- "Redfish Code Update Same Firmware With Multiple Times"

Tested:
- Ran successfully
Redfish Code Update Same Firmware With Multiple Times
test case.

Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
Change-Id: I5c18c5bc5951a6c9ae43fdc533fbef163637327b

show more ...


Revision tags: robotframework-requests
# 1560e652 03-Aug-2022 Sushil Singh <susilsi7@in.ibm.com>

Redfish code update changes

Changes:
- Added task state in json file
data/task_state.json
- Added Keyword Create List Of Task,
Create Initiated Task State Dict,
Match Target URI

Redfish code update changes

Changes:
- Added task state in json file
data/task_state.json
- Added Keyword Create List Of Task,
Create Initiated Task State Dict,
Match Target URI,
Check Task With Match TargetUri,
Verify Task Progress State
- Added Keyword Get Task State From File

Tested:
Ran succesfully redfish/
update_service/test_redfish_bmc_code_update.robot

Change-Id: Iba2131925cb60614f456cbf5ec91b1b02bddc06b
Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>

show more ...


# 5236ec54 31-Jan-2022 George Keishing <gkeishin@in.ibm.com>

Fix test cases name tags under redfish directory

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


# 0c8100ff 13-Jan-2022 George Keishing <gkeishin@in.ibm.com>

Fix typo in tags used in test suites

Resolves openbmc/openbmc-test-automation#2149

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


# 4aff2d02 08-Jun-2021 Tim Lee <timlee660101@gmail.com>

redfish: use Redfish Delete All BMC Dumps instead

Signed-off-by: Joseph Liu <kwliu@nuvoton.com>
Signed-off-by: Tim Lee <timlee660101@gmail.com>
Change-Id: I29c6ba95e8b005543069fc2d54

redfish: use Redfish Delete All BMC Dumps instead

Signed-off-by: Joseph Liu <kwliu@nuvoton.com>
Signed-off-by: Tim Lee <timlee660101@gmail.com>
Change-Id: I29c6ba95e8b005543069fc2d541fadc1b895b3ea

show more ...


Revision tags: v2.10-Hardknott
# 5166ebd5 31-May-2021 Sushil Singh <susilsi7@in.ibm.com>

Added the documentation to test case and keyword

Change-Id: Ibe354b68cd7cc4abf18d318953eda4cfaf6cfa45
Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>


12