6fac2890 | 13-Dec-2021 |
Ashwini Chandrappa <Ashwini.Chandrappa777@ibm.com> |
Changed the maximum number of local user creation to 17 count
Change-Id: If9e3ff87754e4aed1d7625a9a6a4872a5277ae35 Signed-off-by: Ashwini Chandrappa <Ashwini.Chandrappa777@ibm.com> |
19b1a8f3 | 10-Dec-2021 |
Tim Lee <timlee660101@gmail.com> |
redfish: extended: websocket: using Redfish instead of REST to create BMC Dump
Summary: Call Keywords "Create User Initiated BMC Dump Using Redfish" to replace Keywords "Create User Initiated Dump"
redfish: extended: websocket: using Redfish instead of REST to create BMC Dump
Summary: Call Keywords "Create User Initiated BMC Dump Using Redfish" to replace Keywords "Create User Initiated Dump" when creating BMC Dump.
Tested: Run robot "Test BMC Websocket Dump Interface" of test_websocket.robot.
Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: I0c0535d5d0fc8ffd7ac47b284b6bc9095c53e19c
show more ...
|
380880d6 | 08-Dec-2021 |
Tim Lee <timlee660101@gmail.com> |
redfish: systems: eventlog: fix "Verify Subscribe An Event" test failed
Symptom: "Verify Subscribe An Event" test item in test_event_service.robotgot failed.
Root cause: From test report that error
redfish: systems: eventlog: fix "Verify Subscribe An Event" test failed
Symptom: "Verify Subscribe An Event" test item in test_event_service.robotgot failed.
Root cause: From test report that error message is Key HttpHeaders: [] != [{'Content': 'application/json'}] The HttpHeaders content is not same as between ${payload} and ${resp.dict} Thus, cause this test item got failed.
However, we found that bmcweb seems change the HttpHeaders response as NULL in this commit "Nullify HttpHeaders per the specification". Thus, the response "HttpHeaders": [] that didn't match payload Content in test item.
More detail can refer to below bmcweb commit: Per the definition of HttpHeaders in the schema "This object shall be null or an empty array in responses." This commit does as the specification commands. https://github.com/openbmc/bmcweb/commit/ad22fefecaf7988fd7072dc71042efbf86fc5162
Solution: Correct payload content to match bmcweb current design.
Tested: Run robot "Verify Subscribe An Event" of test_event_service.robot
Signed-off-by: Tim Lee <timlee660101@gmail.com> Change-Id: Id877bba7093508209ed2eb486ced775c8c26f1a7
show more ...
|
aa027228 | 17-Nov-2021 |
George Keishing <gkeishin@in.ibm.com> |
Add test documentation python vs robot keywords
Change-Id: I04e072d5987504f6867cd7b19cb9de396c23e2b4 Signed-off-by: George Keishing <gkeishin@in.ibm.com> |
b910d89b | 17-Nov-2021 |
Sushil Singh <susilsi7@in.ibm.com> |
Automated BMC reset reload with force restart
Changes: - Test case "Redfish BMC Manager ForceRestart When Host Off"
Change-Id: I0f8f272283c1f1d8a168afc628bb024f659d0430 Signed-off-by: Sus
Automated BMC reset reload with force restart
Changes: - Test case "Redfish BMC Manager ForceRestart When Host Off"
Change-Id: I0f8f272283c1f1d8a168afc628bb024f659d0430 Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
show more ...
|
4ddcb4d4 | 02-Dec-2021 |
Brian Ma <chma0@nuvoton.com> |
Fix using SSH command while SSH protocol is disabled
Reboot command OBMC Reboot (off) run /sbin/reboot via SSH protocol, use rest API to trigger BMC reboot instead while run SSH disabled test.
Sign
Fix using SSH command while SSH protocol is disabled
Reboot command OBMC Reboot (off) run /sbin/reboot via SSH protocol, use rest API to trigger BMC reboot instead while run SSH disabled test.
Signed-off-by: Brian Ma <chma0@nuvoton.com> Change-Id: I5fb5aad8de6259feaace05a2ab7f9e2173ea0343
show more ...
|
c1f46f28 | 15-Nov-2021 |
Prashanth Katti <prkatti1@in.ibm.com> |
MAC address test verification code fix
Signed-off-by: Prashanth Katti <prkatti1@in.ibm.com> Change-Id: I974fd97808b47f4c6549b40085c2d4edc6f5457c |
839bc29b | 10-Nov-2021 |
Marissa Garza <garzam@us.ibm.com> |
Adding new power test cases for PowerSubsystem.
Signed-off-by: Marissa Garza <garzam@us.ibm.com> Change-Id: I8c85d6d23e777512dff9fb3eda85ead04d289652 |
4090503a | 09-Nov-2021 |
George Keishing <gkeishin@in.ibm.com> |
Circumvent OCC and Power check in HW_CI test bucket
Now user can control the code logic using CLI:
Example:
Values options are 1 to enforce and 0 to skip
-v additional_occ_check:1 -v additional_p
Circumvent OCC and Power check in HW_CI test bucket
Now user can control the code logic using CLI:
Example:
Values options are 1 to enforce and 0 to skip
-v additional_occ_check:1 -v additional_power_check:1
Change-Id: I062ae06ee77d09bdddc4969a1856073de7a34bf0 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
ad10253f | 25-Oct-2021 |
meghagn <Megha.GN@ibm.com> |
Added new SNMP test cases
Changes: - Configure multiple SNMP Managers on BMC and verify persistency on BMC reboot - Configure multiple SNMP Managers on BMC and check trapy on BM
Added new SNMP test cases
Changes: - Configure multiple SNMP Managers on BMC and verify persistency on BMC reboot - Configure multiple SNMP Managers on BMC and check trapy on BMC reboot
Change-Id: I24623bd7de3aa99898a33c63d57eac5c0d33b74e Signed-off-by: meghagn <Megha.GN@ibm.com>
show more ...
|
2320c0d5 | 12-Oct-2021 |
Prashanth Katti <prkatti1@in.ibm.com> |
Added new SNMP test cases
Changes: - Configure SNMP manager with less octet IP. - Configure SNMP manager with negative port number.
Signed-off-by: Prashanth Katti <prkatti1@in.ibm.com> Chan
Added new SNMP test cases
Changes: - Configure SNMP manager with less octet IP. - Configure SNMP manager with negative port number.
Signed-off-by: Prashanth Katti <prkatti1@in.ibm.com> Change-Id: I04a7fb491c8638d4cd79aa1739247937bd53dc52
show more ...
|
d918148d | 08-Oct-2021 |
George Keishing <gkeishin@in.ibm.com> |
Update OCC check for HW CI power on test
New logic will check every 30 seconds for 3 minutes for OCC state to be active.
Change-Id: I63f069bf28c8e72cf8e6b9616b3c1fc3798e364a Signed-off-by: George K
Update OCC check for HW CI power on test
New logic will check every 30 seconds for 3 minutes for OCC state to be active.
Change-Id: I63f069bf28c8e72cf8e6b9616b3c1fc3798e364a Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
654cbc1d | 23-Sep-2021 |
manashsarma <manashsarma@in.ibm.com> |
Added testcase to verify admin user restriction
Added testcase: - Verify SSH Login Access With Admin User
Change-Id: Ie6b8d84e2864e2cff2074621b0867d9c7a8009ab Signed-off-by: manashsarma <manash
Added testcase to verify admin user restriction
Added testcase: - Verify SSH Login Access With Admin User
Change-Id: Ie6b8d84e2864e2cff2074621b0867d9c7a8009ab Signed-off-by: manashsarma <manashsarma@in.ibm.com>
show more ...
|
4574ec49 | 06-Oct-2021 |
George Keishing <gkeishin@in.ibm.com> |
Add Power off as part of the suite setup for ccode update
Change-Id: Ibcc89b1360e55e5e67e4c359162ea24c4332f4ec Signed-off-by: George Keishing <gkeishin@in.ibm.com> |
f59a73e8 | 22-Sep-2021 |
Prashanth Katti <prkatti1@in.ibm.com> |
Move common keywords into library
Signed-off-by: Prashanth Katti <prkatti1@in.ibm.com> Change-Id: I7d5a70df26d11ea1c837962463f6e4b202bac1fb |
d1a7bf0d | 15-Sep-2021 |
Anusha Dathatri <adathatr@in.ibm.com> |
Changed setting of manual mode to Redfish from Rest
Signed-off-by: Anusha Dathatri <adathatr@in.ibm.com> Change-Id: I2ab3ddf43cbbbfa5dda7c7b481d280b0d081c01e |
9a9ac080 | 08-Sep-2021 |
George Keishing <gkeishin@in.ibm.com> |
Remove / base path for hypermedia URL
Refer: https://gerrit.openbmc-project.xyz/c/openbmc/openbmc/+/46057
Change-Id: I52dfeb0f73bebcdd70d408e08926ae1b2cf7e7cc Signed-off-by: George Keishing <gkeish
Remove / base path for hypermedia URL
Refer: https://gerrit.openbmc-project.xyz/c/openbmc/openbmc/+/46057
Change-Id: I52dfeb0f73bebcdd70d408e08926ae1b2cf7e7cc Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
d8af36d0 | 10-Aug-2021 |
Sushil Singh <susilsi7@in.ibm.com> |
active software image same as firmware inventory
Change-Id: Ifb492a2911a7ee449f6e757580b6cb090f93097f Signed-off-by: Sushil Singh <susilsi7@in.ibm.com> |
aad1da2c | 21-Jun-2021 |
Sushil Singh <susilsi7@in.ibm.com> |
Added console message in firmware update
changes: - Added console message when backup firmware is fucntional - Added console message when fresh firmware update start
Change-Id: I33b30a6c3933c
Added console message in firmware update
changes: - Added console message when backup firmware is fucntional - Added console message when fresh firmware update start
Change-Id: I33b30a6c3933c05594b1d1ad7d6d877af9bc3a25 Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
show more ...
|
e2096a6d | 19-Aug-2021 |
Sushil Singh <susilsi7@in.ibm.com> |
Removal of test case
changes: - REST Logging Interface Read Should Be A SUCCESS For Authorized Users
Change-Id: I83f9c3844ee0d60ddf69b200b0ebade276070df7 Signed-off-by: Sushil Singh <susilsi7@i
Removal of test case
changes: - REST Logging Interface Read Should Be A SUCCESS For Authorized Users
Change-Id: I83f9c3844ee0d60ddf69b200b0ebade276070df7 Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
show more ...
|
219c6330 | 19-Aug-2021 |
George Keishing <gkeishin@in.ibm.com> |
Fix host update suite setup to power off the host
Change-Id: Id1a618f5a92faad6ef4f1e5457d2846cc4fa72eb Signed-off-by: George Keishing <gkeishin@in.ibm.com> |
44c0910e | 18-Aug-2021 |
George Keishing <gkeishin@in.ibm.com> |
Ignore delete and purge error during suite setup for Host update
Change-Id: I0d1193f91772bd2049712ecb037cac37633f2700 Signed-off-by: George Keishing <gkeishin@in.ibm.com> |
24034a99 | 18-Aug-2021 |
Rahul Maheshwari <rahulmaheshwari@in.ibm.com> |
Removed resolve field test case as it uses older xyz path
Same test case is already impemented using Redfish - Verify_Setting_Error_Log_As_Resolved
Change-Id: I0545aba1fed87d411a6d70070088fa760b3db
Removed resolve field test case as it uses older xyz path
Same test case is already impemented using Redfish - Verify_Setting_Error_Log_As_Resolved
Change-Id: I0545aba1fed87d411a6d70070088fa760b3db205 Signed-off-by: Rahul Maheshwari <rahulmaheshwari@in.ibm.com>
show more ...
|
81b5dd30 | 18-Aug-2021 |
George Keishing <gkeishin@in.ibm.com> |
Update test setup to use redfish error log purging
Change-Id: I640fd32ea5597d61e0f46f6a2dcf2c20cf743824 Signed-off-by: George Keishing <gkeishin@in.ibm.com> |
6b20ffab | 04-Aug-2021 |
Ashwini Chandrappa <Ashwini.Chandrappa777@ibm.com> |
Corrected method of HTTPS certificate upload
For HTTPS certificate only replace is possible so replaced install certificate with replace certificate
Change-Id: I1e3f3e703f591700855bf24456b1487b4a92
Corrected method of HTTPS certificate upload
For HTTPS certificate only replace is possible so replaced install certificate with replace certificate
Change-Id: I1e3f3e703f591700855bf24456b1487b4a92fb30 Signed-off-by: Ashwini Chandrappa <Ashwini.Chandrappa777@ibm.com>
show more ...
|