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 ...
|
#
404416d1 |
| 23-Dec-2022 |
Sushil Singh <susilsi7@in.ibm.com> |
Changing sequence of save area test case
Changes: - Changing sequence of test case as while running save area suite, due to multiple connection this suite was able to hit max conne
Changing sequence of save area test case
Changes: - Changing sequence of test case as while running save area suite, due to multiple connection this suite was able to hit max connection count more than 100. If max connection count more than 100, then all the connection will be drop.
Tested: - Ran successfully openpower/ext_interfaces/ test_savearea_management.robot
Signed-off-by: Sushil Singh <susilsi7@in.ibm.com> Change-Id: Ib65546957e4165628cea57f2f58e1d7a19ad0571
show more ...
|
#
177b459a |
| 20-Sep-2022 |
Sushil Singh <susilsi7@in.ibm.com> |
Openpower save area test suite changes
Changes: - Added Keyword Redfish BMC Match States check post BMC reset.
Tested: Ran successfully openpower/ext_interfaces/ test_savearea_manag
Openpower save area test suite changes
Changes: - Added Keyword Redfish BMC Match States check post BMC reset.
Tested: Ran successfully openpower/ext_interfaces/ test_savearea_management.robot
Change-Id: Ic7f72aaba2a299e96f6474474f0997108203bf1b 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 ...
|
#
de1347d3 |
| 13-Jul-2022 |
Sushil Singh <susilsi7@in.ibm.com> |
New Requirement to support upper limit of save area directory is 25MB
Change-Id: Ibef8c51bd6075f71a2fda08d98c5c83b7d307803 Signed-off-by: Sushil Singh <susilsi7@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 ...
|
#
692a2c98 |
| 15-Dec-2021 |
Sushil Singh <susilsi7@in.ibm.com> |
Test case name changed
Changes: - Test case name changed from "Redfish Persistency Update Partition File On BMC Reboot" to "Redfish Persistency Update Partition File Post
Test case name changed
Changes: - Test case name changed from "Redfish Persistency Update Partition File On BMC Reboot" to "Redfish Persistency Update Partition File Post BMC Reboot"
Change-Id: I0e47f57926f9cab7b1cbdf085212f4321c16ee56 Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
show more ...
|
#
b22e4b6e |
| 15-Dec-2021 |
Sushil Singh <susilsi7@in.ibm.com> |
Test case name changed
Changes: - Test case name changed from "Redfish Read Partition File On BMC" to "Redfish Read Partition File From BMC" - Test case name changed from "
Test case name changed
Changes: - Test case name changed from "Redfish Read Partition File On BMC" to "Redfish Read Partition File From BMC" - Test case name changed from "Redfish Read Partition File On BMC Reboot" to "Redfish Read Partition File Post BMC Reboot"
Change-Id: Iab38a3cfba8dfa83434f4cc64473978379db36cb Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
show more ...
|
#
f9eeec7b |
| 14-Dec-2021 |
Sushil Singh <susilsi7@in.ibm.com> |
Test case name changed
Changes: - Test case name changed from "Redfish Fail To Upload Multiple Partition File To BMC" to "Test Upload Partition File When BMC Space Reach
Test case name changed
Changes: - Test case name changed from "Redfish Fail To Upload Multiple Partition File To BMC" to "Test Upload Partition File When BMC Space Reach Max And Expect Failure"
Change-Id: I139f9c9115a90a7f29bd378d47b2e7744e1c6462 Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
show more ...
|
#
298d15d8 |
| 14-Dec-2021 |
Sushil Singh <susilsi7@in.ibm.com> |
Test case name changed
changes: - Test case name changed from "Redfish Fail To Upload Partition File To BMC" to "Test Upload Upper Limit Partition File To BMC And Expect
Test case name changed
changes: - Test case name changed from "Redfish Fail To Upload Partition File To BMC" to "Test Upload Upper Limit Partition File To BMC And Expect Failure"
Change-Id: Ia31fd415b88c9974e7c601a87c94a0f37e938917 Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
show more ...
|
#
44b8cf33 |
| 17-Nov-2021 |
Sushil Singh <susilsi7@in.ibm.com> |
Automated upload partition file from file path
Changes: - Test case "Redfish Upload Validated Partition File From Path To BMC"
Change-Id: I32e68881fcc462287fe6d7da15c3724ed735a5af
Automated upload partition file from file path
Changes: - Test case "Redfish Upload Validated Partition File From Path To BMC"
Change-Id: I32e68881fcc462287fe6d7da15c3724ed735a5af Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
show more ...
|
#
1544c5ef |
| 03-Nov-2021 |
Sushil Singh <susilsi7@in.ibm.com> |
Automation changes for save area management
changes: - No upper limit check on individual file size limitation. (It can be assumed to be 10MB) - Minimum size for the save-area file
Automation changes for save area management
changes: - No upper limit check on individual file size limitation. (It can be assumed to be 10MB) - Minimum size for the save-area file will be 100B (as it is currently implemented) - All file sizes added together (directory size) is limited to 10MB
Change-Id: I6570f423c9e9e0b54c0269468f24920f45b52c09 Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
show more ...
|
#
2dbcbdeb |
| 09-Sep-2021 |
Sushil Singh <susilsi7@in.ibm.com> |
test to upload save area file with special characters
Changes: - Test Case "Test Redfish Fail To Upload Partition File Name With Special Character To BMC" Keyword "Check Redfish Fa
test to upload save area file with special characters
Changes: - Test Case "Test Redfish Fail To Upload Partition File Name With Special Character To BMC" Keyword "Check Redfish Fail To Upload Partition File Name With Special Character To BMC"
Change-Id: Icdb59bc5650b6618b975cdb8437f9ae76c8262d9 Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
show more ...
|
#
9942df51 |
| 03-Sep-2021 |
Sushil Singh <susilsi7@in.ibm.com> |
test case to check save area file char limit
changes: - Test case "Test Redfish Upload Partition File Name With Character Limit To BMC" Keyword "Check Redfish Upload Partition
test case to check save area file char limit
changes: - Test case "Test Redfish Upload Partition File Name With Character Limit To BMC" Keyword "Check Redfish Upload Partition File Name With Character Limit To BMC"
Change-Id: I6e80509ea4fff12b48a34cf8c4181f529a6eead3 Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
show more ...
|
#
255ec639 |
| 26-Aug-2021 |
Sushil Singh <susilsi7@in.ibm.com> |
Automated test case fail to upload lower limit save area file
changes: - Test Case "Redfish Fail To Upload Lower Limit Partition File To BMC"
Change-Id: Ie47235a3600b7e90f5871617a06f5ef20f7156da
Automated test case fail to upload lower limit save area file
changes: - Test Case "Redfish Fail To Upload Lower Limit Partition File To BMC"
Change-Id: Ie47235a3600b7e90f5871617a06f5ef20f7156da Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
show more ...
|
#
251a0bc9 |
| 24-Aug-2021 |
Sushil Singh <susilsi7@in.ibm.com> |
Automated test case to upload the allowed lower limit of save area file
changes: - Test Case "Redfish Upload Lower Limit Partition File To BMC" - keyword "Create Samll Size Partition File"
Automated test case to upload the allowed lower limit of save area file
changes: - Test Case "Redfish Upload Lower Limit Partition File To BMC" - keyword "Create Samll Size Partition File""
Change-Id: Ic0c9a8c39de47a5cd62cb42e37a5e0d42f8c1226 Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
show more ...
|
#
7aa3cc4b |
| 19-Aug-2021 |
Sushil Singh <susilsi7@in.ibm.com> |
Automation code enhancement for save area test suite
Change-Id: I7a31f9da9b873bf770dce3bbeca368697f0511c0 Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
|
#
85c381c2 |
| 17-Aug-2021 |
Sushil Singh <susilsi7@in.ibm.com> |
Automation fix on save area put request
Change-Id: I63484e57696e654d9b8c1f10d757f13c9605434e Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
|
Revision tags: v2.10-Hardknott |
|
#
98ebdfa3 |
| 10-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: Id65b507ca1de37e65ef784c3a07bd3ea04e0855c Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
show more ...
|
#
16b3c7bf |
| 28-Jan-2021 |
George Keishing <gkeishin@in.ibm.com> |
Fix typo in the code and documentation
Change-Id: I4fa01e4790ba3a50d8a59a5a85e6781bd8f539d1 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
|
#
e5f39ee3 |
| 06-Jan-2021 |
Sushil Singh <susilsi7@in.ibm.com> |
Automation fix for partition file path change
changes: - partition file path changed i.e. from "/var/lib/obmc/bmc-console-mgmt/save-area/" to "/var/lib/bmcweb/ibm-management-console/con
Automation fix for partition file path change
changes: - partition file path changed i.e. from "/var/lib/obmc/bmc-console-mgmt/save-area/" to "/var/lib/bmcweb/ibm-management-console/configfiles/"
Change-Id: Ibe2d8e262464b74bdeda91cdf8e18f3bc7374bcb Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
show more ...
|
#
f39629cb |
| 11-Dec-2020 |
Sushil Singh <susilsi7@in.ibm.com> |
Automation code to upload and delete partition files in loop
changes: - Added test case "Redfish Upload And Delete Same Partition File To BMC In Loop" - Added keyword "Redfish Upload And
Automation code to upload and delete partition files in loop
changes: - Added test case "Redfish Upload And Delete Same Partition File To BMC In Loop" - Added keyword "Redfish Upload And Delete Partition File In Loop"
Change-Id: I52bde6cd4658758645ce9bfa0c67b01954ddc183 Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
show more ...
|
#
df6ba520 |
| 24-Nov-2020 |
Sushil Singh <susilsi7@in.ibm.com> |
Automated upload partition file in loop
changes: - Test case added "Redfish Upload Same Partition File To BMC In Loop" - keyword added "Redfish Upload Partition File In Loop"
Change-Id: Id0d8
Automated upload partition file in loop
changes: - Test case added "Redfish Upload Same Partition File To BMC In Loop" - keyword added "Redfish Upload Partition File In Loop"
Change-Id: Id0d85746866edc8c4b71fe09d3ba83a68155ecf6 Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
show more ...
|