Revision tags: v5.0-stable, v4.0-stable, robotframework-requests |
|
#
69b152fe |
| 21-Oct-2021 |
George Keishing <gkeishin@in.ibm.com> |
Update QEMU_CI test and remove comments in JSON files
Change-Id: I8060455347b702278370632263426fc2971c8f77 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
|
Revision tags: v2.10-Hardknott |
|
#
b51d1505 |
| 25-Mar-2021 |
George Keishing <gkeishin@in.ibm.com> |
Filter based on REDFISH_SUPPORT_TRANS_STATE for x86 for redfish path
REDFISH_SUPPORT_TRANS_STATE is still a development variable which will be eventually auto populated when the firmware and test is
Filter based on REDFISH_SUPPORT_TRANS_STATE for x86 for redfish path
REDFISH_SUPPORT_TRANS_STATE is still a development variable which will be eventually auto populated when the firmware and test is ready to run is to run in Redfish mode ONLY.
User can force test to run ONLY redfish mode using this varaible -v REDFISH_SUPPORT_TRANS_STATE:1
Change-Id: I64cebc635845376a7564c5b537aa44495c890666 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
#
1e2fbee9 |
| 19-Mar-2021 |
George Keishing <gkeishin@in.ibm.com> |
Add x86 infrastruction for boot test
Changes: - Add platform type user driven option "x86". by default it will choose platform "power" - Add filter to removed x86 non supported states from s
Add x86 infrastruction for boot test
Changes: - Add platform type user driven option "x86". by default it will choose platform "power" - Add filter to removed x86 non supported states from state.py - Remove "operating_systems" entry from data/boot_table_x86.json
How To test: robot -v OPENBMC_HOST:xx.xx.xx.xx -v PLATFORM_ARCH_TYPE:x86 <test suite>
Change-Id: Id49b07e620150e4ed0c4fa45675959f647f4f878 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
#
18f15dd7 |
| 09-Mar-2021 |
George Keishing <gkeishin@in.ibm.com> |
New x86 boot table and required changes
Changes: - New boot table for x86 OpenBMC build which doesn't support BootProgress. - Initialize state.py boot_progress to make it optional if i
New x86 boot table and required changes
Changes: - New boot table for x86 OpenBMC build which doesn't support BootProgress. - Initialize state.py boot_progress to make it optional if it fails in state URI enumeration.
Note: We don't have x86 setup to test the changes.
To test use bellow option in robot CLI
-v BOOT_TABLE_PATH:data/boot_table_x86.json
Change-Id: I74e334ab30e4b2e35f2520870f6a002d9b5bf6b8 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|