Lines Matching full:nodes
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.
27 Add Nodes To XCAT ${bmc}
54 Add Nodes To Group List
55 [Documentation] Add BMC nodes into group.
58 # Add BMC nodes to group and validate.
60 Add Nodes To Group ${bmc} ${GROUP}
74 ${nodes}= Get List Of Nodes In Group ${GROUP}
75 Should Not Be Empty ${nodes} msg=Group is empty.
78 # List the BMC nodes.
80 @{bmc_nodes}= Split String ${nodes}
97 ${nodes}= Get List Of Nodes In Group ${GROUP}
98 Should Not Be Empty ${nodes} msg=Group is empty.
101 # List the BMC nodes.
102 @{bmc_nodes}= Split String ${nodes}
216 # Get all the BMC nodes from the config file.
217 ${nodes}= Get List Of BMC Nodes
218 # Make a list of BMC nodes.
219 @{BMC_LIST}= Split To Lines ${nodes}
220 Log To Console BMC nodes to be added:\n ${BMC_LIST}