Revision tags: v5.0-stable |
|
#
a4ab9f33 |
| 13-Dec-2023 |
Sridevi Ramesh <sridevra@in.ibm.com> |
Fix for BIOS attribute sanity test suite
Changes:
Miscellaneous fixes for BIOS attribute sanity test suite.
But, still there are some failure to handle. Will fix it in further commits.
Tested:
T
Fix for BIOS attribute sanity test suite
Changes:
Miscellaneous fixes for BIOS attribute sanity test suite.
But, still there are some failure to handle. Will fix it in further commits.
Tested:
Tested on BMC environment.
Change-Id: Ie513ab31b1ae89f88355f9dc3c8966bcca67d9f4 Signed-off-by: Sridevi Ramesh <sridevra@in.ibm.com>
show more ...
|
Revision tags: v4.0-stable |
|
#
b9080fc5 |
| 17-Feb-2023 |
George Keishing <gkeishin@in.ibm.com> |
Pylint warning and errors clean up
Changes: - C0301: Line too long - R1705: Unnecessary "elif" after "return", remove the leading "el" from "elif" - R1710: Either all return statem
Pylint warning and errors clean up
Changes: - C0301: Line too long - R1705: Unnecessary "elif" after "return", remove the leading "el" from "elif" - R1710: Either all return statements in a function should return an expression, or none of them should. - Remove documentation no longer needed
Tested: - NA
Change-Id: Ib2bc72b62655bbdd86dd63a349e5da558b222a76 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
#
20f38712 |
| 08-Dec-2022 |
Patrick Williams <patrick@stwcx.xyz> |
black: re-format
black and isort are enabled in the openbmc-build-scripts on Python files to have a consistent formatting. Re-run the formatter on the whole repository.
Signed-off-by: Patrick Will
black: re-format
black and isort are enabled in the openbmc-build-scripts on Python files to have a consistent formatting. Re-run the formatter on the whole repository.
Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I944f1915ece753f72a3fa654902d445a9749d0f9
show more ...
|
#
e635ddc0 |
| 08-Dec-2022 |
George Keishing <gkeishin@in.ibm.com> |
Revert "black: re-format"
This reverts commit 5731818de0ce446ceaafc7e75ae39da1b69942ae.
Signed-off-by: George Keishing <gkeishin@in.ibm.com> Change-Id: Ie61cdc8c7f2825b0d9d66be87a6a3a058de2b372
|
#
5731818d |
| 08-Dec-2022 |
Patrick Williams <patrick@stwcx.xyz> |
black: re-format
black and isort are enabled in the openbmc-build-scripts on Python files to have a consistent formatting. Re-run the formatter on the whole repository.
Change-Id: If1010ead857d413
black: re-format
black and isort are enabled in the openbmc-build-scripts on Python files to have a consistent formatting. Re-run the formatter on the whole repository.
Change-Id: If1010ead857d41364c024bf8145a979a9377d382 Signed-off-by: Patrick Williams <patrick@stwcx.xyz>
show more ...
|
Revision tags: robotframework-requests |
|
#
e7e9171e |
| 03-Sep-2021 |
George Keishing <gkeishin@in.ibm.com> |
Update python code for python 3.8 or higher compatibility
Changes: - Update shebang directive to use python3 explicitly. - remove preexec_fn feature which is deprecated in higher py
Update python code for python 3.8 or higher compatibility
Changes: - Update shebang directive to use python3 explicitly. - remove preexec_fn feature which is deprecated in higher python version 3.8 and above. - bufsize fix, from documentation bufsize 1 means line buffered (only usable if universal_newlines=True i.e., in a text mode) refer: https://docs.python.org/3/library/subprocess.html - Fix SyntaxWarning: "is" with "=="
Change-Id: Ib96c1ba8c2327d6774d0d731b48ca7e61a4a297a Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
#
48615cd9 |
| 15-Jun-2021 |
Sridevi Ramesh <sridevra@in.ibm.com> |
Fix for Redfish bios attribute operations test scenario
Change-Id: Id0283c03419061cb3f055bb7434dfe30cd355402 Signed-off-by: Sridevi Ramesh <sridevra@in.ibm.com>
|
Revision tags: v2.10-Hardknott |
|
#
ba3cb8c0 |
| 25-May-2021 |
Anusha Dathatri <adathatr@in.ibm.com> |
Added a method to get new values for all types of BIOS attributes
Signed-off-by: Anusha Dathatri <adathatr@in.ibm.com> Change-Id: Iaa6b78f57c8f77fdb095faed81e48559a54bd67b
|
#
74291d46 |
| 28-Apr-2021 |
Sridevi Ramesh <sridevra@in.ibm.com> |
Pldm automation fix
Change-Id: Ib0740f2d511b5978ca171746e24e63a2b580dcab Signed-off-by: Sridevi Ramesh <sridevra@in.ibm.com>
|
#
2ab3d388 |
| 29-Mar-2021 |
Sridevi Ramesh <sridevra@in.ibm.com> |
Automate 9 TC to verify BIOS Attribute Types using pldmtool
- Verify Set BIOS Integer Attribute Type - Verify Set BIOS String Attribute Type - Verify Restore BIOS Attribute Values
Automate 9 TC to verify BIOS Attribute Types using pldmtool
- Verify Set BIOS Integer Attribute Type - Verify Set BIOS String Attribute Type - Verify Restore BIOS Attribute Values - Verify Get BIOS Attribute With Invalid Attribute Name - Verify Set BIOS Attribute With Invalid Attribute Name - Verify Set Invalid Optional Value For BIOS Enumeration Attribute Type - Verify Set Out Of Range Integer Value For BIOS Integer Attribute Type - Verify Set Out Of Range String Value For BIOS String Attribute Type
Change-Id: I2db9fea8acd097a33a52f6cd5d03ed8427c12a4f Signed-off-by: Sridevi Ramesh <sridevra@in.ibm.com>
show more ...
|
#
57537452 |
| 18-Jan-2021 |
Sridevi Ramesh <sridevra@in.ibm.com> |
Automate testcase to verify BIOS attribute using pldmtool.
- Verify SetBIOSAttributeCurrentValue - Verify GetBIOSAttributeCurrentValueByHandle
Change-Id: Ib9d6cbbcd2f34a9904b08fa725
Automate testcase to verify BIOS attribute using pldmtool.
- Verify SetBIOSAttributeCurrentValue - Verify GetBIOSAttributeCurrentValueByHandle
Change-Id: Ib9d6cbbcd2f34a9904b08fa72549822b54291be1 Signed-off-by: Sridevi Ramesh <sridevra@in.ibm.com>
show more ...
|
#
961050ba |
| 12-Nov-2020 |
Sridevi Ramesh <sridevra@in.ibm.com> |
Fix pldmtool output to support json format
Change-Id: I92a6af0ca1ee5edf77fda1439435bf3956881b0d Signed-off-by: Sridevi Ramesh <sridevra@in.ibm.com>
|
Revision tags: v2.8.0-stable |
|
#
072d5af8 |
| 02-Jun-2020 |
Sridevi Ramesh <sridevra@in.ibm.com> |
Update new PDR type info for pldm platform subsytem.
Change-Id: I27b09c132c7dcfdd2c07fc11406b357ad8c1bc22 Signed-off-by: Sridevi Ramesh <sridevra@in.ibm.com>
|
#
1faaa460 |
| 16-Apr-2020 |
George Keishing <gkeishin@in.ibm.com> |
Typo fixes in test documentation
Change-Id: I09bed09db845a2788e0ebe384db937a13031b083 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
|
#
f60581b6 |
| 07-Apr-2020 |
Sridevi Ramesh <sridevra@in.ibm.com> |
Automation of pldmtool bios GetBIOSTable test cases.
- verification part for GetBIOSTable for table type 'StringTable'. - Add TCs for GetBIOSTable for table type 'AttributeTable' and '
Automation of pldmtool bios GetBIOSTable test cases.
- verification part for GetBIOSTable for table type 'StringTable'. - Add TCs for GetBIOSTable for table type 'AttributeTable' and 'AttributeValueTable'.
Change-Id: I2a5220ac9b518daec54407292ee0d2adb3061731 Signed-off-by: Sridevi Ramesh <sridevra@in.ibm.com>
show more ...
|
#
538d18d1 |
| 30-Mar-2020 |
Sridevi Ramesh <sridevra@in.ibm.com> |
Verify pldmtool platform GetPDR with PDR type FRURecordSetIdentifier and PDREntityAssociation.
Resolves openbmc/openbmc-test-automation/issues/#2085
Change-Id: If3cfe2119262b904d5103d79c5952def3075
Verify pldmtool platform GetPDR with PDR type FRURecordSetIdentifier and PDREntityAssociation.
Resolves openbmc/openbmc-test-automation/issues/#2085
Change-Id: If3cfe2119262b904d5103d79c5952def3075c56a Signed-off-by: Sridevi Ramesh <sridevra@in.ibm.com>
show more ...
|
#
039bc768 |
| 30-Mar-2020 |
Sridevi Ramesh <sridevra@in.ibm.com> |
Add test to verify GetPLDMCommands for supported pldm types.
Change-Id: I43ebdf03d98f2322aa1fd71262c987d4e682c839 Signed-off-by: Sridevi Ramesh <sridevra@in.ibm.com>
|
#
0126ea05 |
| 30-Mar-2020 |
Sridevi Ramesh <sridevra@in.ibm.com> |
Fix for pldmtool testcases after pldm verbosity is enabled.
Change-Id: I50d2ce99d388713eb5fff5a6230a0c28ec879925 Signed-off-by: Sridevi Ramesh <sridevra@in.ibm.com>
|
#
fe52e405 |
| 05-Feb-2020 |
Sridevi Ramesh <sridevra@in.ibm.com> |
PLDM: Automate Test Scenarios for pldm commands
- Verify GetPDR - Verify SetStateEffecterStates - Verify GetTID - Verify GetBIOSTable For StringTable - Verify GetFruRecordTableMetadata
Note: O
PLDM: Automate Test Scenarios for pldm commands
- Verify GetPDR - Verify SetStateEffecterStates - Verify GetTID - Verify GetBIOSTable For StringTable - Verify GetFruRecordTableMetadata
Note: Ouput for GetBIOSTable type stringtable is dynamic will submit the verification part in the next commit.
Change-Id: I422c2df4485ac25d6ff4183bd51b5ddc6c3bf3cc Signed-off-by: Sridevi Ramesh <sridevra@in.ibm.com> Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
#
1495bc4f |
| 04-Feb-2020 |
Sridevi Ramesh <sridevra@in.ibm.com> |
PLDM: Automate test scenarios for pldmtool commands - phase 1
Test scenarios: - Verify GetDateTime - Verify SetDateTime
Resolves openbmc-test-automation/issues/#1998
Change-Id:
PLDM: Automate test scenarios for pldmtool commands - phase 1
Test scenarios: - Verify GetDateTime - Verify SetDateTime
Resolves openbmc-test-automation/issues/#1998
Change-Id: I7b302a30f37041cef87c53560004cdd900c897a8 Signed-off-by: Sridevi Ramesh <sridevra@in.ibm.com>
show more ...
|
#
4d488571 |
| 10-Dec-2019 |
Rahul Maheshwari <rahulmaheshwari@in.ibm.com> |
Enable basic infrastructure for PLDM testing
What infrastructure support is enabled - Added keywords to run pldm command. - Added basic test cases for base PLDM commands.
Change-Id: Ic821
Enable basic infrastructure for PLDM testing
What infrastructure support is enabled - Added keywords to run pldm command. - Added basic test cases for base PLDM commands.
Change-Id: Ic821415c2bb29cee231093db614f0787c9faee57 Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
show more ...
|