b3d1c7aa | 09-Dec-2021 |
Prashanth Katti <prkatti1@in.ibm.com> |
Move Redfish BMC reboot function to common library
Resolves: https://github.com/openbmc/openbmc-test-automation/issues/2137
Tested: Enable_SSH_Protocol_And_Verify
Signed-off-by: Prashanth
Move Redfish BMC reboot function to common library
Resolves: https://github.com/openbmc/openbmc-test-automation/issues/2137
Tested: Enable_SSH_Protocol_And_Verify
Signed-off-by: Prashanth Katti <prkatti1@in.ibm.com> Change-Id: I996860491c9498da22323782ae2a292f4c274482
show more ...
|
ab871749 | 20-Feb-2023 |
Sweta Potthuri <spotthur@in.ibm.com> |
Adding Test cases to enable and disable DHCPv4 for eth1
Changes: Added the tets cases: - Disable DHCP On Eth1 And Verify System Is Accessible By Eth0 - Enable DHCP On Eth1 And Verify Sys
Adding Test cases to enable and disable DHCPv4 for eth1
Changes: Added the tets cases: - Disable DHCP On Eth1 And Verify System Is Accessible By Eth0 - Enable DHCP On Eth1 And Verify System Is Accessible By Eth0
Tested: Ran and Tested on BMC Environment
Change-Id: I5035c1b4708d309be93a1b6ea0bd3560eee3370c Signed-off-by: Sweta Potthuri <spotthur@in.ibm.com>
show more ...
|
4b5d6aca | 08-Feb-2023 |
manashsarma <manashsarma@in.ibm.com> |
Added test to verify BMC dump creation during HOST booting
Changes:
- Added a new automation test case to verify BMC dump creation when ipl or booting is on progress. Tested:
Added test to verify BMC dump creation during HOST booting
Changes:
- Added a new automation test case to verify BMC dump creation when ipl or booting is on progress. Tested:
- Ran the testcase successfully from sandbox.
Change-Id: I2345c40959f1956b92946faf7ab10f63934ffa2b Signed-off-by: manashsarma <manashsarma@in.ibm.com>
show more ...
|
26499145 | 16-Feb-2023 |
Nagarjun B <nagarjunb@ami.com> |
Modified Hardcoded channel Number as 1 to dynamic.
While Getting user info using "Get User Info" keyword by default it will return channel numebr 1 user. we have to mention the channel number to get
Modified Hardcoded channel Number as 1 to dynamic.
While Getting user info using "Get User Info" keyword by default it will return channel numebr 1 user. we have to mention the channel number to get the particular channel user info. So for Get User Info keyword added ${CHANNEL_NUMBER} variable as argument.
And also while getting channel access we are hardcoding the channel number as 1, there are removed 1 and added ${CHANNEL_NUMBER}.
Tested: Run robot ipmi/test_ipmi_user.robot Run robot ipmi/test_ipmi_payload.robot Run robot redfish/account_service/test_ipmi_redfish_user.robot
Change-Id: Id81b59e7880045b74e65195089e38d8653f66d7a Signed-off-by: Nagarjun B <nagarjunb@ami.com>
show more ...
|
c30e02a6 | 20-Feb-2023 |
manashsarma <manashsarma@in.ibm.com> |
Added fix for BMC dump testcase
Changes:
- Added fix for automation test case 'Verify BMC Dump Default Location In BMC'.
Tested:
- Ran the test case with fix from sandbox successfu
Added fix for BMC dump testcase
Changes:
- Added fix for automation test case 'Verify BMC Dump Default Location In BMC'.
Tested:
- Ran the test case with fix from sandbox successfully.
Change-Id: I5c5db21960409594e6675f2d819e9243775e42cb Signed-off-by: manashsarma <manashsarma@in.ibm.com>
show more ...
|
8e6ebd25 | 20-Feb-2023 |
rramyasr-in <rramyasr@in.ibm.com> |
Updated Organization to xyz
Changes: - redfish/dmtf_tools/test_redfishtool_certificate.robot - redfish/managers/test_certificate.robot
Change-Id: If80160e9f2d0fd8ca4f3963595bc7ffae6476f35 S
Updated Organization to xyz
Changes: - redfish/dmtf_tools/test_redfishtool_certificate.robot - redfish/managers/test_certificate.robot
Change-Id: If80160e9f2d0fd8ca4f3963595bc7ffae6476f35 Signed-off-by: rramyasr-in <rramyasr@in.ibm.com>
show more ...
|
4611b818 | 16-Feb-2023 |
George Keishing <gkeishin@in.ibm.com> |
Update code documentation misspelling correction
Changes: - Fix code documentation typo
Tested: - NA
Change-Id: Ia198c9729fb6550f9abf9edd8a795f03027f53be Signed-off-by: George Keishing <
Update code documentation misspelling correction
Changes: - Fix code documentation typo
Tested: - NA
Change-Id: Ia198c9729fb6550f9abf9edd8a795f03027f53be Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
148b5b82 | 20-Jan-2023 |
Glukhov Mikhail <mikl@greenfil.ru> |
Use CHASSIS_ID to get PowerSupplies info
The correct path is /redfish/v1/Chassis/<chassis>/Power
Tested: Ran the suite with -v CHASSIS_ID:2U
Change-Id: I2073cce384f2c8362105b6bddac76bad8d25a928
Use CHASSIS_ID to get PowerSupplies info
The correct path is /redfish/v1/Chassis/<chassis>/Power
Tested: Ran the suite with -v CHASSIS_ID:2U
Change-Id: I2073cce384f2c8362105b6bddac76bad8d25a928 Signed-off-by: Glukhov Mikhail <mikl@greenfil.ru>
show more ...
|
57ab7cca | 13-Feb-2023 |
George Keishing <gkeishin@in.ibm.com> |
Redfish new code update URI changes
Changes: - Add the new FW update URI based on the probe if it exists. This ensures the current and new URI co-exist for older and newer drivers
Redfish new code update URI changes
Changes: - Add the new FW update URI based on the probe if it exists. This ensures the current and new URI co-exist for older and newer drivers. - Old : /redfish/v1/UpdateService and New : /redfish/v1/UpdateService/update
Tested: - Suite redfish_bmc_code_update.robot tested in sandbox and there are other places which will need changes. This commit will ONLY add for HW Jenkinsins to ensure the upstream HW CI pipeline is not broken.
Change-Id: I9c3f780a03d73615a285fa6682728d607e734340 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
7e1f2c5c | 03-Feb-2023 |
manashsarma <manashsarma@in.ibm.com> |
Added test case to verify internal failure dump size is less than max
Changes:
- Added automation test case to verify dump size initiated by internal failure.
Tested:
- Ran ‘Verif
Added test case to verify internal failure dump size is less than max
Changes:
- Added automation test case to verify dump size initiated by internal failure.
Tested:
- Ran ‘Verify Size For Internal Failure Initiated Dump Is Less Than Max’ from sandbox successfully.
Change-Id: I9c905d1f11f4accf1ddde00bcb1618bfdd617586 Signed-off-by: manashsarma <manashsarma@in.ibm.com>
show more ...
|
adabd3b3 | 08-Feb-2023 |
manashsarma <manashsarma@in.ibm.com> |
Added test case to verify BMC dump as Phosphor-dump-manager is killed
Changes:
- Added a new test case to verify BMC core dumps when Phosphor-dump-manager is terminated.
Tested:
Added test case to verify BMC dump as Phosphor-dump-manager is killed
Changes:
- Added a new test case to verify BMC core dumps when Phosphor-dump-manager is terminated.
Tested:
- New test case has been run and passed successfully from sandbox environment.
Change-Id: I116037a5e281b46d6849f02d18ed028badb86a74 Signed-off-by: manashsarma <manashsarma@in.ibm.com>
show more ...
|
44bfc20a | 08-Feb-2023 |
Sushil Singh <susilsi7@in.ibm.com> |
Added test case to ensure firmware update successful when interrupted with hostname change
Changes: - Redfish Code Update With Different Interrupted Operation - Verify Redfish Code Update
Added test case to ensure firmware update successful when interrupted with hostname change
Changes: - Redfish Code Update With Different Interrupted Operation - Verify Redfish Code Update With Different Interrupted Operation
Tested: - Ran successfully redfish/update_service/ test_redfish_bmc_code_update.robot
Change-Id: I209cfddc2991e3684ee1d934311517ac19c4f1e6 Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
show more ...
|
9dcabadb | 02-Feb-2023 |
manashsarma <manashsarma@in.ibm.com> |
Added fix for BMC dump test case
Fix: Power off code is added to prevent dump to offload to OS.
Change-Id: I7010adeffb6b98750cfb9dda5a9ea770e5c489d0 Signed-off-by: manashsarma <manashsarma@in.ib
Added fix for BMC dump test case
Fix: Power off code is added to prevent dump to offload to OS.
Change-Id: I7010adeffb6b98750cfb9dda5a9ea770e5c489d0 Signed-off-by: manashsarma <manashsarma@in.ibm.com>
show more ...
|
a83bba0a | 18-Jan-2023 |
Sushil Singh <susilsi7@in.ibm.com> |
Fail to perform firmware update
Changes: - Verify Code Update Fails When Kernel Panic Occur
Tested: - Ran successfully redfish/update_service/ test_redfish_bmc_code_update.robot
Ch
Fail to perform firmware update
Changes: - Verify Code Update Fails When Kernel Panic Occur
Tested: - Ran successfully redfish/update_service/ test_redfish_bmc_code_update.robot
Change-Id: Iae19c360248739ca94151e80e6904d8f1bec984e Signed-off-by: Sushil Singh <susilsi7@in.ibm.com>
show more ...
|
af5bc150 | 30-Jan-2023 |
Nandish-Matti <nandish.matti@ibm.com> |
Added wait step for initiated dump to complete
Changes: - Added wait step for initiated dump to complete. Otherwise,on going dump would impact next test.
Tested: -Ran above test case from sandbox
Added wait step for initiated dump to complete
Changes: - Added wait step for initiated dump to complete. Otherwise,on going dump would impact next test.
Tested: -Ran above test case from sandbox successfully
Change-Id: I8506b562ad8222b8cf882f5df467fca1e6bf42e3 Signed-off-by: Nandish-Matti <nandish.matti@ibm.com>
show more ...
|
206f6ed4 | 30-Jan-2023 |
George Keishing <gkeishin@in.ibm.com> |
Fix missing keyword for task service suite
Error: No keyword with name 'Get Current Date from BMC' found
Changes: - Added missing keyword in test suite
Tested: - Ran from sandbox the chan
Fix missing keyword for task service suite
Error: No keyword with name 'Get Current Date from BMC' found
Changes: - Added missing keyword in test suite
Tested: - Ran from sandbox the changes test suite.
Change-Id: I8aadb0a81b0d452e1c3050cc36e912acd7f666b3 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
dd804165 | 30-Jan-2023 |
George Keishing <gkeishin@in.ibm.com> |
Add support to take user variable input from CLI
Changes: - added new paramerted in the suite
Tested: With -v TASK_JSON_FILE_PATH:<file path>
Without TASK_JSON_FILE_PATH and ensure
Add support to take user variable input from CLI
Changes: - added new paramerted in the suite
Tested: With -v TASK_JSON_FILE_PATH:<file path>
Without TASK_JSON_FILE_PATH and ensure default point to file data/task_state.json
Change-Id: I00e94f98169e83badcb2d8e3e6c7af4766ced97c Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
0d930e9e | 25-Jan-2023 |
George Keishing <gkeishin@in.ibm.com> |
Clean up documentation and shortened exceeding code limit
Changes: - Typo fixes in test documentation. - Remove trailing whitespace in code - Arrange longer line test code
Tested: -
Clean up documentation and shortened exceeding code limit
Changes: - Typo fixes in test documentation. - Remove trailing whitespace in code - Arrange longer line test code
Tested: - NA
Change-Id: I18189ab7098521f90380933f4d92e3b396ee0563 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
c8526a2e | 21-Dec-2022 |
Sushil Singh <susilsi7@in.ibm.com> |
Automated reset reload scenario
Changes: - "Post BMC Reset Perform Redfish Code Update" - "Post BMC Reset Perfrom Image Switched To Backup Multiple Times"
Tested: - Ran successfully
Automated reset reload scenario
Changes: - "Post BMC Reset Perform Redfish Code Update" - "Post BMC Reset Perfrom Image Switched To Backup Multiple Times"
Tested: - Ran successfully Post BMC Reset Perform Redfish Code Update Post BMC Reset Perfrom Image Switched To Backup Multiple Times test case.
Signed-off-by: Sushil Singh <susilsi7@in.ibm.com> Change-Id: I22a252d482a251b8b7c11b40cbaf943434858da6
show more ...
|
aa845b72 | 12-Dec-2022 |
manashsarma <manashsarma@in.ibm.com> |
BMC Dump:Verify error when previous dump is in progress
Changes:
- Added testcase to verify error is shown with BMC dump attempt till earlier request completes.
Tested:
- R
BMC Dump:Verify error when previous dump is in progress
Changes:
- Added testcase to verify error is shown with BMC dump attempt till earlier request completes.
Tested:
- Ran ‘Verify BMC Dump Create Errors While Another BMC Dump In Progress' from sandbox successfully.
Change-Id: I39d2a50ef3d30a2e7baaecf983cc81db4ca30709 Signed-off-by: manashsarma <manashsarma@in.ibm.com>
show more ...
|
e2b32b69 | 23-Dec-2022 |
Megha G N <Megha.G.N@ibm.com> |
Automation fix for protocol settings menu
Changes : - Increased waiting time to 30sec in "Set SSH And IPMI Protocol" keyword.
Tested: - Ran successfully test_bmc_protocol_settings.rob
Automation fix for protocol settings menu
Changes : - Increased waiting time to 30sec in "Set SSH And IPMI Protocol" keyword.
Tested: - Ran successfully test_bmc_protocol_settings.robot
Signed-off-by: Megha G N <Megha.G.N@ibm.com> Change-Id: Ifad302e17b0293201d667543e96181567bb2a7c1
show more ...
|
c915f5ed | 21-Dec-2022 |
Sushil Singh <susilsi7@in.ibm.com> |
Multiple times same firmware update
Changes: - "Redfish Code Update Same Firmware With Multiple Times"
Tested: - Ran successfully Redfish Code Update Same Firmware With Multiple Times
Multiple times same firmware update
Changes: - "Redfish Code Update Same Firmware With Multiple Times"
Tested: - Ran successfully Redfish Code Update Same Firmware With Multiple Times test case.
Signed-off-by: Sushil Singh <susilsi7@in.ibm.com> Change-Id: I5c18c5bc5951a6c9ae43fdc533fbef163637327b
show more ...
|
7d0e7e8f | 15-Dec-2022 |
George Keishing <gkeishin@in.ibm.com> |
Clean up robot test suite imports
Changes: - Remove resource file import to prevent cyclic reference
Tested: - Ran test suites to check they are working.
Change-Id: I492b6eeda0023a515627
Clean up robot test suite imports
Changes: - Remove resource file import to prevent cyclic reference
Tested: - Ran test suites to check they are working.
Change-Id: I492b6eeda0023a5156274653d7db13e7f127822c Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
db553dfd | 15-Dec-2022 |
George Keishing <gkeishin@in.ibm.com> |
Update import robot lib and cyclic import of resource file
Changes: - Remove duplicate import - Remove resource import to avoid cyclic importing
Tested: - NA Change-Id: I0f8b1598173fa468510
Update import robot lib and cyclic import of resource file
Changes: - Remove duplicate import - Remove resource import to avoid cyclic importing
Tested: - NA Change-Id: I0f8b1598173fa46851039208ac8e5214fec5b344 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
e16f158f | 15-Dec-2022 |
George Keishing <gkeishin@in.ibm.com> |
Test documentation typo fixes using codespell tool
Changes: - Fix typo in code documentation and test name
Tested: - Using codespell tool.
Change-Id: Ia1b65bddc01a4b1c103af9f2094d87da11c8895
Test documentation typo fixes using codespell tool
Changes: - Fix typo in code documentation and test name
Tested: - Using codespell tool.
Change-Id: Ia1b65bddc01a4b1c103af9f2094d87da11c88953 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|