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 ...
|
#
5eb37da8 |
| 18-May-2023 |
Sushil Singh <susilsi7@in.ibm.com> |
Fix of new code update path
Changes: - Added support for new code update path /redfish/v1/UpdateService/update
Tested: - Ran successfully oem/nuvoton/test_redfish_mcu_fw_update.robo
Fix of new code update path
Changes: - Added support for new code update path /redfish/v1/UpdateService/update
Tested: - Ran successfully oem/nuvoton/test_redfish_mcu_fw_update.robot redfish/update_service/test_redfish_host_code_update.robot redfish/update_service/test_redfish_signed_image_update.robot
Change-Id: I01282c2c25ee43990fa9ba905243bbebed5da774 Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
show more ...
|
Revision tags: robotframework-requests |
|
#
4aff2d02 |
| 08-Jun-2021 |
Tim Lee <timlee660101@gmail.com> |
redfish: use Redfish Delete All BMC Dumps instead Signed-off-by: Joseph Liu <kwliu@nuvoton.com> Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: I29c6ba95e8b005543069fc2d54
redfish: use Redfish Delete All BMC Dumps instead Signed-off-by: Joseph Liu <kwliu@nuvoton.com> Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: I29c6ba95e8b005543069fc2d541fadc1b895b3ea
show more ...
|
#
bc284352 |
| 07-Jun-2021 |
Stanley Chu <yschu@nuvoton.com> |
oem: nuvoton: corrects resource path Signed-off-by: Stanley Chu <yschu@nuvoton.com> Change-Id: Id2499f792fa87ce007f9ce0a375be365597b4995
|
Revision tags: v2.10-Hardknott |
|
#
6ecc04b0 |
| 04-Jun-2021 |
George Keishing <gkeishin@in.ibm.com> |
Fix robot syntax and warnings Fixes: Line is too long (exceeds 110 characters) (LineTooLong) Line has trailing whitespace (TrailingWhitespace) To Test: pytho
Fix robot syntax and warnings Fixes: Line is too long (exceeds 110 characters) (LineTooLong) Line has trailing whitespace (TrailingWhitespace) To Test: python -m rflint -rA robot_standards -R robot_custom_rules.py <file> Change-Id: I51cee5f6b6047ed2e4beb12a9dd98f0c508a8389 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
#
3fb75582 |
| 10-Feb-2021 |
George Keishing <gkeishin@in.ibm.com> |
Fix typo's in code documentation Change-Id: If83580b184d1fccbe067268d47b8a9c147d576e4 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
|
#
48d80bdf |
| 25-Jan-2021 |
Tim Lee <timlee660101@gmail.com> |
Add oem folder for verify mcu, in-band firmware update and jtag master changes: - Added test robot "oem/nuvoton/test_redfish_mcu_fw_update.robot" - Added test robot "oem/nuvoto
Add oem folder for verify mcu, in-band firmware update and jtag master changes: - Added test robot "oem/nuvoton/test_redfish_mcu_fw_update.robot" - Added test robot "oem/nuvoton/test_jtag_master.robot" - Added test robot "oem/nuvoton/test_ipmi_flash.robot" Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: I85afa7db6952781211230c660d1831474b734586
show more ...
|