26f9175a | 08-Apr-2021 |
Prashanth Katti <prkatti1@in.ibm.com> |
Tests to check stability of connection on session
Signed-off-by: Prashanth Katti <prkatti1@in.ibm.com> Change-Id: Ib9d236e85a524d87296c077164ebbf7738a34826 |
3a537b60 | 01-Apr-2021 |
Tony Lee <tony.lee@quantatw.com> |
Added test to test sensor monitoring
Verify the Redfish sensor monitoring by an expected sensor table. Tester need to prepare a python file as below. An example table of expected sensors: redfi
Added test to test sensor monitoring
Verify the Redfish sensor monitoring by an expected sensor table. Tester need to prepare a python file as below. An example table of expected sensors: redfish_sensor_info_map = { ${OPENBMC_MODEL}:{ "Voltage":{ "Voltage0", ... }, "Temperature":{ "DIMM0", ... } "Fans":{ "Fan0", ... }... } }
Signed-off-by: Tony Lee <tony.lee@quantatw.com> Change-Id: Ib3038c757011706c33480cacc8c56c54ede03b85
show more ...
|
2b975827 | 31-Mar-2021 |
Tony Lee <tony.lee@quantatw.com> |
Fixed cases with hard-coded 'chassis'
Reference to https://www.dmtf.org/sites/default/files/standards/documents/DSP2046_2020.3.pdf
It should not hard-coded as 'chassis' in /redfish/v1/Chassis/chass
Fixed cases with hard-coded 'chassis'
Reference to https://www.dmtf.org/sites/default/files/standards/documents/DSP2046_2020.3.pdf
It should not hard-coded as 'chassis' in /redfish/v1/Chassis/chassis. It could be different name for /redfish/v1/Chassis/{ChassisId}.
Signed-off-by: Tony Lee <tony.lee@quantatw.com> Change-Id: Ie6e8f37356b88692148bdda7348e715fcac6b4e3
show more ...
|
9614383d | 23-Mar-2021 |
George Keishing <gkeishin@in.ibm.com> |
Fix typo in code documentation
Change-Id: Ic9ae07a6bfa294df658e7c607d61977a5711db23 Signed-off-by: George Keishing <gkeishin@in.ibm.com> |
2c73abc6 | 17-Mar-2021 |
Prashanth Katti <prkatti1@in.ibm.com> |
IPv6 prefix length and default gateway tests
Signed-off-by: Prashanth Katti <prkatti1@in.ibm.com> Change-Id: I3f6e82864327b74ba47157203e9859fde3ad9716 |
eefdb564 | 08-Feb-2021 |
Anves Kumar rayankula <anvesr77@in.ibm.com> |
Added Config multiple DNS servers and verify
Change-Id: I277bd5e84726867b8c9ebb13cb8a2f609d538d57 Signed-off-by: Anves Kumar rayankula <anvesr77@in.ibm.com> Signed-off-by: anvesr77 <anvesr77@in.ibm.
Added Config multiple DNS servers and verify
Change-Id: I277bd5e84726867b8c9ebb13cb8a2f609d538d57 Signed-off-by: Anves Kumar rayankula <anvesr77@in.ibm.com> Signed-off-by: anvesr77 <anvesr77@in.ibm.com>
show more ...
|
1f382c25 | 19-Mar-2021 |
George Keishing <gkeishin@in.ibm.com> |
Update Reboot marker for journald persistency check
Changes: - Before "-- Reboot --" after Example: "-- Boot 88811756bcbe44bc823cc20751147b3c --"
Change-Id: I86ab5c0ea287c8a47e8d
Update Reboot marker for journald persistency check
Changes: - Before "-- Reboot --" after Example: "-- Boot 88811756bcbe44bc823cc20751147b3c --"
Change-Id: I86ab5c0ea287c8a47e8d6fe30e71302b32510d8f Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
801de072 | 19-Mar-2021 |
George Keishing <gkeishin@in.ibm.com> |
Remove explicitly checking Model from the BMC properties
BMC model could differ from different values populated by inventory.
Change-Id: I54c61449f6024437d37d1425807db5e075f81e33 Signed-off-by: Geo
Remove explicitly checking Model from the BMC properties
BMC model could differ from different values populated by inventory.
Change-Id: I54c61449f6024437d37d1425807db5e075f81e33 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
7e854715 | 17-Mar-2021 |
George Keishing <gkeishin@in.ibm.com> |
Add Test Timeout directive to force test update to exit
We have noticed that some of the update hangs for unexplained reason at the moment. Adding this directive may help do clean shutdown fail tha
Add Test Timeout directive to force test update to exit
We have noticed that some of the update hangs for unexplained reason at the moment. Adding this directive may help do clean shutdown fail than hanging.
Change-Id: Ibaab502974c70f89a6dc2bb6c4de300ac8185087 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
78059b65 | 24-Feb-2021 |
Tony Lee <tony.lee@quantatw.com> |
Added test to test event service
Added test to test event service. https://github.com/openbmc/docs/blob/d6c21a9a4e8dca63ba0774afb883fa73fca31f73/designs/redfish-eventservice.md
Signed-off-by: Tony
Added test to test event service
Added test to test event service. https://github.com/openbmc/docs/blob/d6c21a9a4e8dca63ba0774afb883fa73fca31f73/designs/redfish-eventservice.md
Signed-off-by: Tony Lee <tony.lee@quantatw.com> Change-Id: I1478bb9146a065ce67bb8e06553a3d6bbcbd6e0a
show more ...
|
d511f5d7 | 26-Feb-2021 |
David Wang <davidwang@quantatw.com> |
Add test to verify session timeout setting
Signed-off-by: David Wang <davidwang@quantatw.com> Change-Id: I09c9a3927e30192469381cea4491317b4815c36d |
94335f47 | 04-Feb-2021 |
Tony Lee <tony.lee@quantatw.com> |
Added case to verify Roles defined by Redfish
Verify standard roles described in Redfish Specification (DSP0266).
Change-Id: Ibaeab437fc550e415fe81f81dd4ce2c17517db6b Signed-off-by: Tony Lee <tony.
Added case to verify Roles defined by Redfish
Verify standard roles described in Redfish Specification (DSP0266).
Change-Id: Ibaeab437fc550e415fe81f81dd4ce2c17517db6b Signed-off-by: Tony Lee <tony.lee@quantatw.com>
show more ...
|
43e93e14 | 27-Jan-2021 |
Anves Kumar rayankula <anvesr77@in.ibm.com> |
Added network testcase to configure multiple IPv4 addresses and verify
Change-Id: I7d4165a551e1e4e63f22572d39abea2becb725fe Signed-off-by: Anves Kumar rayankula <anvesr77@in.ibm.com> |
027f6075 | 09-Feb-2021 |
Tony Lee <tony.lee@quantatw.com> |
Added case to verify certificates location Via Redfish
Added case to verify certificates location by install a valid certificate.
Signed-off-by: Tony Lee <tony.lee@quantatw.com> Change-Id: Ia5bbfb3
Added case to verify certificates location Via Redfish
Added case to verify certificates location by install a valid certificate.
Signed-off-by: Tony Lee <tony.lee@quantatw.com> Change-Id: Ia5bbfb3f410f764b195a6a1a3df3cddb97f4e854
show more ...
|
7ed1ae88 | 03-Feb-2021 |
Anves Kumar rayankula <anvesr77@in.ibm.com> |
Added expire password testcases
Testcases: - Verify If The Modified Admin Credential Is Valid Post Image Switched To Backup - Verify If The Modified Admin Credential Is Valid Post Update
Cha
Added expire password testcases
Testcases: - Verify If The Modified Admin Credential Is Valid Post Image Switched To Backup - Verify If The Modified Admin Credential Is Valid Post Update
Change-Id: I70161a1d6da9c386035c82bcd7fdcc76668d323e Signed-off-by: Anves Kumar rayankula <anvesr77@in.ibm.com>
show more ...
|
8c628b70 | 05-Feb-2021 |
Anves Kumar rayankula <anvesr77@in.ibm.com> |
Added Redfish login after bmc reboot
Change-Id: Ib7fff3a08cba0b58cd3fee10dfeb6b9b17748a1a Signed-off-by: Anves Kumar rayankula <anvesr77@in.ibm.com> |
41020ff0 | 04-Feb-2021 |
George Keishing <gkeishin@in.ibm.com> |
Ignore __init__.robot if there is an error and continue test
Change-Id: I440dae78838aa2fa380cc661bb50d284dfdde7f6 Signed-off-by: George Keishing <gkeishin@in.ibm.com> |
f514ccb1 | 02-Feb-2021 |
George Keishing <gkeishin@in.ibm.com> |
Add Suite setup for bmc dump manager test
Change-Id: I6a2da17805d135150c1dae0ba7a8621434f4d469 Signed-off-by: George Keishing <gkeishin@in.ibm.com> |
780ee112 | 02-Feb-2021 |
George Keishing <gkeishin@in.ibm.com> |
Add ignore statement to log out for BMC manager suite
Boot plugin deletes the sessions, however not all in the suite uses boot. Ignore the logout failure if there is any
Change-Id: I2cffe2604a3809f
Add ignore statement to log out for BMC manager suite
Boot plugin deletes the sessions, however not all in the suite uses boot. Ignore the logout failure if there is any
Change-Id: I2cffe2604a3809f72058267a754be15da420ab02 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
1cf2a420 | 02-Feb-2021 |
George Keishing <gkeishin@in.ibm.com> |
Add ignore statement to account user logout statement
Change-Id: I3b38a6688bcea1f4ac823895508619c982895509 Signed-off-by: George Keishing <gkeishin@in.ibm.com> |
8abbb4d9 | 29-Jan-2021 |
Prashanth Katti <prkatti1@in.ibm.com> |
IPv6 libraries and base code
Signed-off-by: Prashanth Katti <prkatti1@in.ibm.com> Change-Id: I0bffbe24582f8adcf69755f318e3c2686eaab022 |
d4cdd8c0 | 11-Jan-2021 |
Anves Kumar rayankula <anvesr77@in.ibm.com> |
Added network ipv4 testcases
Test Cases: - Configure And Verify Multiple Static IPv4 Addresses - Configure Multiple Static IPv4 Addresses And Check Persistency
Change-Id: I5125673ad8cf41
Added network ipv4 testcases
Test Cases: - Configure And Verify Multiple Static IPv4 Addresses - Configure Multiple Static IPv4 Addresses And Check Persistency
Change-Id: I5125673ad8cf41ac1c9810b6a4a33dd88db56e1e Signed-off-by: Anves Kumar rayankula <anvesr77@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> |
6b9fcd1a | 18-Dec-2020 |
Anves Kumar rayankula <anvesr77@in.ibm.com> |
Added network IPv4 testcases
Testcases: - Configure invalid Values For DNS Server - Config Multiple DNS Servers And Verify
Change-Id: Ic87cc8d2f7b474f9c4df6aec69936042d3de9453 Signed-o
Added network IPv4 testcases
Testcases: - Configure invalid Values For DNS Server - Config Multiple DNS Servers And Verify
Change-Id: Ic87cc8d2f7b474f9c4df6aec69936042d3de9453 Signed-off-by: Anves Kumar rayankula <anvesr77@in.ibm.com>
show more ...
|
7665091c | 10-Dec-2020 |
Sushil Singh <susilsi7@in.ibm.com> |
Redfish CI code update changes
changes: - if FORCE_UPDATE is 0, then back up image will become functional - if FORCE_UPDATE is 1, then delete the back up image, and do fresh firmware upda
Redfish CI code update changes
changes: - if FORCE_UPDATE is 0, then back up image will become functional - if FORCE_UPDATE is 1, then delete the back up image, and do fresh firmware update.
Change-Id: I7e140187aa148717e45708d65b560d530113b169 Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
show more ...
|