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 |
|
#
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 |
|
#
fc3d8f1d |
| 24-Mar-2022 |
George Keishing <gkeishin@in.ibm.com> |
Update DMTF Refish use case checker test suite
Changes: - Add logic to print errors in test suite - Update the directory where log is collected - Fix typo for IPMI suite
Resolves o
Update DMTF Refish use case checker test suite
Changes: - Add logic to print errors in test suite - Update the directory where log is collected - Fix typo for IPMI suite
Resolves openbmc/openbmc-test-automation#2177
Change-Id: Ice7bb4a7b154529e904a501802ef22cf583963ed Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
#
e23afb58 |
| 17-Mar-2022 |
George Keishing <gkeishin@in.ibm.com> |
Fix Tag mismatch and typo in the test suite
Change-Id: I3c01d1604198cc9cd3825a6e09c445fcba1bc5a3 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
|
#
538f1743 |
| 14-Mar-2022 |
George Keishing <gkeishin@in.ibm.com> |
Fix code trailing whitespace and LineTooLong in suites
Changes: - Line has trailing whitespace (TrailingWhitespace) - Line is too long (exceeds 110 characters) (LineTooLong)
Testing:
Fix code trailing whitespace and LineTooLong in suites
Changes: - Line has trailing whitespace (TrailingWhitespace) - Line is too long (exceeds 110 characters) (LineTooLong)
Testing: python3 -m rflint -rA robot_standards -R robot_custom_rules.py .
Change-Id: I6e5dcbbb94ddc87f9b49b309b86fbcce86684090 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
#
1c5d325e |
| 30-Dec-2021 |
Peter D Phan <peterp@us.ibm.com> |
dmtf_tools: Modify testcase to work with Redfish Usecase Checkers
- Set 1: Fix code to work with current APIs of Redfish-Usecase-Checkers. Current APIs remove the input for individual test options.
dmtf_tools: Modify testcase to work with Redfish Usecase Checkers
- Set 1: Fix code to work with current APIs of Redfish-Usecase-Checkers. Current APIs remove the input for individual test options. Test coverage remains same since all test options are excercised by individual test script.
Test: - Tested
Change-Id: Iba78037e6be6b051c72836a9fd1803e7d948f569 Signed-off-by: Peter D Phan <peterp@us.ibm.com>
show more ...
|
Revision tags: v2.10-Hardknott, v2.8.0-stable |
|
#
a053fb34 |
| 08-Jun-2020 |
manashsarma <manashsarma@in.ibm.com> |
Modify library method and testcase for DMTF usercase
There two objectives with this change: 1.Test case executed python command file 'Redfish-Usecase-Checkers/account_management/account_management.
Modify library method and testcase for DMTF usercase
There two objectives with this change: 1.Test case executed python command file 'Redfish-Usecase-Checkers/account_management/account_management.py'; with unrecognized arguments. This is corrected. 2.When any use case/test case (inside the python command file 'account_management.py') fails, just failure message comes without any information on failed test cases. This is fixed now.
Change-Id: Ic99dc5b7a20af631d6459025029b6db5dea305bb Signed-off-by: Manash Sarma <manashsarma@in.ibm.com>
show more ...
|
Revision tags: v2.7-warrior-stable |
|
#
6a69d26f |
| 03-Apr-2019 |
George Keishing <gkeishin@in.ibm.com> |
DMTF tool power on operation
Change-Id: I871dba155609a029ce659fa12881e9facc8ac632 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
|
#
4d9b7e13 |
| 26-Mar-2019 |
George Keishing <gkeishin@in.ibm.com> |
DMTF use case checker tool
Changes: - Test user management account
Change-Id: I449582ace1fa8a667bf6afe45ee4b062cce747c4 Signed-off-by: George Keishing <gkeishin@in.ibm.com> Signed-off-by: Maksy
DMTF use case checker tool
Changes: - Test user management account
Change-Id: I449582ace1fa8a667bf6afe45ee4b062cce747c4 Signed-off-by: George Keishing <gkeishin@in.ibm.com> Signed-off-by: Maksym Yepaneshnikov <Maksym_Yepaneshnikov@jabil.com>
show more ...
|