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 ...
|
#
7c32f30f |
| 10-Oct-2023 |
George Keishing <gkeishin@in.ibm.com> |
openpower: 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
openpower: 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: Id4a4131fec754fb106f47b4a0598715f94fd098d Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
#
10dba42f |
| 25-Jul-2023 |
Sushil Singh <susilsi7@in.ibm.com> |
Added changes in session URI as context
Changes: - New change is introduced to replace the Oem information to context. - Below files contains repective changes for context in session
Added changes in session URI as context
Changes: - New change is introduced to replace the Oem information to context. - Below files contains repective changes for context in session URI. - openpower/ext_interfaces/ test_client_identifier.robot
Tested: - Ran successfully openpower/ext_interfaces/ test_client_identifier.robot Change-Id: I5e86202732febb5b7c357d38a0d8d8b520438c16 Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
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 ...
|
#
b78bca24 |
| 29-Jun-2021 |
George Keishing <gkeishin@in.ibm.com> |
Fix trailing spaces and line exceeded
Change-Id: Ia6a46cdb2fc9be6f4721bde6962a694f096612ae Signed-off-by: George Keishing <gkeishin@in.ibm.com>
|
Revision tags: v2.10-Hardknott |
|
#
f90fd656 |
| 05-Feb-2021 |
Sushil Singh <susilsi7@in.ibm.com> |
Automation fix 401 session issue
Changes: - In current code using Redfish OBMC Reboot (off), in order to reboot the BMC. but after reboot it delete all the session. the session created
Automation fix 401 session issue
Changes: - In current code using Redfish OBMC Reboot (off), in order to reboot the BMC. but after reboot it delete all the session. the session created by test case still needed even after the reboot in order to continue the execution.
Change-Id: Ia8c75016791dd401c9c5b268e116027f25a5a905 Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
show more ...
|
#
ca49ced3 |
| 05-Nov-2020 |
Sushil Singh <susilsi7@in.ibm.com> |
Implementation change of getting server ip
changes: - Implementation change of getting server ip using socket - Removed: Create A Session With ClientID Get Session Information By
Implementation change of getting server ip
changes: - Implementation change of getting server ip using socket - Removed: Create A Session With ClientID Get Session Information By ClientID Verify A Session Created With ClientID
Change-Id: I5c3c6554173cd028580f7f5ecca088626f72a21a Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
show more ...
|
#
87e984c8 |
| 20-Oct-2020 |
Sushil Singh <susilsi7@in.ibm.com> |
Code enhancement on creating an session and verifying the session information
Change-Id: I3af9f71f34f7d837a8777d0a5e5b667a9eecd203 Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
|
#
24e32afa |
| 05-Oct-2020 |
Sushil Singh <susilsi7@in.ibm.com> |
Automation fix for client identifier
Changes: - Change of ClientOriginIP to ClientOriginIPAddress - Change of place to define ClientOriginIPAddress
Change-Id: I7495762bc021f018f655f013b232d48
Automation fix for client identifier
Changes: - Change of ClientOriginIP to ClientOriginIPAddress - Change of place to define ClientOriginIPAddress
Change-Id: I7495762bc021f018f655f013b232d48da1b266cd Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
show more ...
|
#
4ec68ba8 |
| 11-Sep-2020 |
Sushil Singh <susilsi7@in.ibm.com> |
Client identifier automation for non admin user
Changes: - Added test case "Create Session For Non Admin User" - Added keyword "Redfish Get Request"
Change-Id: I9d361bf0ab0872454ed1415c6b322d
Client identifier automation for non admin user
Changes: - Added test case "Create Session For Non Admin User" - Added keyword "Redfish Get Request"
Change-Id: I9d361bf0ab0872454ed1415c6b322dd3aef79ba4 Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
show more ...
|
#
07297f8b |
| 08-Sep-2020 |
Sushil Singh <susilsi7@in.ibm.com> |
Automation fix for ifconfig command
Changes: - New implementaion uses socket module to get the ip address.
Change-Id: I9529b987057f93449e0570571eb5b324487c2eac Signed-off-by: Sushil Singh <susil
Automation fix for ifconfig command
Changes: - New implementaion uses socket module to get the ip address.
Change-Id: I9529b987057f93449e0570571eb5b324487c2eac Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
show more ...
|
#
bfaeb036 |
| 01-Sep-2020 |
Sushil Singh <susilsi7@in.ibm.com> |
Automation fix for ifconfig command
Changes: - ifconfig error message: Command 'ifconfig' returned non-zero exit status 127. - New implementaion uses socket module to get the hostname.
C
Automation fix for ifconfig command
Changes: - ifconfig error message: Command 'ifconfig' returned non-zero exit status 127. - New implementaion uses socket module to get the hostname.
Change-Id: I3b60efe5b88fb44676b729cb8b28ebb9cf735638 Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
show more ...
|
#
c957f57f |
| 20-Aug-2020 |
Sushil Singh <susilsi7@in.ibm.com> |
Added test case unable to set client origin ip
Changes: - Added test case "Fail To Set Client Origin IP" - Added keyword "Set Client Origin IP" - Added keyword "Create Session And Fail To S
Added test case unable to set client origin ip
Changes: - Added test case "Fail To Set Client Origin IP" - Added keyword "Set Client Origin IP" - Added keyword "Create Session And Fail To Set Client Origin IP"
Change-Id: Iddfb119dd48a620d8c8455395ef1c8a14bfc4109 Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
show more ...
|
#
889a75e4 |
| 19-Aug-2020 |
Sushil Singh <susilsi7@in.ibm.com> |
Added test case related to multiple session
Changes: - Added testcase "Create A Multiple Session With ClientID And Verify" - Added testcase "Check Multiple ClientID Persistency On BMC Reboot"
Added test case related to multiple session
Changes: - Added testcase "Create A Multiple Session With ClientID And Verify" - Added testcase "Check Multiple ClientID Persistency On BMC Reboot" - Added keyword "Get Session Information By ClientID"
Change-Id: Icba45921f8aaa27f324185f6598536a481f909f4 Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
show more ...
|
#
1384321b |
| 18-Aug-2020 |
Sushil Singh <susilsi7@in.ibm.com> |
Added test case to check the persistency of client id
Changes: - Added test case "Create A Session With ClientID And Verify". - Added keyword "Check ClientID Persistency On BMC Reboot".
Chang
Added test case to check the persistency of client id
Changes: - Added test case "Create A Session With ClientID And Verify". - Added keyword "Check ClientID Persistency On BMC Reboot".
Change-Id: I6fb869f6f9f59747071129a1cac65f91eb5296c2 Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
show more ...
|
#
45d841e3 |
| 30-Jul-2020 |
Sushil Singh <susilsi7@in.ibm.com> |
Added a test case to create a session with clientid and verify its exsistence
Changes: - Added test case "Create A Session With ClientID And Verify". - Added logic in lib to find test bed syst
Added a test case to create a session with clientid and verify its exsistence
Changes: - Added test case "Create A Session With ClientID And Verify". - Added logic in lib to find test bed system IP(s).
Change-Id: I6f49d3c36c179bb22785352544b69ac25f46d484 Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
show more ...
|