Revision tags: v5.0-stable |
|
#
c32434a3 |
| 11-Jan-2024 |
Yi Hu <yih@supermicro.com> |
Set system, chassis, and bmc as global variables
Changes: - Add SYSTEM_ID as a global variable and set to default value system - Replace redfish/v1/Systems/system to redfish/v1/Systems/SYSTEM_ID
Set system, chassis, and bmc as global variables
Changes: - Add SYSTEM_ID as a global variable and set to default value system - Replace redfish/v1/Systems/system to redfish/v1/Systems/SYSTEM_ID - Replace redfish/v1/Chassis/chassis to redfish/v1/Chassis/CHASSIS_ID - Replace redfish/v1/Managers/bmc to redfish/v1/Managers/MANAGER_ID
Tested: - Tested on sandbox with the changes with sample test run with sample test ID runs 1. without SYSTEM_ID provided 2. with -v SYSTEM_ID:system1 3. with export SYSTEM_ID="" 3. with export SYSTEM_ID="system2"
Change-Id: Ifc412b20038cef1eba632caaa6c300be328259bd Signed-off-by: Wilson Suen <wilsons@supermicro.com> Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
Revision tags: v4.0-stable |
|
#
c63bfe64 |
| 15-Nov-2023 |
George Keishing <gkeishin@in.ibm.com> |
Fix typo in test code and documentation
Changes: - Fix spelling mistake in code.
Tested: - Tested using codespell tool.
Change-Id: I9f74507049f936383bfc08cb335bb1ed9964c646 Signed-off-by:
Fix typo in test code and documentation
Changes: - Fix spelling mistake in code.
Tested: - Tested using codespell tool.
Change-Id: I9f74507049f936383bfc08cb335bb1ed9964c646 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
#
2643e59a |
| 08-Nov-2023 |
Alagiridhilipank <alagiridhilipank@ami.com> |
REDFISH: Verify LocationIndicatorActive status property
Changes: - Added new test case as Verify LocationIndicatorActive status to verify the functionality of LocationIndicatorActive property
Teste
REDFISH: Verify LocationIndicatorActive status property
Changes: - Added new test case as Verify LocationIndicatorActive status to verify the functionality of LocationIndicatorActive property
Tested: - Ran and Executed test_led_indicator_asserted.robot successfully
Change-Id: Idfa4961b71ef05a614448829d1601e8655261a07 Signed-off-by: default avatarALAGIRI DHILIPAN K <alagiridhilipank@ami.com>
show more ...
|
Revision tags: robotframework-requests, v2.10-Hardknott, v2.8.0-stable |
|
#
396083b7 |
| 05-Mar-2020 |
George Keishing <gkeishin@in.ibm.com> |
Fix variable type check for valid values in test
Fixes the following errors: 1) **ERROR** Invalid variable type: valid_values: [Blinking] <str> required_type:
Fix variable type check for valid values in test
Fixes the following errors: 1) **ERROR** Invalid variable type: valid_values: [Blinking] <str> required_type: list 2) **ERROR** Invalid variable type: valid_values: [Off] <str> required_type: list
Change-Id: Ic1c2a1d00951b53e665fe43cac56fdd6e951504b Signed-off-by: George Keishing <gkeishin@in.ibm.com>
show more ...
|
#
e4d41420 |
| 12-Dec-2019 |
George Keishing <gkeishin@in.ibm.com> |
Robot coding guideline fixes
Changes: - Fix line char 110 exceeding.
Change-Id: I45fcc995dfee29173cf038f63699ef634507e9a6 Signed-off-by: George Keishing <gkeishin@in.ibm.com>
|
#
3fc34054 |
| 28-Oct-2019 |
Marissa Garza <garzam@us.ibm.com> |
Added indicator led asserted test case for the fans
Signed-off-by: Marissa Garza <garzam@us.ibm.com> Change-Id: Ic484fdbf4045402ce508a130e516ed23086a1fba
|
#
270a4118 |
| 08-Oct-2019 |
Marissa Garza <garzam@us.ibm.com> |
Add indicator led asserted tests for system and power supply units
Resolves openbmc/openbmc-test-automation#1610
Signed-off-by: Marissa Garza <garzam@us.ibm.com> Change-Id: I947b4feefe336aa93a0fb1e
Add indicator led asserted tests for system and power supply units
Resolves openbmc/openbmc-test-automation#1610
Signed-off-by: Marissa Garza <garzam@us.ibm.com> Change-Id: I947b4feefe336aa93a0fb1ec205f015cdd3b2fce
show more ...
|