2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-04 20:40:09 +00:00

Remove trailing spaces in file xCAT-test/xmlapi/getNodeAttribs1

This commit is contained in:
GONG Jie 2017-12-31 23:59:59 +00:00
parent e0b774d096
commit 5a1a9850ad

View File

@ -1,18 +1,18 @@
# Reads the table input for the noderange and returns list of attributes
# Reads the table input for the noderange and returns list of attributes
# requested
<xcatrequest>
<clienttype>PCM</clienttype>
<command>getNodeAttribs</command>
<table>tablename</table>
<node>noderange</node>
<attr>attribute1</attr>
<attr>attribute1</attr>
<value>value1</value>
<attr>attribute2</attr>
<attr>attribute2</attr>
<value>value2</value>
.
.
.
<attr>attributeN</attr>
<attr>attributeN</attr>
<value>valueN</value>
</xcatrequest>
<xcatresponse>