#
b5c119e5 |
| 25-Mar-2025 |
George Keishing <gkeishin@in.ibm.com> |
robotframework deprecated syntax changes
Prior to Robot Framework 6.0 the marker to use when giving a custom name to a library was WITH NAME instead of AS. The old syntax continues to work, but it i
robotframework deprecated syntax changes
Prior to Robot Framework 6.0 the marker to use when giving a custom name to a library was WITH NAME instead of AS. The old syntax continues to work, but it is considered deprecated and will eventually be removed.
Changes: - Deprecated 'WITH NAME' alias marker used instead of 'AS'
Tested: - Ran from local sandbox with the changes.
Change-Id: I2118dc04d27e37e56e1f4d49892e1f98ac629721 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
Revision tags: v6.0-stable, v5.0-stable, v4.0-stable, robotframework-requests, v2.10-Hardknott, v2.8.0-stable |
|
#
046fe223 |
| 08-Nov-2019 |
Michael Walsh <micwalsh@us.ibm.com> |
Use SSH_PORT/HTTPS_PORT in basic functions
- In order to improve the code base's ability to run with simulated machines, specified SSH_PORT and HTTPS_PORT in basic functions that communicate with th
Use SSH_PORT/HTTPS_PORT in basic functions
- In order to improve the code base's ability to run with simulated machines, specified SSH_PORT and HTTPS_PORT in basic functions that communicate with the OBMC machine. - Also adjusted some calls to set or pass SSH_PORT and HTTPS_PORT.
Change-Id: If3a8b317eda80ac9c071c51084ede20ce3023484 Signed-off-by: Michael Walsh <micwalsh@us.ibm.com>
show more ...
|
Revision tags: v2.7-warrior-stable |
|
#
97c93945 |
| 04-Mar-2019 |
George Keishing <gkeishin@in.ibm.com> |
New BMC redfish library integration
Changes: - Use redfish_plus.py when importing Redfish instances. - Update bmc_redfish.py. - Update bmc_redfish_utility.py. - Update object name 'redfi
New BMC redfish library integration
Changes: - Use redfish_plus.py when importing Redfish instances. - Update bmc_redfish.py. - Update bmc_redfish_utility.py. - Update object name 'redfish' to 'Redfish'. - Update test setup and teardown in suites. - Update response error checking using valid_status_codes. - Fix test cases required for migration.
Change-Id: Ida154aede649d9a2bbef66d16ccf725f5ea37ed0 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
#
f2613b7a |
| 13-Feb-2019 |
George Keishing <gkeishin@in.ibm.com> |
Redfish python utility
Changes: - New redfish utility library code. - Move generic utility functions to new library. - Update test cases with new utility object acces.
Change-Id: Ia2bb1
Redfish python utility
Changes: - New redfish utility library code. - Move generic utility functions to new library. - Update test cases with new utility object acces.
Change-Id: Ia2bb18cb46ca93503853bbfd1773d3e4447339c9 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
#
2db7bcae |
| 14-Feb-2019 |
George Keishing <gkeishin@in.ibm.com> |
Fix missing resource.robot renaming
Change-Id: I498484693c401c4c69cea864ce58146158cc5db6 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
|
#
5d46755b |
| 08-Feb-2019 |
George Keishing <gkeishin@in.ibm.com> |
Code spell, alignment and spacing fixes
Change-Id: I69ae3447d4025dc024cbfe0a83a15595a76faf4c Signed-off-by: George Keishing <gkeishin@in.ibm.com>
|
#
5a73ee0b |
| 28-Jan-2019 |
George Keishing <gkeishin@in.ibm.com> |
bmcweb service root interface
Changes: - Library to return response as it is back to the test. - Added code to disable warning and REST response code. - New test suite to verify service
bmcweb service root interface
Changes: - Library to return response as it is back to the test. - Added code to disable warning and REST response code. - New test suite to verify service root interface.
Added Test Cases: - Login And Logout BMCweb - GET BMCweb Hypermedia Without Login - GET SessionService Resource With Login - GET SessionService Without Login - Login Using Invalid Token - Delete Session Using Valid login
Tested: Using latest OpenBMC master build.
Resolves openbmc/openbmc-test-automation#1502
Change-Id: I24bbbd8d6c32371f28060275140bbeaf18d3414d Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
Revision tags: v2.6-thud-stable |
|
#
e62d8b04 |
| 29-Nov-2018 |
George Keishing <gkeishin@in.ibm.com> |
Robot using DMTF redfish python library
Change-Id: Ie2b3945dd5b01a0834873d2dfe2436e33b140441 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
|