Lines Matching refs:BMC
2 Documentation Module for testing BMC via XCAT.
21 Add BMC Nodes To XCAT
22 [Documentation] Connect and add BMC nodes.
25 # Add BMC nodes one by one and check whether it is successfully added.
35 # Power on each BMC node and validate the power status.
45 # Power off each BMC node and validate the power status.
52 [Documentation] Add BMC nodes into group.
55 # Add BMC nodes to group and validate.
74 # List the BMC nodes.
78 # Validate power status on each BMC node one by one.
96 # List the BMC nodes.
99 # Validate power status on each BMC node one by one.
106 # This keyword verifies the REST connectivity between XCAT and the BMC node.
109 # Performing this operation only on one BMC node.
115 # It basically stress the BMC node and test REST implementation
116 # of the BMC node
137 # Get temperature reading from each BMC node.
155 # Get fanspeed from each BMC node.
168 # node1: No attributes returned from the BMC.
169 # BMC node is not returning anything, this will fail at present.
171 # Get voltage reading from each BMC node.
183 # node1: No attributes returned from the BMC.
184 # BMC node is not returning anything, this will fail at present.
186 # Get wattage reading from each BMC node.
206 # Get all the BMC nodes from the config file.
207 ${nodes}= Get List Of BMC Nodes
208 # Make a list of BMC nodes.
210 Log To Console BMC nodes to be added:\n ${BMC_LIST}