#
4fc2415d |
| 11-Apr-2025 |
George Keishing <gkeishin@in.ibm.com> |
Robot code syntax convention fixes
Changes: Fix keyword names which does not follow the case convention
Tested: NA Change-Id: I77e82a905aff9883d3b4555ee3c9f8297c404313 Signed-off-by: George
Robot code syntax convention fixes
Changes: Fix keyword names which does not follow the case convention
Tested: NA Change-Id: I77e82a905aff9883d3b4555ee3c9f8297c404313 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
Revision tags: v6.0-stable, 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 ...
|
#
8d87d7bc |
| 07-Nov-2023 |
George Keishing <gkeishin@in.ibm.com> |
Update tag and test case name for a test case
Changes: - There is a duplicate tag name in the test suite, so added suffix to differentiate it.
Before:
redfish/account_service/test_us
Update tag and test case name for a test case
Changes: - There is a duplicate tag name in the test suite, so added suffix to differentiate it.
Before:
redfish/account_service/test_user_account.robot: [Tags] Verify_Minimum_Password_Length_For_Redfish_User redfish/dmtf_tools/test_redfishtool_local_user.robot: [Tags] Verify_Minimum_Password_Length_For_Redfish_User
After:
redfish/account_service/test_user_account.robot: [Tags] Verify_Minimum_Password_Length_For_Redfish_User redfish/dmtf_tools/test_redfishtool_local_user.robot: [Tags] Verify_Minimum_Password_Length_For_Redfish_User_Using_Redfishtool
Tested: - NA
Change-Id: I0ebd398b43340ae89a6dfc7a90b818b214b2d85e Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
#
5431685f |
| 16-Oct-2023 |
George Keishing <gkeishin@in.ibm.com> |
Add new force tags for test suites
Comments: - Added new tags for the test suites
Tested: - NA
Change-Id: Ibd7eb9e821290c44bd1255d47a52e596e6135cbf Signed-off-by: George Keishing <gkeishin@i
Add new force tags for test suites
Comments: - Added new tags for the test suites
Tested: - NA
Change-Id: Ibd7eb9e821290c44bd1255d47a52e596e6135cbf Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
#
841ac303 |
| 24-Aug-2022 |
manashsarma <manashsarma@in.ibm.com> |
Fix redfishtool based local user test suite issues
Changes: - Replace Operator user with ReadOnly user in test cases
Tested: Ran Test redfish/dmtf_tools/test_redfishtool_local_user.robot
S
Fix redfishtool based local user test suite issues
Changes: - Replace Operator user with ReadOnly user in test cases
Tested: Ran Test redfish/dmtf_tools/test_redfishtool_local_user.robot
Signed-off-by: manashsarma <manashsarma@in.ibm.com> Change-Id: I7d41ca20413b15f3df9e08b7796d3815d2d1405c
show more ...
|
Revision tags: robotframework-requests |
|
#
fbd67007 |
| 01-Aug-2022 |
George Keishing <gkeishin@in.ibm.com> |
Robotframework request package upgrade changes
Current working package version robotframework-requests 0.7.2
To Test: pip3 install robotframework-requests -U or
Robotframework request package upgrade changes
Current working package version robotframework-requests 0.7.2
To Test: pip3 install robotframework-requests -U or # Once this commit is merged. pip3 install -r requirements.txt
Version latest: robotframework-requests 0.9.3
Refer Documentation: https://marketsquare.github.io/robotframework-requests/doc/RequestsLibrary.html
What is not changed: - The test cases under directory tests/ is not modified and is deprecated but you can continue using it with older package and configuration using
git clone -b v3.0-stable https://github.com/openbmc/openbmc-test-automation
Tested: Upstream HW_CI test list, firmware code update and few other test suite like ipmi, certificate, dumps, ffdc and redfish test suites.
Note: I have not tested end to end, so it is likely there could be grey areas where it could fail but should be minor w.r.t response data format.
Resolves: openbmc/openbmc-test-automation#2105
Change-Id: Ie03b25ff88948bcccb09e9d82f8da86e28c92697 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
#
ba7e33e2 |
| 21-May-2022 |
Gene Ratzlaff <generatz@gmail.com> |
Add tag for Verify Create User Without Enabling
Added robot tag entry for 'Verify Create User Without Enabling' Fixed a few minor typos in comments and documentation.
Signed-off-by: Gene Ratzlaff <
Add tag for Verify Create User Without Enabling
Added robot tag entry for 'Verify Create User Without Enabling' Fixed a few minor typos in comments and documentation.
Signed-off-by: Gene Ratzlaff <generatz@gmail.com> Change-Id: Ib7b9fca792d601b6d10c64124b8d986a5c9e0265
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>
|
Revision tags: v2.10-Hardknott |
|
#
26103d96 |
| 08-Dec-2020 |
manashsarma <manashsarma@in.ibm.com> |
Fix redfishtool local user test teardown
Changes: - Added ${HTTP_NOT_FOUND} for non existent teardown response check
Fixed: openbmc/openbmc-test-automation#2103
Change-Id: I963f4c1977c1f645aca
Fix redfishtool local user test teardown
Changes: - Added ${HTTP_NOT_FOUND} for non existent teardown response check
Fixed: openbmc/openbmc-test-automation#2103
Change-Id: I963f4c1977c1f645aca40c1b0f6f7f309f603a89 Signed-off-by: manashsarma <manashsarma@in.ibm.com>
show more ...
|
Revision tags: v2.8.0-stable |
|
#
c0efe585 |
| 15-Jun-2020 |
manashsarma <manashsarma@in.ibm.com> |
Add test cases for local user and cert management
Test cases added: - Verify Redfishtool CA Certificate Install Errors - Verify Error While Uploding Same CA Certificate Via Redfishtool - Ve
Add test cases for local user and cert management
Test cases added: - Verify Redfishtool CA Certificate Install Errors - Verify Error While Uploding Same CA Certificate Via Redfishtool - Verify Server Certificate View With Openssl Via Redfishtool - Verify Error While Running Redfishtool With Incorrect Password
Change-Id: I53ffc4d78fe67d1d986320f09320cf67dfd8963e Signed-off-by: Manash Sarma <manashsarma@in.ibm.com>
show more ...
|
#
75e7983e |
| 24-Jun-2020 |
manashsarma <manashsarma@in.ibm.com> |
Add user management test cases
Change-Id: I70b9c9e628b1d0df439f5803b96c5d82faaded3b Signed-off-by: manashsarma <manashsarma@in.ibm.com>
|
#
579d8253 |
| 28-May-2020 |
manashsarma <manashsarma@in.ibm.com> |
Add redfishtool utility library file and related changes
Change-Id: Ida402a7c8d188603f085f5a3740bdb3e0efea3a4 Signed-off-by: manashsarma <manashsarma@in.ibm.com>
|
#
9ca0d370 |
| 26-May-2020 |
manashsarma <manashsarma@in.ibm.com> |
Group local user test cases
Change-Id: I8b7153d881494f4b5960a5aba4f39eef2efb4036 Signed-off-by: manashsarma <manashsarma@in.ibm.com>
|