George Keishing | f688800 | 2020-09-29 09:12:21 -0500 | [diff] [blame] | 1 | #Verify SSH and IPMI interfaces |
Brad Bishop | e4d77d2 | 2022-04-28 20:55:31 -0400 | [diff] [blame] | 2 | --include Test_SSH_And_IPMI_Connections |
George Keishing | f688800 | 2020-09-29 09:12:21 -0500 | [diff] [blame] | 3 | #Basic poweron test |
Brad Bishop | e4d77d2 | 2022-04-28 20:55:31 -0400 | [diff] [blame] | 4 | --include Verify_Redfish_Host_PowerOn |
| 5 | --include Verify_Redfish_Host_PowerOff |
George Keishing | f688800 | 2020-09-29 09:12:21 -0500 | [diff] [blame] | 6 | #Check for apps failures. |
Brad Bishop | e4d77d2 | 2022-04-28 20:55:31 -0400 | [diff] [blame] | 7 | --include Check_For_Application_Failures |
George Keishing | f688800 | 2020-09-29 09:12:21 -0500 | [diff] [blame] | 8 | #Verify system boot time average |
Brad Bishop | e4d77d2 | 2022-04-28 20:55:31 -0400 | [diff] [blame] | 9 | --include Verify_Uptime_Average_Against_Threshold |
George Keishing | f688800 | 2020-09-29 09:12:21 -0500 | [diff] [blame] | 10 | #Redfish tests cases. |
Brad Bishop | e4d77d2 | 2022-04-28 20:55:31 -0400 | [diff] [blame] | 11 | --include Redfish_Login_And_Logout |
| 12 | --include GET_Redfish_Resources_With_Login |
| 13 | --include GET_Redfish_SessionService_Without_Login |
| 14 | --include Redfish_Login_Using_Invalid_Token |
| 15 | --include Delete_Redfish_Session_Using_Valid_Login |
| 16 | --include Redfish_Login_With_Invalid_Credentials |
| 17 | --include Redfish_Login_Using_Unsecured_HTTP |
| 18 | --include Verify_Update_Service_Enabled |
| 19 | --include Verify_Redfish_Software_Inventory_Collection |
| 20 | --include Redfish_Software_Inventory_Status_Check |
George Keishing | f688800 | 2020-09-29 09:12:21 -0500 | [diff] [blame] | 21 | #IPMI tests. |
Brad Bishop | e4d77d2 | 2022-04-28 20:55:31 -0400 | [diff] [blame] | 22 | --include Enable_IPMI_User_And_Verify |
| 23 | --include Verify_IPMI_User_Deletion |
George Keishing | f688800 | 2020-09-29 09:12:21 -0500 | [diff] [blame] | 24 | #Local user tests. |
Brad Bishop | e4d77d2 | 2022-04-28 20:55:31 -0400 | [diff] [blame] | 25 | --include Verify_AccountService_Available |
George Keishing | 4d8e309 | 2021-07-15 04:25:40 -0500 | [diff] [blame] | 26 | #Check for BMC dump. |
Brad Bishop | e4d77d2 | 2022-04-28 20:55:31 -0400 | [diff] [blame] | 27 | --include Verify_No_BMC_Dump_And_Application_Failures_In_BMC |