Home
last modified time | relevance | path

Searched refs:XCAT (Results 1 – 7 of 7) sorted by relevance

/openbmc/openbmc-test-automation/xcat/
H A Dtest_power_operation.robot2 Documentation Module for testing BMC via XCAT.
17 Verify Power On Via XCAT
18 [Documentation] Power on system via XCAT and verify using REST.
21 Execute Command On XCAT rpower on
25 Verify Power Off Via XCAT
26 [Documentation] Power off system via XCAT and verify using REST.
29 Execute Command On XCAT rpower off
33 Verify BMC State Via XCAT
34 [Documentation] Verify BMC state using REST and XCAT.
37 ${xcat_resp}= Execute Command On XCAT rpower bmcstate
[all …]
H A Dtest_xcat_group.robot2 Documentation Module for testing BMC via XCAT.
10 Suite Setup Validate XCAT Setup
21 Add BMC Nodes To XCAT
27 Add Nodes To XCAT ${bmc}
32 Power On Via XCAT And Validate
33 [Documentation] Power on via XCAT and validate.
38 Power On Via XCAT ${bmc}
39 Validate Power Status Via XCAT ${bmc} ${poweron_flag}
43 Power Off Via XCAT And Validate
44 [Documentation] Power off via XCAT and validate.
[all …]
H A Dtest_xcat_inventory.robot2 Documentation Module for testing BMC inventory via XCAT.
8 Suite Setup XCAT Suite Setup
14 Verify BMC Version Via XCAT
15 [Documentation] Verify BMC version using XCAT and REST.
19 ${version_via_xcat}= Execute Command On XCAT rinv firm
29 XCAT Suite Setup
30 [Documentation] XCAT suite setup.
32 Open Connection And Login To XCAT
34 # Check if XCAT is installed.
36 Should Not Be Empty ${cmd_output} msg=XCAT not installed.
[all …]
/openbmc/openbmc-test-automation/lib/xcat/
H A Dxcat_utils.robot12 Open Connection And Login To XCAT
17 # xcat_host IP address of the XCAT server.
18 # xcat_port Network port on which XCAT server accepts ssh session.
24 Execute Command On XCAT
25 [Documentation] Execute command using XCAT.
57 Add Nodes To XCAT
58 [Documentation] Add nodes to XCAT configuration.
81 Power On Via XCAT
82 [Documentation] Power on via XCAT.
92 Power Off Via XCAT
[all …]
H A Dresource.robot3 # XCAT related parameters
/openbmc/linux/drivers/gpu/drm/sti/
H A Dsti_hdmi.c79 #define XCAT(prefix, x, suffix) prefix ## x ## suffix macro
80 #define HDMI_SW_DI_N_HEAD_WORD(x) XCAT(HDMI_SW_DI_, x, _HEAD_WORD)
81 #define HDMI_SW_DI_N_PKT_WORD0(x) XCAT(HDMI_SW_DI_, x, _PKT_WORD0)
82 #define HDMI_SW_DI_N_PKT_WORD1(x) XCAT(HDMI_SW_DI_, x, _PKT_WORD1)
83 #define HDMI_SW_DI_N_PKT_WORD2(x) XCAT(HDMI_SW_DI_, x, _PKT_WORD2)
84 #define HDMI_SW_DI_N_PKT_WORD3(x) XCAT(HDMI_SW_DI_, x, _PKT_WORD3)
85 #define HDMI_SW_DI_N_PKT_WORD4(x) XCAT(HDMI_SW_DI_, x, _PKT_WORD4)
86 #define HDMI_SW_DI_N_PKT_WORD5(x) XCAT(HDMI_SW_DI_, x, _PKT_WORD5)
87 #define HDMI_SW_DI_N_PKT_WORD6(x) XCAT(HDMI_SW_DI_, x, _PKT_WORD6)
/openbmc/openbmc-test-automation/
H A DREADME.md19 - XCAT execution
154 `xcat/`: Contains test cases for XCAT automation.